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:udp_config
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
fou.c
39
struct udp_port_cfg
udp_config
;
member
506
struct udp_port_cfg *udp_cfg = &cfg->
udp_config
;
in fou_cfg_cmp()
573
err = udp_sock_create(net, &cfg->
udp_config
, &sock);
in fou_create()
586
fou->port = cfg->
udp_config
.local_udp_port;
in fou_create()
587
fou->family = cfg->
udp_config
.family;
in fou_create()
681
cfg->
udp_config
.family = AF_INET;
in parse_nl_config()
690
cfg->
udp_config
.ipv6_v6only = 1;
in parse_nl_config()
696
cfg->
udp_config
.family = family;
in parse_nl_config()
701
cfg->
udp_config
.local_udp_port = port;
in parse_nl_config()
713
if (cfg->
udp_config
in parse_nl_config()
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
fou_core.c
41
struct udp_port_cfg
udp_config
;
member
494
struct udp_port_cfg *udp_cfg = &cfg->
udp_config
;
in fou_cfg_cmp()
561
err = udp_sock_create(net, &cfg->
udp_config
, &sock);
in fou_create()
574
fou->port = cfg->
udp_config
.local_udp_port;
in fou_create()
575
fou->family = cfg->
udp_config
.family;
in fou_create()
655
cfg->
udp_config
.family = AF_INET;
in parse_nl_config()
664
cfg->
udp_config
.ipv6_v6only = 1;
in parse_nl_config()
670
cfg->
udp_config
.family = family;
in parse_nl_config()
675
cfg->
udp_config
.local_udp_port = port;
in parse_nl_config()
687
if (cfg->
udp_config
in parse_nl_config()
[all...]
Completed in 3 milliseconds