Searched refs:IFLA_VXLAN_TOS (Results 1 – 2 of 2) sorted by relevance
365 IFLA_VXLAN_TOS, enumerator
2396 [IFLA_VXLAN_TOS] = { .type = NLA_U8 },2653 if (data[IFLA_VXLAN_TOS]) in vxlan_newlink()2654 vxlan->tos = nla_get_u8(data[IFLA_VXLAN_TOS]); in vxlan_newlink()2838 nla_put_u8(skb, IFLA_VXLAN_TOS, vxlan->tos) || in vxlan_fill_info()