Searched refs:IFLA_VXLAN_TOS (Results 1 – 3 of 3) sorted by relevance
831 IFLA_VXLAN_TOS, enumerator
1354 IFLA_VXLAN_TOS, enumerator
3379 [IFLA_VXLAN_TOS] = { .type = NLA_U8 },4109 if (data[IFLA_VXLAN_TOS]) in vxlan_nl2conf()4110 conf->tos = nla_get_u8(data[IFLA_VXLAN_TOS]); in vxlan_nl2conf()4516 nla_put_u8(skb, IFLA_VXLAN_TOS, vxlan->cfg.tos) || in vxlan_fill_info()