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:ip4_own_query
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/bridge/
H
A
D
br_multicast.c
1406
br_multicast_querier_expired(br, &br->
ip4_own_query
);
in br_ip4_multicast_querier_expired()
1485
if (port ? (own_query == &port->
ip4_own_query
) :
in br_multicast_send_query()
1486
(own_query == &br->
ip4_own_query
)) {
in br_multicast_send_query()
1531
struct net_bridge_port *port = from_timer(port, t,
ip4_own_query
.timer);
in br_ip4_multicast_port_query_expired()
1533
br_multicast_port_query_expired(port, &port->
ip4_own_query
);
in br_ip4_multicast_port_query_expired()
1601
timer_setup(&port->
ip4_own_query
.timer,
in br_multicast_add_port()
1651
br_multicast_enable(&port->
ip4_own_query
);
in __br_multicast_enable_port()
1683
del_timer(&port->
ip4_own_query
.timer);
in br_multicast_disable_port()
2484
if (!timer_pending(&br->
ip4_own_query
.timer) &&
in br_ip4_multicast_select_querier()
2920
own_query = port ? &port->
ip4_own_query
in br_ip4_multicast_leave_group()
[all...]
H
A
D
br_private.h
315
struct bridge_mcast_own_query
ip4_own_query
;
member
460
struct bridge_mcast_own_query
ip4_own_query
;
member
/kernel/linux/linux-6.6/net/bridge/
H
A
D
br_multicast.c
1751
br_multicast_querier_expired(brmctx, &brmctx->
ip4_own_query
);
in br_ip4_multicast_querier_expired()
1864
if (pmctx ? (own_query == &pmctx->
ip4_own_query
) :
in br_multicast_send_query()
1865
(own_query == &brmctx->
ip4_own_query
)) {
in br_multicast_send_query()
1921
ip4_own_query
.timer);
in br_ip4_multicast_port_query_expired()
1923
br_multicast_port_query_expired(pmctx, &pmctx->
ip4_own_query
);
in br_ip4_multicast_port_query_expired()
2004
timer_setup(&pmctx->
ip4_own_query
.timer,
in br_multicast_port_ctx_init()
2080
br_multicast_enable(&pmctx->
ip4_own_query
);
in __br_multicast_enable_port_ctx()
2132
del_timer(&pmctx->
ip4_own_query
.timer);
in __br_multicast_disable_port_ctx()
3057
own_timer = &brmctx->
ip4_own_query
.timer;
in br_multicast_select_querier()
3707
own_query = pmctx ? &pmctx->
ip4_own_query
in br_ip4_multicast_leave_group()
4521
struct bridge_mcast_own_query *
ip4_own_query
;
br_multicast_start_querier()
local
[all...]
H
A
D
br_private.h
121
struct bridge_mcast_own_query
ip4_own_query
;
member
159
struct bridge_mcast_own_query
ip4_own_query
;
member
Completed in 16 milliseconds