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:mldq
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/bridge/
H
A
D
br_multicast.c
847
struct mld_msg *
mldq
;
in br_ip6_multicast_alloc_query()
local
854
mld_hdr_size = sizeof(*
mldq
);
in br_ip6_multicast_alloc_query()
931
mldq
= (struct mld_msg *)icmp6_hdr(skb);
in br_ip6_multicast_alloc_query()
932
mldq
->mld_type = ICMPV6_MGM_QUERY;
in br_ip6_multicast_alloc_query()
933
mldq
->mld_code = 0;
in br_ip6_multicast_alloc_query()
934
mldq
->mld_cksum = 0;
in br_ip6_multicast_alloc_query()
935
mldq
->mld_maxdelay = htons((u16)jiffies_to_msecs(interval));
in br_ip6_multicast_alloc_query()
936
mldq
->mld_reserved = 0;
in br_ip6_multicast_alloc_query()
937
mldq
->mld_mca = *group;
in br_ip6_multicast_alloc_query()
938
csum = &
mldq
in br_ip6_multicast_alloc_query()
[all...]
/kernel/linux/linux-6.6/net/bridge/
H
A
D
br_multicast.c
1090
struct mld_msg *
mldq
;
in br_ip6_multicast_alloc_query()
local
1097
mld_hdr_size = sizeof(*
mldq
);
in br_ip6_multicast_alloc_query()
1175
mldq
= (struct mld_msg *)icmp6_hdr(skb);
in br_ip6_multicast_alloc_query()
1176
mldq
->mld_type = ICMPV6_MGM_QUERY;
in br_ip6_multicast_alloc_query()
1177
mldq
->mld_code = 0;
in br_ip6_multicast_alloc_query()
1178
mldq
->mld_cksum = 0;
in br_ip6_multicast_alloc_query()
1179
mldq
->mld_maxdelay = htons((u16)jiffies_to_msecs(interval));
in br_ip6_multicast_alloc_query()
1180
mldq
->mld_reserved = 0;
in br_ip6_multicast_alloc_query()
1181
mldq
->mld_mca = *group;
in br_ip6_multicast_alloc_query()
1182
csum = &
mldq
in br_ip6_multicast_alloc_query()
[all...]
Completed in 8 milliseconds