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_ops
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/net/openvswitch/
H
A
D
vport.h
78
const struct
vport_ops
*ops;
106
* struct
vport_ops
- definition of a type of virtual port
121
struct
vport_ops
{
struct
136
struct vport *ovs_vport_alloc(int priv_size, const struct
vport_ops
*,
179
int __ovs_vport_ops_register(struct
vport_ops
*ops);
186
void ovs_vport_ops_unregister(struct
vport_ops
*ops);
H
A
D
vport.c
61
int __ovs_vport_ops_register(struct
vport_ops
*ops)
in __ovs_vport_ops_register()
64
struct
vport_ops
*o;
in __ovs_vport_ops_register()
79
void ovs_vport_ops_unregister(struct
vport_ops
*ops)
in ovs_vport_ops_unregister()
120
struct vport *ovs_vport_alloc(int priv_size, const struct
vport_ops
*ops,
in ovs_vport_alloc()
170
static struct
vport_ops
*ovs_vport_lookup(const struct vport_parms *parms)
in ovs_vport_lookup()
172
struct
vport_ops
*ops;
in ovs_vport_lookup()
191
struct
vport_ops
*ops;
in ovs_vport_add()
H
A
D
vport-vxlan.c
20
static struct
vport_ops
ovs_vxlan_netdev_vport_ops;
146
static struct
vport_ops
ovs_vxlan_netdev_vport_ops = {
H
A
D
vport-geneve.c
27
static struct
vport_ops
ovs_geneve_vport_ops;
117
static struct
vport_ops
ovs_geneve_vport_ops = {
H
A
D
vport-gre.c
37
static struct
vport_ops
ovs_gre_vport_ops;
81
static struct
vport_ops
ovs_gre_vport_ops = {
H
A
D
vport-netdev.c
26
static struct
vport_ops
ovs_netdev_vport_ops;
196
static struct
vport_ops
ovs_netdev_vport_ops = {
H
A
D
vport-internal_dev.c
25
static struct
vport_ops
ovs_internal_vport_ops;
230
static struct
vport_ops
ovs_internal_vport_ops = {
/kernel/linux/linux-6.6/net/openvswitch/
H
A
D
vport.h
83
const struct
vport_ops
*ops;
114
* struct
vport_ops
- definition of a type of virtual port
129
struct
vport_ops
{
struct
156
struct vport *ovs_vport_alloc(int priv_size, const struct
vport_ops
*,
199
int __ovs_vport_ops_register(struct
vport_ops
*ops);
206
void ovs_vport_ops_unregister(struct
vport_ops
*ops);
H
A
D
vport.c
61
int __ovs_vport_ops_register(struct
vport_ops
*ops)
in __ovs_vport_ops_register()
64
struct
vport_ops
*o;
in __ovs_vport_ops_register()
79
void ovs_vport_ops_unregister(struct
vport_ops
*ops)
in ovs_vport_ops_unregister()
122
struct vport *ovs_vport_alloc(int priv_size, const struct
vport_ops
*ops,
in ovs_vport_alloc()
186
static struct
vport_ops
*ovs_vport_lookup(const struct vport_parms *parms)
in ovs_vport_lookup()
188
struct
vport_ops
*ops;
in ovs_vport_lookup()
207
struct
vport_ops
*ops;
in ovs_vport_add()
H
A
D
vport-vxlan.c
20
static struct
vport_ops
ovs_vxlan_netdev_vport_ops;
146
static struct
vport_ops
ovs_vxlan_netdev_vport_ops = {
H
A
D
vport-geneve.c
27
static struct
vport_ops
ovs_geneve_vport_ops;
117
static struct
vport_ops
ovs_geneve_vport_ops = {
H
A
D
vport-gre.c
37
static struct
vport_ops
ovs_gre_vport_ops;
81
static struct
vport_ops
ovs_gre_vport_ops = {
H
A
D
vport-netdev.c
26
static struct
vport_ops
ovs_netdev_vport_ops;
194
static struct
vport_ops
ovs_netdev_vport_ops = {
H
A
D
vport-internal_dev.c
25
static struct
vport_ops
ovs_internal_vport_ops;
216
static struct
vport_ops
ovs_internal_vport_ops = {
Completed in 7 milliseconds