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:dst_group
(Results
1 - 25
of
30
) sorted by relevance
1
2
/kernel/linux/linux-5.10/include/uapi/linux/netfilter/
H
A
D
xt_devgroup.h
18
__u32
dst_group
;
member
/kernel/linux/linux-6.6/include/uapi/linux/netfilter/
H
A
D
xt_devgroup.h
18
__u32
dst_group
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/netfilter/
H
A
D
xt_devgroup.h
32
__u32
dst_group
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/netfilter/
H
A
D
xt_devgroup.h
32
__u32
dst_group
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/netfilter/
H
A
D
xt_devgroup.h
19
__u32
dst_group
;
member
/kernel/linux/linux-5.10/net/netlink/
H
A
D
af_netlink.c
168
NETLINK_CB(new).
dst_group
= NETLINK_CB(skb).
dst_group
;
in netlink_to_full_skb()
1086
/* dst_portid and
dst_group
can be read locklessly */
in netlink_connect()
1088
WRITE_ONCE(nlk->
dst_group
, 0);
in netlink_connect()
1111
/* dst_portid and
dst_group
can be read locklessly */
in netlink_connect()
1113
WRITE_ONCE(nlk->
dst_group
, ffs(nladdr->nl_groups));
in netlink_connect()
1132
nladdr->nl_groups = netlink_group_mask(READ_ONCE(nlk->
dst_group
));
in netlink_getname()
1820
info.group = NETLINK_CB(skb).
dst_group
;
in netlink_cmsg_recv_pktinfo()
1840
u32
dst_group
;
in netlink_sendmsg()
local
1865
dst_group
in netlink_sendmsg()
[all...]
H
A
D
af_netlink.h
28
u32
dst_group
;
member
H
A
D
diag.c
66
rep->ndiag_dst_group = nlk->
dst_group
;
in sk_diag_fill()
/kernel/linux/linux-6.6/net/netlink/
H
A
D
af_netlink.c
178
NETLINK_CB(new).
dst_group
= NETLINK_CB(skb).
dst_group
;
in netlink_to_full_skb()
1106
/* dst_portid and
dst_group
can be read locklessly */
in netlink_connect()
1108
WRITE_ONCE(nlk->
dst_group
, 0);
in netlink_connect()
1131
/* dst_portid and
dst_group
can be read locklessly */
in netlink_connect()
1133
WRITE_ONCE(nlk->
dst_group
, ffs(nladdr->nl_groups));
in netlink_connect()
1152
nladdr->nl_groups = netlink_group_mask(READ_ONCE(nlk->
dst_group
));
in netlink_getname()
1814
info.group = NETLINK_CB(skb).
dst_group
;
in netlink_cmsg_recv_pktinfo()
1834
u32
dst_group
;
in netlink_sendmsg()
local
1859
dst_group
in netlink_sendmsg()
[all...]
H
A
D
af_netlink.h
31
u32
dst_group
;
member
H
A
D
diag.c
66
rep->ndiag_dst_group = nlk->
dst_group
;
in sk_diag_fill()
/kernel/linux/linux-5.10/net/netfilter/
H
A
D
xt_devgroup.c
29
(((info->
dst_group
^ xt_out(par)->group) & info->dst_mask ? 1 : 0) ^
in devgroup_mt()
/kernel/linux/linux-5.10/security/selinux/
H
A
D
netlink.c
86
NETLINK_CB(skb).
dst_group
= SELNLGRP_AVC;
in selnl_notify()
/kernel/linux/linux-6.6/net/netfilter/
H
A
D
xt_devgroup.c
29
(((info->
dst_group
^ xt_out(par)->group) & info->dst_mask ? 1 : 0) ^
in devgroup_mt()
/kernel/linux/linux-6.6/security/selinux/
H
A
D
netlink.c
86
NETLINK_CB(skb).
dst_group
= SELNLGRP_AVC;
in selnl_notify()
/kernel/linux/linux-5.10/drivers/staging/gdm724x/
H
A
D
netlink_k.c
115
NETLINK_CB(skb).
dst_group
= 0;
in netlink_send()
/kernel/linux/linux-6.6/drivers/staging/gdm724x/
H
A
D
netlink_k.c
115
NETLINK_CB(skb).
dst_group
= 0;
in netlink_send()
/kernel/linux/linux-5.10/samples/connector/
H
A
D
cn_test.c
104
NETLINK_CB(skb).
dst_group
= ctl->group;
/kernel/linux/linux-6.6/samples/connector/
H
A
D
cn_test.c
104
NETLINK_CB(skb).
dst_group
= ctl->group;
/kernel/linux/linux-5.10/drivers/connector/
H
A
D
connector.c
110
NETLINK_CB(skb).
dst_group
= group;
in cn_netlink_send_mult()
/kernel/linux/linux-6.6/drivers/connector/
H
A
D
connector.c
112
NETLINK_CB(skb).
dst_group
= group;
in cn_netlink_send_mult()
/kernel/linux/linux-5.10/lib/
H
A
D
kobject_uevent.c
303
parms->
dst_group
= 1;
in alloc_uevent_skb()
730
NETLINK_CB(skbc).
dst_group
= 1;
in uevent_net_broadcast()
/kernel/linux/linux-6.6/lib/
H
A
D
kobject_uevent.c
303
parms->
dst_group
= 1;
in alloc_uevent_skb()
715
NETLINK_CB(skbc).
dst_group
= 1;
in uevent_net_broadcast()
/kernel/linux/linux-5.10/include/linux/
H
A
D
netlink.h
26
__u32
dst_group
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
netlink.h
28
__u32
dst_group
;
member
Completed in 14 milliseconds
1
2