Searched refs:OVS_CB (Results 1 - 8 of 8) sorted by relevance

/linux-4.1.27/net/openvswitch/
H A Dvport-gre.c72 tun_key = &OVS_CB(skb)->egress_tun_info->tunnel; __build_header()
145 if (unlikely(!OVS_CB(skb)->egress_tun_info)) { gre_tnl_send()
150 tun_key = &OVS_CB(skb)->egress_tun_info->tunnel; gre_tnl_send()
284 OVS_CB(skb)->egress_tun_info, gre_get_egress_tun_info()
H A Dvport-vxlan.c211 tun_info = OVS_CB(skb)->egress_tun_info; vxlan_ext_gbp()
236 if (unlikely(!OVS_CB(skb)->egress_tun_info)) { vxlan_tnl_send()
241 tun_key = &OVS_CB(skb)->egress_tun_info->tunnel; vxlan_tnl_send()
285 OVS_CB(skb)->egress_tun_info, vxlan_get_egress_tun_info()
H A Dvport-geneve.c185 tun_info = OVS_CB(skb)->egress_tun_info; geneve_tnl_send()
244 OVS_CB(skb)->egress_tun_info, geneve_get_egress_tun_info()
H A Ddatapath.h104 #define OVS_CB(skb) ((struct ovs_skb_cb *)(skb)->cb) macro
H A Dvport.c485 OVS_CB(skb)->input_vport = vport; ovs_vport_receive()
486 OVS_CB(skb)->egress_tun_info = NULL; ovs_vport_receive()
H A Ddatapath.c259 const struct vport *p = OVS_CB(skb)->input_vport; ovs_dp_process_packet()
342 BUILD_BUG_ON(sizeof(*OVS_CB(skb)) > SKB_SGO_CB_OFFSET); queue_gso_packets()
567 OVS_CB(packet)->egress_tun_info = NULL; ovs_packet_cmd_execute()
584 OVS_CB(packet)->input_vport = input_vport; ovs_packet_cmd_execute()
H A Dactions.c729 OVS_CB(skb)->egress_tun_info = nla_data(a); execute_set_action()
972 OVS_CB(skb)->egress_tun_info = NULL; ovs_execute_actions()
H A Dflow.c708 key->phy.in_port = OVS_CB(skb)->input_vport->port_no; ovs_flow_key_extract()

Completed in 111 milliseconds