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:OVS_CB
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/net/openvswitch/
H
A
D
vport.c
434
OVS_CB
(skb)->input_vport = vport;
in ovs_vport_receive()
435
OVS_CB
(skb)->mru = 0;
in ovs_vport_receive()
436
OVS_CB
(skb)->cutlen = 0;
in ovs_vport_receive()
H
A
D
actions.c
787
*
OVS_CB
(skb) = data->cb;
in ovs_vport_output()
833
data->cb = *
OVS_CB
(skb);
in prepare_frag()
916
u16 mru =
OVS_CB
(skb)->mru;
in do_output()
917
u32 cutlen =
OVS_CB
(skb)->cutlen;
in do_output()
952
upcall.mru =
OVS_CB
(skb)->mru;
in output_userspace()
1195
struct ovs_skb_cb *ovs_cb =
OVS_CB
(skb);
in execute_check_pkt_len()
1300
OVS_CB
(skb)->cutlen = 0;
in do_execute_actions()
1308
OVS_CB
(skb)->cutlen = skb->len - trunc->max_len;
in do_execute_actions()
1314
len,
OVS_CB
(skb)->cutlen);
in do_execute_actions()
1315
OVS_CB
(sk
in do_execute_actions()
[all...]
H
A
D
datapath.h
107
#define
OVS_CB
(skb) ((struct ovs_skb_cb *)(skb)->cb)
macro
H
A
D
datapath.c
221
const struct vport *p =
OVS_CB
(skb)->input_vport;
in ovs_dp_process_packet()
242
upcall.mru =
OVS_CB
(skb)->mru;
in ovs_dp_process_packet()
319
BUILD_BUG_ON(sizeof(*
OVS_CB
(skb)) > SKB_GSO_CB_OFFSET);
in queue_gso_packets()
444
OVS_CB
(skb)->acts_origlen);
in queue_userspace_packet()
589
OVS_CB
(packet)->mru = mru;
in ovs_packet_cmd_execute()
633
OVS_CB
(packet)->input_vport = input_vport;
in ovs_packet_cmd_execute()
H
A
D
flow.c
881
key->phy.in_port =
OVS_CB
(skb)->input_vport->port_no;
in ovs_flow_key_extract()
893
OVS_CB
(skb)->mru = tc_ext ? tc_ext->mru : 0;
in ovs_flow_key_extract()
H
A
D
conntrack.c
498
struct ovs_skb_cb ovs_cb = *
OVS_CB
(skb);
in handle_fragments()
538
*
OVS_CB
(skb) = ovs_cb;
in handle_fragments()
/kernel/linux/linux-6.6/net/openvswitch/
H
A
D
actions.c
790
*
OVS_CB
(skb) = data->cb;
in ovs_vport_output()
836
data->cb = *
OVS_CB
(skb);
in prepare_frag()
922
u16 mru =
OVS_CB
(skb)->mru;
in do_output()
923
u32 cutlen =
OVS_CB
(skb)->cutlen;
in do_output()
958
upcall.mru =
OVS_CB
(skb)->mru;
in output_userspace()
1215
struct ovs_skb_cb *ovs_cb =
OVS_CB
(skb);
in execute_check_pkt_len()
1326
OVS_CB
(skb)->cutlen = 0;
in do_execute_actions()
1334
OVS_CB
(skb)->cutlen = skb->len - trunc->max_len;
in do_execute_actions()
1340
len,
OVS_CB
(skb)->cutlen);
in do_execute_actions()
1341
OVS_CB
(sk
in do_execute_actions()
[all...]
H
A
D
vport.c
500
OVS_CB
(skb)->input_vport = vport;
in ovs_vport_receive()
501
OVS_CB
(skb)->mru = 0;
in ovs_vport_receive()
502
OVS_CB
(skb)->cutlen = 0;
in ovs_vport_receive()
H
A
D
datapath.h
125
#define
OVS_CB
(skb) ((struct ovs_skb_cb *)(skb)->cb)
macro
H
A
D
datapath.c
218
struct vport *p =
OVS_CB
(skb)->input_vport;
in ovs_vport_update_upcall_stats()
248
const struct vport *p =
OVS_CB
(skb)->input_vport;
in ovs_dp_process_packet()
275
upcall.mru =
OVS_CB
(skb)->mru;
in ovs_dp_process_packet()
357
BUILD_BUG_ON(sizeof(*
OVS_CB
(skb)) > SKB_GSO_CB_OFFSET);
in queue_gso_packets()
482
OVS_CB
(skb)->acts_origlen);
in queue_userspace_packet()
627
OVS_CB
(packet)->mru = mru;
in ovs_packet_cmd_execute()
671
OVS_CB
(packet)->input_vport = input_vport;
in ovs_packet_cmd_execute()
H
A
D
flow.c
1033
key->phy.in_port =
OVS_CB
(skb)->input_vport->port_no;
in ovs_flow_key_extract()
1046
OVS_CB
(skb)->mru = tc_ext ? tc_ext->mru : 0;
in ovs_flow_key_extract()
H
A
D
conntrack.c
442
struct ovs_skb_cb ovs_cb = *
OVS_CB
(skb);
in ovs_ct_handle_fragments()
454
*
OVS_CB
(skb) = ovs_cb;
in ovs_ct_handle_fragments()
Completed in 21 milliseconds