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:check_set
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/net/netfilter/
H
A
D
xt_recent.c
282
(info->
check_set
& XT_RECENT_TTL) ? ttl : 0);
in recent_mt()
284
if (!(info->
check_set
& XT_RECENT_SET))
in recent_mt()
293
if (info->
check_set
& XT_RECENT_SET)
in recent_mt()
295
else if (info->
check_set
& XT_RECENT_REMOVE) {
in recent_mt()
298
} else if (info->
check_set
& (XT_RECENT_CHECK | XT_RECENT_UPDATE)) {
in recent_mt()
312
if (info->
check_set
& XT_RECENT_REAP)
in recent_mt()
314
info->
check_set
& XT_RECENT_UPDATE && ret);
in recent_mt()
317
if (info->
check_set
& XT_RECENT_SET ||
in recent_mt()
318
(info->
check_set
& XT_RECENT_UPDATE && ret)) {
in recent_mt()
348
if (info->
check_set
in recent_mt_check()
[all...]
/kernel/linux/linux-6.6/net/netfilter/
H
A
D
xt_recent.c
282
(info->
check_set
& XT_RECENT_TTL) ? ttl : 0);
in recent_mt()
284
if (!(info->
check_set
& XT_RECENT_SET))
in recent_mt()
293
if (info->
check_set
& XT_RECENT_SET)
in recent_mt()
295
else if (info->
check_set
& XT_RECENT_REMOVE) {
in recent_mt()
298
} else if (info->
check_set
& (XT_RECENT_CHECK | XT_RECENT_UPDATE)) {
in recent_mt()
312
if (info->
check_set
& XT_RECENT_REAP)
in recent_mt()
314
info->
check_set
& XT_RECENT_UPDATE && ret);
in recent_mt()
317
if (info->
check_set
& XT_RECENT_SET ||
in recent_mt()
318
(info->
check_set
& XT_RECENT_UPDATE && ret)) {
in recent_mt()
348
if (info->
check_set
in recent_mt_check()
[all...]
/kernel/linux/linux-5.10/include/uapi/linux/netfilter/
H
A
D
xt_recent.h
31
__u8
check_set
;
member
40
__u8
check_set
;
member
/kernel/linux/linux-6.6/include/uapi/linux/netfilter/
H
A
D
xt_recent.h
31
__u8
check_set
;
member
40
__u8
check_set
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/netfilter/
H
A
D
xt_recent.h
39
__u8
check_set
;
member
47
__u8
check_set
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/netfilter/
H
A
D
xt_recent.h
39
__u8
check_set
;
member
47
__u8
check_set
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/netfilter/
H
A
D
xt_recent.h
27
__u8
check_set
;
member
35
__u8
check_set
;
member
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
scsi_sysfs.c
115
static int
check_set
(unsigned long long *val, char *src)
in check_set()
function
141
if (
check_set
(&channel, s1))
in scsi_scan()
143
if (
check_set
(&id, s2))
in scsi_scan()
145
if (
check_set
(&lun, s3))
in scsi_scan()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
scsi_sysfs.c
116
static int
check_set
(unsigned long long *val, char *src)
in check_set()
function
142
if (
check_set
(&channel, s1))
in scsi_scan()
144
if (
check_set
(&id, s2))
in scsi_scan()
146
if (
check_set
(&lun, s3))
in scsi_scan()
Completed in 9 milliseconds