Searched refs:IFLA_VXLAN_TOS (Results 1 – 2 of 2) sorted by relevance
426 IFLA_VXLAN_TOS, enumerator
2563 [IFLA_VXLAN_TOS] = { .type = NLA_U8 },2941 if (data[IFLA_VXLAN_TOS]) in vxlan_newlink()2942 conf.tos = nla_get_u8(data[IFLA_VXLAN_TOS]); in vxlan_newlink()3114 nla_put_u8(skb, IFLA_VXLAN_TOS, vxlan->cfg.tos) || in vxlan_fill_info()