Searched refs:IFLA_VXLAN_TOS (Results 1 – 3 of 3) sorted by relevance
727 IFLA_VXLAN_TOS, enumerator
807 IFLA_VXLAN_TOS, enumerator
3291 [IFLA_VXLAN_TOS] = { .type = NLA_U8 },4014 if (data[IFLA_VXLAN_TOS]) in vxlan_nl2conf()4015 conf->tos = nla_get_u8(data[IFLA_VXLAN_TOS]); in vxlan_nl2conf()4414 nla_put_u8(skb, IFLA_VXLAN_TOS, vxlan->cfg.tos) || in vxlan_fill_info()