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:ppsf
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
igmp.c
628
static void igmpv3_clear_zeros(struct ip_sf_list **
ppsf
)
in igmpv3_clear_zeros()
argument
633
for (psf = *
ppsf
; psf; psf = psf_next) {
in igmpv3_clear_zeros()
639
*
ppsf
= psf->sf_next;
in igmpv3_clear_zeros()
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
mcast.c
1884
static void mld_clear_zeros(struct ip6_sf_list **
ppsf
)
in mld_clear_zeros()
argument
1889
for (psf = *
ppsf
; psf; psf = psf_next) {
in mld_clear_zeros()
1895
*
ppsf
= psf->sf_next;
in mld_clear_zeros()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
igmp.c
628
static void igmpv3_clear_zeros(struct ip_sf_list **
ppsf
)
in igmpv3_clear_zeros()
argument
633
for (psf = *
ppsf
; psf; psf = psf_next) {
in igmpv3_clear_zeros()
639
*
ppsf
= psf->sf_next;
in igmpv3_clear_zeros()
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
mcast.c
2029
static void mld_clear_zeros(struct ip6_sf_list __rcu **
ppsf
, struct inet6_dev *idev)
in mld_clear_zeros()
argument
2034
for (psf = mc_dereference(*
ppsf
, idev);
in mld_clear_zeros()
2043
rcu_assign_pointer(*
ppsf
,
in mld_clear_zeros()
Completed in 15 milliseconds