Home
last modified time | relevance | path

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

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