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:ip4_frags
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
ip_fragment.c
76
static struct inet_frags
ip4_frags
;
variable
656
res = fqdir_init(&net->ipv4.fqdir, &
ip4_frags
, net);
in ipv4_frags_init_net()
742
ip4_frags
.constructor = ip4_frag_init;
in ipfrag_init()
743
ip4_frags
.destructor = ip4_frag_free;
in ipfrag_init()
744
ip4_frags
.qsize = sizeof(struct ipq);
in ipfrag_init()
745
ip4_frags
.frag_expire = ip_expire;
in ipfrag_init()
746
ip4_frags
.frags_cache_name = ip_frag_cache_name;
in ipfrag_init()
747
ip4_frags
.rhash_params = ip4_rhash_params;
in ipfrag_init()
748
if (inet_frags_init(&
ip4_frags
))
in ipfrag_init()
749
panic("IP: failed to allocate
ip4_frags
cach
in ipfrag_init()
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
ip_fragment.c
76
static struct inet_frags
ip4_frags
;
variable
665
res = fqdir_init(&net->ipv4.fqdir, &
ip4_frags
, net);
in ipv4_frags_init_net()
751
ip4_frags
.constructor = ip4_frag_init;
in ipfrag_init()
752
ip4_frags
.destructor = ip4_frag_free;
in ipfrag_init()
753
ip4_frags
.qsize = sizeof(struct ipq);
in ipfrag_init()
754
ip4_frags
.frag_expire = ip_expire;
in ipfrag_init()
755
ip4_frags
.frags_cache_name = ip_frag_cache_name;
in ipfrag_init()
756
ip4_frags
.rhash_params = ip4_rhash_params;
in ipfrag_init()
757
if (inet_frags_init(&
ip4_frags
))
in ipfrag_init()
758
panic("IP: failed to allocate
ip4_frags
cach
in ipfrag_init()
[all...]
Completed in 2 milliseconds