Home
last modified time | relevance | path

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

/linux-6.12.1/net/openvswitch/
Dactions.c806 *OVS_CB(skb) = data->cb; in ovs_vport_output()
852 data->cb = *OVS_CB(skb); in prepare_frag()
938 u16 mru = OVS_CB(skb)->mru; in do_output()
939 u32 cutlen = OVS_CB(skb)->cutlen; in do_output()
980 upcall.mru = OVS_CB(skb)->mru; in output_userspace()
1063 init_probability = OVS_CB(skb)->probability; in sample()
1072 OVS_CB(skb)->probability = arg->probability; in sample()
1079 OVS_CB(skb)->probability = init_probability; in sample()
1247 struct ovs_skb_cb *ovs_cb = OVS_CB(skb); in execute_check_pkt_len()
1345 md.in_ifindex = OVS_CB(skb)->input_vport->dev->ifindex; in execute_psample()
[all …]
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()
Ddatapath.h128 #define OVS_CB(skb) ((struct ovs_skb_cb *)(skb)->cb) macro
Ddatapath.c217 struct vport *p = OVS_CB(skb)->input_vport; in ovs_vport_update_upcall_stats()
247 const struct vport *p = OVS_CB(skb)->input_vport; in ovs_dp_process_packet()
274 upcall.mru = OVS_CB(skb)->mru; in ovs_dp_process_packet()
356 BUILD_BUG_ON(sizeof(*OVS_CB(skb)) > SKB_GSO_CB_OFFSET); in queue_gso_packets()
481 OVS_CB(skb)->acts_origlen); in queue_userspace_packet()
626 OVS_CB(packet)->mru = mru; in ovs_packet_cmd_execute()
670 OVS_CB(packet)->input_vport = input_vport; in ovs_packet_cmd_execute()
Dflow.c1034 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()
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()