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:expect_count
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/netfilter/
H
A
D
nf_conntrack_expect.c
57
net->ct.
expect_count
--;
in nf_ct_unlink_expect_report()
124
if (!net->ct.
expect_count
)
in __nf_ct_expect_find()
164
if (!net->ct.
expect_count
)
in nf_ct_find_expectation()
392
net->ct.
expect_count
++;
in nf_ct_expect_insert()
461
if (net->ct.
expect_count
>= nf_ct_expect_max) {
in __nf_ct_expect_check()
689
net->ct.
expect_count
= 0;
in nf_conntrack_expect_pernet_init()
H
A
D
nf_conntrack_core.c
1584
if (net->ct.
expect_count
) {
in init_conntrack()
/kernel/linux/linux-6.6/net/netfilter/
H
A
D
nf_conntrack_expect.c
60
cnet->
expect_count
--;
in nf_ct_unlink_expect_report()
139
if (!cnet->
expect_count
)
in __nf_ct_expect_find()
180
if (!cnet->
expect_count
)
in nf_ct_find_expectation()
410
cnet->
expect_count
++;
in nf_ct_expect_insert()
481
if (cnet->
expect_count
>= nf_ct_expect_max) {
in __nf_ct_expect_check()
H
A
D
nf_conntrack_core.c
1757
if (cnet->
expect_count
) {
in init_conntrack()
/kernel/linux/linux-5.10/include/net/netns/
H
A
D
conntrack.h
97
unsigned int
expect_count
;
member
/kernel/linux/linux-6.6/include/net/netfilter/
H
A
D
nf_conntrack.h
55
unsigned int
expect_count
;
member
Completed in 12 milliseconds