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:sg_mp
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/bridge/
H
A
D
br_multicast.c
293
struct net_bridge_mdb_entry *
sg_mp
;
in br_multicast_sg_host_state()
local
300
sg_mp
= br_mdb_ip_get(star_mp->br, &sg->key.addr);
in br_multicast_sg_host_state()
301
if (!
sg_mp
)
in br_multicast_sg_host_state()
303
sg_mp
->host_joined = true;
in br_multicast_sg_host_state()
310
struct net_bridge_mdb_entry *
sg_mp
;
in br_multicast_star_g_host_state()
local
328
sg_mp
= br_mdb_ip_get(br, &sg_ip);
in br_multicast_star_g_host_state()
329
if (!
sg_mp
)
in br_multicast_star_g_host_state()
331
sg_mp
->host_joined = star_mp->host_joined;
in br_multicast_star_g_host_state()
499
struct net_bridge_mdb_entry *
sg_mp
;
in br_multicast_fwd_src_handle()
local
501
sg_mp
in br_multicast_fwd_src_handle()
[all...]
/kernel/linux/linux-6.6/net/bridge/
H
A
D
br_multicast.c
392
struct net_bridge_mdb_entry *
sg_mp
;
in br_multicast_sg_host_state()
local
399
sg_mp
= br_mdb_ip_get(star_mp->br, &sg->key.addr);
in br_multicast_sg_host_state()
400
if (!
sg_mp
)
in br_multicast_sg_host_state()
402
sg_mp
->host_joined = true;
in br_multicast_sg_host_state()
409
struct net_bridge_mdb_entry *
sg_mp
;
in br_multicast_star_g_host_state()
local
427
sg_mp
= br_mdb_ip_get(br, &sg_ip);
in br_multicast_star_g_host_state()
428
if (!
sg_mp
)
in br_multicast_star_g_host_state()
430
sg_mp
->host_joined = star_mp->host_joined;
in br_multicast_star_g_host_state()
616
struct net_bridge_mdb_entry *
sg_mp
;
in br_multicast_fwd_src_handle()
local
618
sg_mp
in br_multicast_fwd_src_handle()
[all...]
Completed in 7 milliseconds