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:vport_parms
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/net/openvswitch/
H
A
D
vport.h
21
struct
vport_parms
;
28
struct vport *ovs_vport_add(const struct
vport_parms
*);
85
* struct
vport_parms
- parameters for creating a new vport
94
struct
vport_parms
{
struct
125
struct vport *(*create)(const struct
vport_parms
*);
137
const struct
vport_parms
*);
H
A
D
vport-vxlan.c
71
static struct vport *vxlan_tnl_create(const struct
vport_parms
*parms)
in vxlan_tnl_create()
135
static struct vport *vxlan_create(const struct
vport_parms
*parms)
in vxlan_create()
H
A
D
vport-geneve.c
51
static struct vport *geneve_tnl_create(const struct
vport_parms
*parms)
in geneve_tnl_create()
106
static struct vport *geneve_create(const struct
vport_parms
*parms)
in geneve_create()
H
A
D
vport-gre.c
39
static struct vport *gre_tnl_create(const struct
vport_parms
*parms)
in gre_tnl_create()
70
static struct vport *gre_create(const struct
vport_parms
*parms)
in gre_create()
H
A
D
vport.c
121
const struct
vport_parms
*parms)
in ovs_vport_alloc()
170
static struct vport_ops *ovs_vport_lookup(const struct
vport_parms
*parms)
in ovs_vport_lookup()
189
struct vport *ovs_vport_add(const struct
vport_parms
*parms)
in ovs_vport_add()
H
A
D
vport-netdev.c
126
static struct vport *netdev_create(const struct
vport_parms
*parms)
in netdev_create()
H
A
D
vport-internal_dev.c
138
static struct vport *internal_dev_create(const struct
vport_parms
*parms)
in internal_dev_create()
H
A
D
datapath.c
123
static struct vport *new_vport(const struct
vport_parms
*);
193
static struct vport *new_vport(const struct
vport_parms
*parms)
in new_vport()
1675
struct
vport_parms
parms;
in ovs_dp_cmd_new()
2127
struct
vport_parms
parms;
in ovs_vport_cmd_new()
/kernel/linux/linux-6.6/net/openvswitch/
H
A
D
vport.h
21
struct
vport_parms
;
28
struct vport *ovs_vport_add(const struct
vport_parms
*);
91
* struct
vport_parms
- parameters for creating a new vport
101
struct
vport_parms
{
struct
133
struct vport *(*create)(const struct
vport_parms
*);
157
const struct
vport_parms
*);
H
A
D
vport-vxlan.c
71
static struct vport *vxlan_tnl_create(const struct
vport_parms
*parms)
in vxlan_tnl_create()
135
static struct vport *vxlan_create(const struct
vport_parms
*parms)
in vxlan_create()
H
A
D
vport-geneve.c
51
static struct vport *geneve_tnl_create(const struct
vport_parms
*parms)
in geneve_tnl_create()
106
static struct vport *geneve_create(const struct
vport_parms
*parms)
in geneve_create()
H
A
D
vport-gre.c
39
static struct vport *gre_tnl_create(const struct
vport_parms
*parms)
in gre_tnl_create()
70
static struct vport *gre_create(const struct
vport_parms
*parms)
in gre_create()
H
A
D
vport.c
123
const struct
vport_parms
*parms)
in ovs_vport_alloc()
186
static struct vport_ops *ovs_vport_lookup(const struct
vport_parms
*parms)
in ovs_vport_lookup()
205
struct vport *ovs_vport_add(const struct
vport_parms
*parms)
in ovs_vport_add()
H
A
D
vport-netdev.c
125
static struct vport *netdev_create(const struct
vport_parms
*parms)
in netdev_create()
H
A
D
vport-internal_dev.c
123
static struct vport *internal_dev_create(const struct
vport_parms
*parms)
in internal_dev_create()
H
A
D
datapath.c
127
static struct vport *new_vport(const struct
vport_parms
*);
200
static struct vport *new_vport(const struct
vport_parms
*parms)
in new_vport()
1786
struct
vport_parms
parms;
in ovs_dp_cmd_new()
2253
struct
vport_parms
parms;
in ovs_vport_cmd_new()
Completed in 12 milliseconds