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:vrf_map
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/
H
A
D
vrf.c
47
struct
vrf_map
{
struct
106
struct
vrf_map
vmap;
175
static struct
vrf_map
*netns_vrf_map(struct net *net)
in netns_vrf_map()
182
static struct
vrf_map
*netns_vrf_map_by_dev(struct net_device *dev)
in netns_vrf_map_by_dev()
225
static struct vrf_map_elem *vrf_map_lookup_elem(struct
vrf_map
*vmap,
in vrf_map_lookup_elem()
240
static void vrf_map_add_elem(struct
vrf_map
*vmap, struct vrf_map_elem *me)
in vrf_map_add_elem()
254
static void vrf_map_lock(struct
vrf_map
*vmap) __acquires(&vmap->vmap_lock)
259
static void vrf_map_unlock(struct
vrf_map
*vmap) __releases(&vmap->vmap_lock)
268
struct
vrf_map
*vmap = netns_vrf_map_by_dev(dev);
in vrf_map_register_dev()
294
/* we already have an entry in the
vrf_map
, s
in vrf_map_register_dev()
[all...]
/kernel/linux/linux-6.6/drivers/net/
H
A
D
vrf.c
49
struct
vrf_map
{
struct
108
struct
vrf_map
vmap;
167
static struct
vrf_map
*netns_vrf_map(struct net *net)
in netns_vrf_map()
174
static struct
vrf_map
*netns_vrf_map_by_dev(struct net_device *dev)
in netns_vrf_map_by_dev()
217
static struct vrf_map_elem *vrf_map_lookup_elem(struct
vrf_map
*vmap,
in vrf_map_lookup_elem()
232
static void vrf_map_add_elem(struct
vrf_map
*vmap, struct vrf_map_elem *me)
in vrf_map_add_elem()
246
static void vrf_map_lock(struct
vrf_map
*vmap) __acquires(&vmap->vmap_lock)
251
static void vrf_map_unlock(struct
vrf_map
*vmap) __releases(&vmap->vmap_lock)
260
struct
vrf_map
*vmap = netns_vrf_map_by_dev(dev);
in vrf_map_register_dev()
286
/* we already have an entry in the
vrf_map
, s
in vrf_map_register_dev()
[all...]
Completed in 6 milliseconds