Searched refs:OVS_CB (Results 1 – 6 of 6) sorted by relevance
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()964 upcall.mru = OVS_CB(skb)->mru; in output_userspace()1221 struct ovs_skb_cb *ovs_cb = OVS_CB(skb); in execute_check_pkt_len()1332 OVS_CB(skb)->cutlen = 0; in do_execute_actions()1340 OVS_CB(skb)->cutlen = skb->len - trunc->max_len; in do_execute_actions()1346 len, OVS_CB(skb)->cutlen); in do_execute_actions()1347 OVS_CB(skb)->cutlen = 0; in do_execute_actions()[all …]
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()
125 #define OVS_CB(skb) ((struct ovs_skb_cb *)(skb)->cb) macro
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()
1034 key->phy.in_port = OVS_CB(skb)->input_vport->port_no; in ovs_flow_key_extract()1047 OVS_CB(skb)->mru = tc_ext ? tc_ext->mru : 0; in ovs_flow_key_extract()
447 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()