Searched refs:IFLA_VXLAN_TOS (Results 1 – 3 of 3) sorted by relevance
725 IFLA_VXLAN_TOS, enumerator
794 IFLA_VXLAN_TOS, enumerator
3220 [IFLA_VXLAN_TOS] = { .type = NLA_U8 },3939 if (data[IFLA_VXLAN_TOS]) in vxlan_nl2conf()3940 conf->tos = nla_get_u8(data[IFLA_VXLAN_TOS]); in vxlan_nl2conf()4323 nla_put_u8(skb, IFLA_VXLAN_TOS, vxlan->cfg.tos) || in vxlan_fill_info()