Home
last modified time | relevance | path

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

/linux-4.4.14/net/openvswitch/
Dvport.c445 OVS_CB(skb)->input_vport = vport; in ovs_vport_receive()
446 OVS_CB(skb)->mru = 0; in ovs_vport_receive()
Ddatapath.h105 #define OVS_CB(skb) ((struct ovs_skb_cb *)(skb)->cb) macro
Dactions.c632 *OVS_CB(skb) = data->cb; in ovs_vport_output()
669 data->cb = *OVS_CB(skb); in prepare_frag()
742 u16 mru = OVS_CB(skb)->mru; in do_output()
776 upcall.mru = OVS_CB(skb)->mru; in output_userspace()
Dconntrack.c307 struct ovs_skb_cb ovs_cb = *OVS_CB(skb); in handle_fragments()
354 *OVS_CB(skb) = ovs_cb; in handle_fragments()
Ddatapath.c258 const struct vport *p = OVS_CB(skb)->input_vport; in ovs_dp_process_packet()
277 upcall.mru = OVS_CB(skb)->mru; in ovs_dp_process_packet()
341 BUILD_BUG_ON(sizeof(*OVS_CB(skb)) > SKB_SGO_CB_OFFSET); in queue_gso_packets()
590 OVS_CB(packet)->mru = mru; in ovs_packet_cmd_execute()
626 OVS_CB(packet)->input_vport = input_vport; in ovs_packet_cmd_execute()
Dflow.c722 key->phy.in_port = OVS_CB(skb)->input_vport->port_no; in ovs_flow_key_extract()