Home
last modified time | relevance | path

Searched refs:OVS_CB (Results 1 – 5 of 5) sorted by relevance

/linux/net/openvswitch/
H A Dactions.c702 *OVS_CB(skb) = data->cb; in ovs_vport_output()
748 data->cb = *OVS_CB(skb); in prepare_frag()
836 u16 mru = OVS_CB(skb)->mru; in do_output()
837 u32 cutlen = OVS_CB(skb)->cutlen; in do_output()
872 upcall.mru = OVS_CB(skb)->mru; in output_userspace()
881 if (OVS_CB(skb)->upcall_pid) in output_userspace()
882 upcall.portid = OVS_CB(skb)->upcall_pid; in output_userspace()
956 init_probability = OVS_CB(skb)->probability; in sample()
965 OVS_CB(skb)->probability = arg->probability; in sample()
972 OVS_CB(skb)->probability = init_probability; in sample()
[all …]
H A Dvport.c500 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()
503 OVS_CB(skb)->probability = 0; in ovs_vport_receive()
504 OVS_CB(skb)->upcall_pid = 0; in ovs_vport_receive()
H A Ddatapath.c217 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()
270 if (OVS_CB(skb)->upcall_pid) in ovs_dp_process_packet()
271 upcall.portid = OVS_CB(skb)->upcall_pid; in ovs_dp_process_packet()
278 upcall.mru = OVS_CB(skb)->mru; in ovs_dp_process_packet()
376 BUILD_BUG_ON(sizeof(*OVS_CB(skb)) > SKB_GSO_CB_OFFSET); in queue_gso_packets()
501 OVS_CB(skb)->acts_origlen); in queue_userspace_packet()
646 OVS_CB(packet)->mru = mru; in ovs_packet_cmd_execute()
656 OVS_CB(packet)->upcall_pid = in ovs_packet_cmd_execute()
693 OVS_CB(packet)->input_vport = input_vport; in ovs_packet_cmd_execute()
H A Ddatapath.h135 #define OVS_CB(skb) ((struct ovs_skb_cb *)(skb)->cb) macro
H A Dconntrack.c447 struct ovs_skb_cb ovs_cb = *OVS_CB(skb); in ovs_ct_handle_fragments()
459 *OVS_CB(skb) = ovs_cb; in ovs_ct_handle_fragments()