Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/
Dvxlan.c1205 skb->mark = md->gbp; in vxlan_rcv()
1304 struct vxlanhdr_gbp *gbp; in vxlan_udp_encap_recv() local
1306 gbp = (struct vxlanhdr_gbp *)vxh; in vxlan_udp_encap_recv()
1307 md->gbp = ntohs(gbp->policy_id); in vxlan_udp_encap_recv()
1314 if (gbp->dont_learn) in vxlan_udp_encap_recv()
1315 md->gbp |= VXLAN_GBP_DONT_LEARN; in vxlan_udp_encap_recv()
1317 if (gbp->policy_applied) in vxlan_udp_encap_recv()
1318 md->gbp |= VXLAN_GBP_POLICY_APPLIED; in vxlan_udp_encap_recv()
1666 struct vxlanhdr_gbp *gbp; in vxlan_build_gbp_hdr() local
1668 if (!md->gbp) in vxlan_build_gbp_hdr()
[all …]
/linux-4.4.14/include/net/
Dvxlan.h104 u32 gbp; member
/linux-4.4.14/net/openvswitch/
Dflow_netlink.c522 opts.gbp = nla_get_u32(a); in vxlan_tun_opt_from_nlattr()
710 if (nla_put_u32(skb, OVS_VXLAN_EXT_GBP, opts->gbp) < 0) in vxlan_opt_to_nlattr()