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:multi_proto_mode
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/
H
A
D
bareudp.c
45
bool
multi_proto_mode
;
member
55
bool
multi_proto_mode
;
member
92
} else if (ipversion == 6 && bareudp->
multi_proto_mode
) {
in bareudp_udp_encap_recv()
105
} else if (bareudp->
multi_proto_mode
&&
in bareudp_udp_encap_recv()
121
} else if (bareudp->
multi_proto_mode
&&
in bareudp_udp_encap_recv()
420
if (!bareudp->
multi_proto_mode
)
in bareudp_proto_valid()
595
conf->
multi_proto_mode
= true;
in bareudp2info()
628
if (conf->
multi_proto_mode
&&
in bareudp_configure()
638
bareudp->
multi_proto_mode
= conf->
multi_proto_mode
;
in bareudp_configure()
[all...]
/kernel/linux/linux-5.10/drivers/net/
H
A
D
bareudp.c
48
bool
multi_proto_mode
;
member
85
} else if (ipversion == 6 && bareudp->
multi_proto_mode
) {
in bareudp_udp_encap_recv()
98
} else if (bareudp->
multi_proto_mode
&&
in bareudp_udp_encap_recv()
114
} else if (bareudp->
multi_proto_mode
&&
in bareudp_udp_encap_recv()
411
if (!bareudp->
multi_proto_mode
)
in bareudp_proto_valid()
588
conf->
multi_proto_mode
= true;
in bareudp2info()
618
if (conf->
multi_proto_mode
&&
in bareudp_configure()
626
bareudp->
multi_proto_mode
= conf->
multi_proto_mode
;
in bareudp_configure()
704
if (bareudp->
multi_proto_mode
in bareudp_fill_info()
[all...]
/kernel/linux/linux-5.10/include/net/
H
A
D
bareudp.h
14
bool
multi_proto_mode
;
member
Completed in 4 milliseconds