Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:bind_to_device
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H
A
D
connect4_prog.c
88
static __inline int
bind_to_device
(struct bpf_sock_addr *ctx)
in bind_to_device()
function
161
if (
bind_to_device
(ctx))
in connect_v4_prog()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
connect4_prog.c
87
static __inline int
bind_to_device
(struct bpf_sock_addr *ctx)
in bind_to_device()
function
160
if (
bind_to_device
(ctx))
in connect_v4_prog()
H
A
D
bind6_prog.c
30
static __inline int
bind_to_device
(struct bpf_sock_addr *ctx)
in bind_to_device()
function
156
if (
bind_to_device
(ctx))
in bind_v6_prog()
H
A
D
bind4_prog.c
24
static __inline int
bind_to_device
(struct bpf_sock_addr *ctx)
in bind_to_device()
function
142
if (
bind_to_device
(ctx))
in bind_v4_prog()
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H
A
D
nettest.c
311
static int
bind_to_device
(int sd, const char *name)
in bind_to_device()
function
1056
if (args->dev &&
bind_to_device
(sd, args->dev) != 0)
in msock_init()
1149
if (args->dev &&
bind_to_device
(sd, args->dev) != 0)
in lsock_init()
1324
if (args->dev &&
bind_to_device
(sd, args->dev) != 0)
in connectsock()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H
A
D
nettest.c
369
static int
bind_to_device
(int sd, const char *name)
in bind_to_device()
function
1376
if (args->dev &&
bind_to_device
(sd, args->dev) != 0)
in msock_init()
1510
if (args->dev &&
bind_to_device
(sd, args->dev) != 0)
in lsock_init()
1729
if (args->dev &&
bind_to_device
(sd, args->dev) != 0)
in connectsock()
Completed in 6 milliseconds