Searched refs:gbp (Results 1 – 7 of 7) sorted by relevance
43 __u32 gbp; member319 md.gbp = 0x800FF; /* Set VXLAN Group Policy extension */ in _vxlan_set_tunnel()350 key.tunnel_id, key.remote_ipv4, md.gbp); in _vxlan_get_tunnel()
1537 struct vxlanhdr_gbp *gbp = (struct vxlanhdr_gbp *)unparsed; in vxlan_parse_gbp_hdr() local1543 md->gbp = ntohs(gbp->policy_id); in vxlan_parse_gbp_hdr()1550 if (gbp->dont_learn) in vxlan_parse_gbp_hdr()1551 md->gbp |= VXLAN_GBP_DONT_LEARN; in vxlan_parse_gbp_hdr()1553 if (gbp->policy_applied) in vxlan_parse_gbp_hdr()1554 md->gbp |= VXLAN_GBP_POLICY_APPLIED; in vxlan_parse_gbp_hdr()1558 skb->mark = md->gbp; in vxlan_parse_gbp_hdr()2121 struct vxlanhdr_gbp *gbp; in vxlan_build_gbp_hdr() local2123 if (!md->gbp) in vxlan_build_gbp_hdr()2126 gbp = (struct vxlanhdr_gbp *)vxh; in vxlan_build_gbp_hdr()[all …]
242 opts->u.vxlan.gbp = ntohl(nla_get_be32(tb[NFTA_TUNNEL_KEY_VXLAN_GBP])); in nft_tunnel_obj_vxlan_init()478 htonl(opts->u.vxlan.gbp))) in nft_tunnel_opts_dump()
176 u32 gbp; member
167 id 2 dstport 4789 gbp remote 172.16.1.200175 ip link add dev $DEV type $TYPE external gbp dstport 4789
496 ip -netns "$testns" link set dev "$vxlan" type vxlan gbp 2>/dev/null
601 opts.gbp = nla_get_u32(a); in vxlan_tun_opt_from_nlattr()850 if (nla_put_u32(skb, OVS_VXLAN_EXT_GBP, opts->gbp) < 0) in vxlan_opt_to_nlattr()