Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_tun_vxlan.c142 if (*gbp_mask & ~VXLAN_GBP_MASK) { in mlx5e_tc_tun_parse_vxlan_gbp_option()
/openbmc/linux/include/net/
H A Dvxlan.h126 #define VXLAN_GBP_MASK (VXLAN_GBP_DONT_LEARN | VXLAN_GBP_POLICY_APPLIED | \ macro
/openbmc/linux/net/sched/
H A Dact_tunnel_key.c160 md->gbp &= VXLAN_GBP_MASK; in tunnel_key_copy_vxlan_opt()
H A Dcls_flower.c1308 md->gbp &= VXLAN_GBP_MASK; in fl_set_vxlan_opt()
/openbmc/linux/net/ipv4/
H A Dip_tunnel_core.c527 md->gbp &= VXLAN_GBP_MASK; in ip_tun_parse_opts_vxlan()