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:sf_crcount
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
igmp.c
305
if (gdeleted || !psf->
sf_crcount
)
in is_in()
310
return gdeleted || (psf->
sf_crcount
&& sdeleted);
in is_in()
311
return psf->
sf_crcount
&& !gdeleted && !sdeleted;
in is_in()
522
type == IGMPV3_BLOCK_OLD_SOURCES) && psf->
sf_crcount
)
in add_grec()
551
type == IGMPV3_BLOCK_OLD_SOURCES) && psf->
sf_crcount
) {
in add_grec()
553
psf->
sf_crcount
--;
in add_grec()
554
if ((sdeleted || gdeleted) && psf->
sf_crcount
== 0) {
in add_grec()
635
if (psf->
sf_crcount
== 0) {
in igmpv3_clear_zeros()
1204
psf->
sf_crcount
= pmc->crcount;
in igmpv3_add_delrec()
1246
psf->
sf_crcount
in igmpv3_del_delrec()
[all...]
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
mcast.c
752
psf->
sf_crcount
= pmc->mca_crcount;
in mld_add_delrec()
790
psf->
sf_crcount
= idev->mc_qrv;
in mld_del_delrec()
1536
if (gdeleted || !psf->
sf_crcount
)
in is_in()
1541
return gdeleted || (psf->
sf_crcount
&& sdeleted);
in is_in()
1542
return psf->
sf_crcount
&& !gdeleted && !sdeleted;
in is_in()
1783
type == MLD2_BLOCK_OLD_SOURCES) && psf->
sf_crcount
)
in add_grec()
1812
type == MLD2_BLOCK_OLD_SOURCES) && psf->
sf_crcount
) {
in add_grec()
1814
psf->
sf_crcount
--;
in add_grec()
1815
if ((sdeleted || gdeleted) && psf->
sf_crcount
== 0) {
in add_grec()
1891
if (psf->
sf_crcount
in mld_clear_zeros()
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
igmp.c
305
if (gdeleted || !psf->
sf_crcount
)
in is_in()
310
return gdeleted || (psf->
sf_crcount
&& sdeleted);
in is_in()
311
return psf->
sf_crcount
&& !gdeleted && !sdeleted;
in is_in()
522
type == IGMPV3_BLOCK_OLD_SOURCES) && psf->
sf_crcount
)
in add_grec()
551
type == IGMPV3_BLOCK_OLD_SOURCES) && psf->
sf_crcount
) {
in add_grec()
553
psf->
sf_crcount
--;
in add_grec()
554
if ((sdeleted || gdeleted) && psf->
sf_crcount
== 0) {
in add_grec()
635
if (psf->
sf_crcount
== 0) {
in igmpv3_clear_zeros()
1204
psf->
sf_crcount
= pmc->crcount;
in igmpv3_add_delrec()
1246
psf->
sf_crcount
in igmpv3_del_delrec()
[all...]
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
mcast.c
762
psf->
sf_crcount
= pmc->mca_crcount;
in mld_add_delrec()
802
psf->
sf_crcount
= idev->mc_qrv;
in mld_del_delrec()
1677
if (gdeleted || !psf->
sf_crcount
)
in is_in()
1682
return gdeleted || (psf->
sf_crcount
&& sdeleted);
in is_in()
1683
return psf->
sf_crcount
&& !gdeleted && !sdeleted;
in is_in()
1930
type == MLD2_BLOCK_OLD_SOURCES) && psf->
sf_crcount
)
in add_grec()
1959
type == MLD2_BLOCK_OLD_SOURCES) && psf->
sf_crcount
) {
in add_grec()
1961
psf->
sf_crcount
--;
in add_grec()
1962
if ((sdeleted || gdeleted) && psf->
sf_crcount
== 0) {
in add_grec()
2038
if (psf->
sf_crcount
in mld_clear_zeros()
[all...]
/kernel/linux/linux-5.10/include/net/
H
A
D
if_inet6.h
109
unsigned char
sf_crcount
; /* retrans. left to send */
member
/kernel/linux/linux-5.10/include/linux/
H
A
D
igmp.h
67
unsigned char
sf_crcount
; /* retrans. left to send */
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
igmp.h
65
unsigned char
sf_crcount
; /* retrans. left to send */
member
/kernel/linux/linux-6.6/include/net/
H
A
D
if_inet6.h
108
unsigned char
sf_crcount
; /* retrans. left to send */
member
Completed in 14 milliseconds