Searched refs:gbp (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | test_tunnel_kern.c | 42 __u32 gbp; member 318 md.gbp = 0x800FF; /* Set VXLAN Group Policy extension */ in _vxlan_set_tunnel() 349 key.tunnel_id, key.remote_ipv4, md.gbp); in _vxlan_get_tunnel()
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | vxlan.c | 1714 struct vxlanhdr_gbp *gbp = (struct vxlanhdr_gbp *)unparsed; in vxlan_parse_gbp_hdr() local 1720 md->gbp = ntohs(gbp->policy_id); in vxlan_parse_gbp_hdr() 1727 if (gbp->dont_learn) in vxlan_parse_gbp_hdr() 1728 md->gbp |= VXLAN_GBP_DONT_LEARN; in vxlan_parse_gbp_hdr() 1730 if (gbp->policy_applied) in vxlan_parse_gbp_hdr() 1731 md->gbp |= VXLAN_GBP_POLICY_APPLIED; in vxlan_parse_gbp_hdr() 1735 skb->mark = md->gbp; in vxlan_parse_gbp_hdr() 2299 struct vxlanhdr_gbp *gbp; in vxlan_build_gbp_hdr() local 2301 if (!md->gbp) in vxlan_build_gbp_hdr() 2304 gbp = (struct vxlanhdr_gbp *)vxh; in vxlan_build_gbp_hdr() [all …]
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | act_tunnel_key.c | 158 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()
|
| H A D | cls_flower.c | 1192 md->gbp = nla_get_u32(tb[TCA_FLOWER_KEY_ENC_OPT_VXLAN_GBP]); in fl_set_vxlan_opt() 1193 md->gbp &= VXLAN_GBP_MASK; in fl_set_vxlan_opt() 2703 if (nla_put_u32(skb, TCA_FLOWER_KEY_ENC_OPT_VXLAN_GBP, md->gbp)) in fl_dump_key_vxlan_opt()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | ip_tunnel_core.c | 535 md->gbp = nla_get_u32(attr); in ip_tun_parse_opts_vxlan() 536 md->gbp &= VXLAN_GBP_MASK; in ip_tun_parse_opts_vxlan() 777 if (nla_put_u32(skb, LWTUNNEL_IP_OPT_VXLAN_GBP, md->gbp)) { in ip_tun_fill_encap_opts_vxlan()
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nft_tunnel.c | 243 opts->u.vxlan.gbp = ntohl(nla_get_be32(tb[NFTA_TUNNEL_KEY_VXLAN_GBP])); in nft_tunnel_obj_vxlan_init() 562 htonl(opts->u.vxlan.gbp))) in nft_tunnel_opts_dump()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | vxlan.h | 180 u32 gbp; member
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_tunnel.sh | 167 id 2 dstport 4789 gbp remote 172.16.1.200 175 ip link add dev $DEV type $TYPE external gbp dstport 4789
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | rtnetlink.sh | 495 ip -netns "$testns" link set dev "$vxlan" type vxlan gbp 2>/dev/null
|
| /OK3568_Linux_fs/kernel/net/openvswitch/ |
| H A D | flow_netlink.c | 603 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()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/css/ |
| H A D | bootstrap.min.css | 5 …in:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e1…
|
| H A D | bootstrap.css | 729 .glyphicon-gbp:before {
|
| H A D | bootstrap.css.map | 1 …gbp:before {\n content: \"\\e149\";\n}\n.glyphicon-sort:before {\n content: \"\\e150\";\n}\n.gly…
|