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:notifier_chain
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/include/net/netns/
H
A
D
nexthop.h
17
struct blocking_notifier_head
notifier_chain
;
member
/kernel/linux/linux-6.6/include/net/netns/
H
A
D
nexthop.h
18
struct blocking_notifier_head
notifier_chain
;
member
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
nexthop.c
81
return !net->nexthop.
notifier_chain
.head;
in nexthop_notifiers_is_empty()
245
err = blocking_notifier_call_chain(&net->nexthop.
notifier_chain
,
in call_nexthop_notifiers()
346
err = blocking_notifier_call_chain(&net->nexthop.
notifier_chain
,
in __call_nexthop_res_bucket_notifiers()
416
err = blocking_notifier_call_chain(&net->nexthop.
notifier_chain
,
in call_nexthop_res_table_notifiers()
3626
err = blocking_notifier_chain_register(&net->nexthop.
notifier_chain
,
in register_nexthop_notifier()
3639
err = blocking_notifier_chain_unregister(&net->nexthop.
notifier_chain
,
in unregister_nexthop_notifier()
3760
BLOCKING_INIT_NOTIFIER_HEAD(&net->nexthop.
notifier_chain
);
in nexthop_net_init()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
nexthop.c
45
err = blocking_notifier_call_chain(&net->nexthop.
notifier_chain
,
in call_nexthop_notifiers()
1997
return blocking_notifier_chain_register(&net->nexthop.
notifier_chain
,
in register_nexthop_notifier()
2004
return blocking_notifier_chain_unregister(&net->nexthop.
notifier_chain
,
in unregister_nexthop_notifier()
2025
BLOCKING_INIT_NOTIFIER_HEAD(&net->nexthop.
notifier_chain
);
in nexthop_net_init()
Completed in 8 milliseconds