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:upcall_portids
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/net/openvswitch/
H
A
D
vport.c
141
if (ovs_vport_set_upcall_portids(vport, parms->
upcall_portids
)) {
in ovs_vport_alloc()
165
kfree(rcu_dereference_raw(vport->
upcall_portids
));
in ovs_vport_free()
329
* Sets the vport's
upcall_portids
to @ids.
343
old = ovsl_dereference(vport->
upcall_portids
);
in ovs_vport_set_upcall_portids()
354
rcu_assign_pointer(vport->
upcall_portids
, vport_portids);
in ovs_vport_set_upcall_portids()
362
* ovs_vport_get_upcall_portids - get the
upcall_portids
of @vport.
380
ids = rcu_dereference_ovsl(vport->
upcall_portids
);
in ovs_vport_get_upcall_portids()
407
ids = rcu_dereference(vport->
upcall_portids
);
in ovs_vport_find_upcall_portid()
H
A
D
vport.h
62
* @
upcall_portids
: RCU protected 'struct vport_portids'.
73
struct vport_portids __rcu *
upcall_portids
;
member
102
struct nlattr *
upcall_portids
;
member
H
A
D
datapath.c
1720
parms.
upcall_portids
= a[OVS_DP_ATTR_UPCALL_PID];
in ovs_dp_cmd_new()
2179
parms.
upcall_portids
= a[OVS_VPORT_ATTR_UPCALL_PID];
in ovs_vport_cmd_new()
/kernel/linux/linux-6.6/net/openvswitch/
H
A
D
vport.c
150
if (ovs_vport_set_upcall_portids(vport, parms->
upcall_portids
)) {
in ovs_vport_alloc()
180
kfree(rcu_dereference_raw(vport->
upcall_portids
));
in ovs_vport_free()
395
* Sets the vport's
upcall_portids
to @ids.
409
old = ovsl_dereference(vport->
upcall_portids
);
in ovs_vport_set_upcall_portids()
420
rcu_assign_pointer(vport->
upcall_portids
, vport_portids);
in ovs_vport_set_upcall_portids()
428
* ovs_vport_get_upcall_portids - get the
upcall_portids
of @vport.
446
ids = rcu_dereference_ovsl(vport->
upcall_portids
);
in ovs_vport_get_upcall_portids()
473
ids = rcu_dereference(vport->
upcall_portids
);
in ovs_vport_find_upcall_portid()
H
A
D
vport.h
65
* @
upcall_portids
: RCU protected 'struct vport_portids'.
78
struct vport_portids __rcu *
upcall_portids
;
member
110
struct nlattr *
upcall_portids
;
member
H
A
D
datapath.h
79
* @
upcall_portids
: RCU protected 'struct dp_nlsk_pids'.
107
struct dp_nlsk_pids __rcu *
upcall_portids
;
member
H
A
D
datapath.c
174
kfree(rcu_dereference_raw(dp->
upcall_portids
));
in destroy_dp_rcu()
1571
struct dp_nlsk_pids *pids = ovsl_dereference(dp->
upcall_portids
);
in ovs_dp_cmd_fill_info()
1663
old = ovsl_dereference(dp->
upcall_portids
);
in ovs_dp_set_upcall_portids()
1673
rcu_assign_pointer(dp->
upcall_portids
, dp_nlsk_pids);
in ovs_dp_set_upcall_portids()
1684
dp_nlsk_pids = rcu_dereference(dp->
upcall_portids
);
in ovs_dp_get_upcall_portid()
1831
parms.
upcall_portids
= a[OVS_DP_ATTR_UPCALL_PID];
in ovs_dp_cmd_new()
1873
kfree(rcu_dereference_raw(dp->
upcall_portids
));
in ovs_dp_cmd_new()
2307
parms.
upcall_portids
= a[OVS_VPORT_ATTR_UPCALL_PID];
in ovs_vport_cmd_new()
Completed in 10 milliseconds