Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
A Dtest_tunnel_kern.c40 __u32 gbp; member
316 md.gbp = 0x800FF; /* Set VXLAN Group Policy extension */ in _vxlan_set_tunnel()
347 key.tunnel_id, key.remote_ipv4, md.gbp); in _vxlan_get_tunnel()
/linux/drivers/net/
A Dvxlan.c1721 md->gbp = ntohs(gbp->policy_id); in vxlan_parse_gbp_hdr()
1728 if (gbp->dont_learn) in vxlan_parse_gbp_hdr()
1729 md->gbp |= VXLAN_GBP_DONT_LEARN; in vxlan_parse_gbp_hdr()
1731 if (gbp->policy_applied) in vxlan_parse_gbp_hdr()
1736 skb->mark = md->gbp; in vxlan_parse_gbp_hdr()
2300 struct vxlanhdr_gbp *gbp; in vxlan_build_gbp_hdr() local
2302 if (!md->gbp) in vxlan_build_gbp_hdr()
2309 gbp->dont_learn = 1; in vxlan_build_gbp_hdr()
2312 gbp->policy_applied = 1; in vxlan_build_gbp_hdr()
2314 gbp->policy_id = htons(md->gbp & VXLAN_GBP_ID_MASK); in vxlan_build_gbp_hdr()
[all …]
/linux/net/sched/
A Dact_tunnel_key.c158 md->gbp = nla_get_u32(tb[TCA_TUNNEL_KEY_ENC_OPT_VXLAN_GBP]); in tunnel_key_copy_vxlan_opt()
159 md->gbp &= VXLAN_GBP_MASK; in tunnel_key_copy_vxlan_opt()
609 if (nla_put_u32(skb, TCA_TUNNEL_KEY_ENC_OPT_VXLAN_GBP, md->gbp)) { in tunnel_key_vxlan_opts_dump()
A Dcls_flower.c1193 md->gbp = nla_get_u32(tb[TCA_FLOWER_KEY_ENC_OPT_VXLAN_GBP]); in fl_set_vxlan_opt()
1194 md->gbp &= VXLAN_GBP_MASK; in fl_set_vxlan_opt()
2717 if (nla_put_u32(skb, TCA_FLOWER_KEY_ENC_OPT_VXLAN_GBP, md->gbp)) in fl_dump_key_vxlan_opt()
/linux/net/ipv4/
A Dip_tunnel_core.c526 md->gbp = nla_get_u32(attr); in ip_tun_parse_opts_vxlan()
527 md->gbp &= VXLAN_GBP_MASK; in ip_tun_parse_opts_vxlan()
769 if (nla_put_u32(skb, LWTUNNEL_IP_OPT_VXLAN_GBP, md->gbp)) { in ip_tun_fill_encap_opts_vxlan()
/linux/net/netfilter/
A Dnft_tunnel.c242 opts->u.vxlan.gbp = ntohl(nla_get_be32(tb[NFTA_TUNNEL_KEY_VXLAN_GBP])); in nft_tunnel_obj_vxlan_init()
561 htonl(opts->u.vxlan.gbp))) in nft_tunnel_opts_dump()
/linux/include/net/
A Dvxlan.h180 u32 gbp; member
/linux/tools/testing/selftests/bpf/
A Dtest_tunnel.sh167 id 2 dstport 4789 gbp remote 172.16.1.200
176 ip link add dev $DEV type $TYPE external gbp dstport 4789
/linux/tools/testing/selftests/net/
A Drtnetlink.sh495 ip -netns "$testns" link set dev "$vxlan" type vxlan gbp 2>/dev/null
/linux/net/openvswitch/
A Dflow_netlink.c603 opts.gbp = nla_get_u32(a); in vxlan_tun_opt_from_nlattr()
852 if (nla_put_u32(skb, OVS_VXLAN_EXT_GBP, opts->gbp) < 0) in vxlan_opt_to_nlattr()

Completed in 34 milliseconds