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:tomb
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
igmp.c
488
psf_list = sdeleted ? &pmc->
tomb
: &pmc->sources;
in add_grec()
649
ip_sf_list_clear_all(pmc->
tomb
);
in kfree_pmc()
679
igmpv3_clear_zeros(&pmc->
tomb
);
in igmpv3_send_cr()
683
if (pmc->crcount == 0 && !pmc->
tomb
&& !pmc->sources) {
in igmpv3_send_cr()
1200
pmc->
tomb
= im->
tomb
;
in igmpv3_add_delrec()
1202
im->
tomb
= im->sources = NULL;
in igmpv3_add_delrec()
1243
swap(im->
tomb
, pmc->
tomb
);
in igmpv3_del_delrec()
1282
psf = pmc->
tomb
;
in igmpv3_clear_delrec()
2154
struct ip_sf_list *
tomb
, *sources;
ip_mc_clear_src()
local
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
igmp.c
488
psf_list = sdeleted ? &pmc->
tomb
: &pmc->sources;
in add_grec()
649
ip_sf_list_clear_all(pmc->
tomb
);
in kfree_pmc()
679
igmpv3_clear_zeros(&pmc->
tomb
);
in igmpv3_send_cr()
683
if (pmc->crcount == 0 && !pmc->
tomb
&& !pmc->sources) {
in igmpv3_send_cr()
1200
pmc->
tomb
= im->
tomb
;
in igmpv3_add_delrec()
1202
im->
tomb
= im->sources = NULL;
in igmpv3_add_delrec()
1243
swap(im->
tomb
, pmc->
tomb
);
in igmpv3_del_delrec()
1282
psf = pmc->
tomb
;
in igmpv3_clear_delrec()
2154
struct ip_sf_list *
tomb
, *sources;
ip_mc_clear_src()
local
[all...]
/kernel/linux/linux-5.10/include/linux/
H
A
D
igmp.h
75
struct ip_sf_list *
tomb
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
igmp.h
73
struct ip_sf_list *
tomb
;
member
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
mcast.c
772
struct ip6_sf_list *psf, *sources, *
tomb
;
in mld_del_delrec()
local
792
tomb
= rcu_replace_pointer(im->mca_tomb,
in mld_del_delrec()
795
rcu_assign_pointer(pmc->mca_tomb,
tomb
);
in mld_del_delrec()
Completed in 11 milliseconds