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:mcgrp_offset
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/include/net/
H
A
D
genetlink.h
43
* @
mcgrp_offset
: starting number of multicast group IDs in this family
56
unsigned int
mcgrp_offset
; /* private */
member
312
group = family->
mcgrp_offset
+ group;
in genlmsg_multicast_netns()
432
group = family->
mcgrp_offset
+ group;
in genl_set_err()
441
group = family->
mcgrp_offset
+ group;
in genl_has_listeners()
/kernel/linux/linux-6.6/include/net/
H
A
D
genetlink.h
91
unsigned int
mcgrp_offset
;
member
455
group = family->
mcgrp_offset
+ group;
in genlmsg_multicast_netns()
576
group = family->
mcgrp_offset
+ group;
in genl_set_err()
585
group = family->
mcgrp_offset
+ group;
in genl_has_listeners()
/kernel/linux/linux-5.10/net/netlink/
H
A
D
genetlink.c
290
family->
mcgrp_offset
= first_id;
in genl_validate_assign_mc_groups()
323
clear_bit(family->
mcgrp_offset
+ i, mc_groups);
in genl_validate_assign_mc_groups()
339
net->genl_sock, family->
mcgrp_offset
+ i);
in genl_unregister_mc_groups()
345
int grp_id = family->
mcgrp_offset
+ i;
in genl_unregister_mc_groups()
441
&family->mcgrps[i], family->
mcgrp_offset
+ i);
in genl_register_family()
892
family->
mcgrp_offset
+ i) ||
in ctrl_fill_info()
1382
i = group - family->
mcgrp_offset
;
in genl_bind()
1495
group = family->
mcgrp_offset
+ group;
in genlmsg_multicast_allns()
1512
group = family->
mcgrp_offset
+ group;
in genl_notify()
/kernel/linux/linux-6.6/net/netlink/
H
A
D
genetlink.c
496
family->
mcgrp_offset
= first_id;
in genl_validate_assign_mc_groups()
529
clear_bit(family->
mcgrp_offset
+ i, mc_groups);
in genl_validate_assign_mc_groups()
545
net->genl_sock, family->
mcgrp_offset
+ i);
in genl_unregister_mc_groups()
551
int grp_id = family->
mcgrp_offset
+ i;
in genl_unregister_mc_groups()
694
&family->mcgrps[i], family->
mcgrp_offset
+ i);
in genl_register_family()
1150
family->
mcgrp_offset
+ i) ||
in ctrl_fill_info()
1685
i = group - family->
mcgrp_offset
;
in genl_bind()
1799
group = family->
mcgrp_offset
+ group;
in genlmsg_multicast_allns()
1813
group = family->
mcgrp_offset
+ group;
in genl_notify()
/kernel/linux/linux-5.10/net/wimax/
H
A
D
stack.c
105
data = genlmsg_put(report_skb, 0, wimax_gnl_family.
mcgrp_offset
,
in wimax_gnl_re_state_change_alloc()
/kernel/linux/linux-5.10/net/core/
H
A
D
drop_monitor.c
1735
WARN_ON(net_drop_monitor_family.
mcgrp_offset
!= NET_DM_GRP_ALERT);
in init_net_drop_monitor()
/kernel/linux/linux-6.6/net/core/
H
A
D
drop_monitor.c
1739
WARN_ON(net_drop_monitor_family.
mcgrp_offset
!= NET_DM_GRP_ALERT);
in init_net_drop_monitor()
Completed in 12 milliseconds