Searched refs:OVS_CB (Results 1 – 5 of 5) sorted by relevance
703 *OVS_CB(skb) = data->cb; in ovs_vport_output() 749 data->cb = *OVS_CB(skb); in prepare_frag() 837 u16 mru = OVS_CB(skb)->mru; in do_output() 838 u32 cutlen = OVS_CB(skb)->cutlen; in do_output() 873 upcall.mru = OVS_CB(skb)->mru; in output_userspace() 882 if (OVS_CB(skb)->upcall_pid) in output_userspace() 883 upcall.portid = OVS_CB(skb)->upcall_pid; in output_userspace() 957 init_probability = OVS_CB(skb)->probability; in sample() 966 OVS_CB(skb)->probability = arg->probability; in sample() 973 OVS_CB(sk in sample() [all...]
503 OVS_CB(skb)->input_vport = vport; in ovs_vport_receive() 504 OVS_CB(skb)->mru = 0; in ovs_vport_receive() 505 OVS_CB(skb)->cutlen = 0; in ovs_vport_receive() 506 OVS_CB(skb)->probability = 0; in ovs_vport_receive() 507 OVS_CB(skb)->upcall_pid = 0; in ovs_vport_receive()
217 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(packe in ovs_packet_cmd_execute() [all...]
135 #define OVS_CB(skb) ((struct ovs_skb_cb *)(skb)->cb) macro
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()