Home
last modified time | relevance | path

Searched refs:gbp (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/net/openvswitch/
Dvport-vxlan.c72 .gbp = md->gbp, in vxlan_rcv()
79 if (vxlan_port->exts & VXLAN_F_GBP && md->gbp) in vxlan_rcv()
216 return opts->gbp; in vxlan_ext_gbp()
255 md.gbp = vxlan_ext_gbp(skb); in vxlan_tnl_send()
Dvport-vxlan.h8 __u32 gbp; member
Dflow_netlink.c490 opts.gbp = nla_get_u32(tb[OVS_VXLAN_EXT_GBP]); in vxlan_tun_opt_from_nlattr()
636 if (nla_put_u32(skb, OVS_VXLAN_EXT_GBP, opts->gbp) < 0) in vxlan_opt_to_nlattr()
/linux-4.1.27/drivers/net/
Dvxlan.c1209 struct vxlanhdr_gbp *gbp; in vxlan_udp_encap_recv() local
1211 gbp = (struct vxlanhdr_gbp *)vxh; in vxlan_udp_encap_recv()
1212 md.gbp = ntohs(gbp->policy_id); in vxlan_udp_encap_recv()
1214 if (gbp->dont_learn) in vxlan_udp_encap_recv()
1215 md.gbp |= VXLAN_GBP_DONT_LEARN; in vxlan_udp_encap_recv()
1217 if (gbp->policy_applied) in vxlan_udp_encap_recv()
1218 md.gbp |= VXLAN_GBP_POLICY_APPLIED; in vxlan_udp_encap_recv()
1300 skb->mark = md->gbp; in vxlan_rcv()
1653 struct vxlanhdr_gbp *gbp; in vxlan_build_gbp_hdr() local
1655 if (!md->gbp) in vxlan_build_gbp_hdr()
[all …]
/linux-4.1.27/include/net/
Dvxlan.h99 u32 gbp; member