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:rtnl_af_ops
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/include/net/
H
A
D
rtnetlink.h
124
* struct
rtnl_af_ops
- rtnetlink address family operations
137
struct
rtnl_af_ops
{
struct
157
void rtnl_af_register(struct
rtnl_af_ops
*ops);
158
void rtnl_af_unregister(struct
rtnl_af_ops
*ops);
/kernel/linux/linux-6.6/include/net/
H
A
D
rtnetlink.h
146
* struct
rtnl_af_ops
- rtnetlink address family operations
159
struct
rtnl_af_ops
{
struct
180
void rtnl_af_register(struct
rtnl_af_ops
*ops);
181
void rtnl_af_unregister(struct
rtnl_af_ops
*ops);
/kernel/linux/linux-5.10/net/core/
H
A
D
rtnetlink.c
538
static LIST_HEAD(
rtnl_af_ops
);
540
static const struct
rtnl_af_ops
*rtnl_af_lookup(const int family)
in rtnl_af_lookup()
542
const struct
rtnl_af_ops
*ops;
in rtnl_af_lookup()
544
list_for_each_entry_rcu(ops, &
rtnl_af_ops
, list) {
in rtnl_af_lookup()
553
* rtnl_af_register - Register
rtnl_af_ops
with rtnetlink.
554
* @ops: struct
rtnl_af_ops
* to register
558
void rtnl_af_register(struct
rtnl_af_ops
*ops)
in rtnl_af_register()
561
list_add_tail_rcu(&ops->list, &
rtnl_af_ops
);
in rtnl_af_register()
567
* rtnl_af_unregister - Unregister
rtnl_af_ops
from rtnetlink.
568
* @ops: struct
rtnl_af_ops
* t
[all...]
/kernel/linux/linux-6.6/net/core/
H
A
D
rtnetlink.c
581
static LIST_HEAD(
rtnl_af_ops
);
583
static const struct
rtnl_af_ops
*rtnl_af_lookup(const int family)
in rtnl_af_lookup()
585
const struct
rtnl_af_ops
*ops;
in rtnl_af_lookup()
589
list_for_each_entry(ops, &
rtnl_af_ops
, list) {
in rtnl_af_lookup()
598
* rtnl_af_register - Register
rtnl_af_ops
with rtnetlink.
599
* @ops: struct
rtnl_af_ops
* to register
603
void rtnl_af_register(struct
rtnl_af_ops
*ops)
in rtnl_af_register()
606
list_add_tail_rcu(&ops->list, &
rtnl_af_ops
);
in rtnl_af_register()
612
* rtnl_af_unregister - Unregister
rtnl_af_ops
from rtnetlink.
613
* @ops: struct
rtnl_af_ops
* t
[all...]
/kernel/linux/linux-6.6/net/mctp/
H
A
D
device.c
515
static struct
rtnl_af_ops
mctp_af_ops = {
/kernel/linux/linux-5.10/net/bridge/
H
A
D
br_netlink.c
1691
static struct
rtnl_af_ops
br_af_ops __read_mostly = {
/kernel/linux/linux-6.6/net/bridge/
H
A
D
br_netlink.c
1876
static struct
rtnl_af_ops
br_af_ops __read_mostly = {
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
devinet.c
2753
static struct
rtnl_af_ops
inet_af_ops __read_mostly = {
/kernel/linux/linux-5.10/net/mpls/
H
A
D
af_mpls.c
2748
static struct
rtnl_af_ops
mpls_af_ops __read_mostly = {
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
devinet.c
2802
static struct
rtnl_af_ops
inet_af_ops __read_mostly = {
/kernel/linux/linux-6.6/net/mpls/
H
A
D
af_mpls.c
2742
static struct
rtnl_af_ops
mpls_af_ops __read_mostly = {
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
addrconf.c
7133
static struct
rtnl_af_ops
inet6_ops __read_mostly = {
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
addrconf.c
7327
static struct
rtnl_af_ops
inet6_ops __read_mostly = {
Completed in 44 milliseconds