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:afmask
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/netfilter/ipvs/
H
A
D
ip_vs_core.c
2351
unsigned int
afmask
;
in ip_vs_register_hooks()
local
2358
afmask
= 2;
in ip_vs_register_hooks()
2365
afmask
= 1;
in ip_vs_register_hooks()
2368
if (!(ipvs->hooks_afmask &
afmask
)) {
in ip_vs_register_hooks()
2371
ipvs->hooks_afmask |=
afmask
;
in ip_vs_register_hooks()
2380
unsigned int
afmask
;
in ip_vs_unregister_hooks()
local
2386
afmask
= 2;
in ip_vs_unregister_hooks()
2393
afmask
= 1;
in ip_vs_unregister_hooks()
2396
if (ipvs->hooks_afmask &
afmask
) {
in ip_vs_unregister_hooks()
2398
ipvs->hooks_afmask &= ~
afmask
;
in ip_vs_unregister_hooks()
[all...]
/kernel/linux/linux-6.6/net/netfilter/ipvs/
H
A
D
ip_vs_core.c
2231
unsigned int
afmask
;
in ip_vs_register_hooks()
local
2238
afmask
= 2;
in ip_vs_register_hooks()
2245
afmask
= 1;
in ip_vs_register_hooks()
2248
if (!(ipvs->hooks_afmask &
afmask
)) {
in ip_vs_register_hooks()
2251
ipvs->hooks_afmask |=
afmask
;
in ip_vs_register_hooks()
2260
unsigned int
afmask
;
in ip_vs_unregister_hooks()
local
2266
afmask
= 2;
in ip_vs_unregister_hooks()
2273
afmask
= 1;
in ip_vs_unregister_hooks()
2276
if (ipvs->hooks_afmask &
afmask
) {
in ip_vs_unregister_hooks()
2278
ipvs->hooks_afmask &= ~
afmask
;
in ip_vs_unregister_hooks()
[all...]
/kernel/linux/linux-5.10/include/net/
H
A
D
ip_vs.h
1675
int
afmask
= (svc->af == AF_INET6) ? 2 : 1;
in ip_vs_register_conntrack()
local
1678
if (!(svc->conntrack_afmask &
afmask
)) {
in ip_vs_register_conntrack()
1681
svc->conntrack_afmask |=
afmask
;
in ip_vs_register_conntrack()
1692
int
afmask
= (svc->af == AF_INET6) ? 2 : 1;
in ip_vs_unregister_conntrack()
local
1694
if (svc->conntrack_afmask &
afmask
) {
in ip_vs_unregister_conntrack()
1696
svc->conntrack_afmask &= ~
afmask
;
in ip_vs_unregister_conntrack()
/kernel/linux/linux-6.6/include/net/
H
A
D
ip_vs.h
1816
int
afmask
= (svc->af == AF_INET6) ? 2 : 1;
in ip_vs_register_conntrack()
local
1819
if (!(svc->conntrack_afmask &
afmask
)) {
in ip_vs_register_conntrack()
1822
svc->conntrack_afmask |=
afmask
;
in ip_vs_register_conntrack()
1833
int
afmask
= (svc->af == AF_INET6) ? 2 : 1;
in ip_vs_unregister_conntrack()
local
1835
if (svc->conntrack_afmask &
afmask
) {
in ip_vs_unregister_conntrack()
1837
svc->conntrack_afmask &= ~
afmask
;
in ip_vs_unregister_conntrack()
Completed in 13 milliseconds