Searched refs:IFLA_VXLAN_TOS (Results 1 – 3 of 3) sorted by relevance
511 IFLA_VXLAN_TOS, enumerator
2722 [IFLA_VXLAN_TOS] = { .type = NLA_U8 },3295 if (data[IFLA_VXLAN_TOS]) in vxlan_nl2conf()3296 conf->tos = nla_get_u8(data[IFLA_VXLAN_TOS]); in vxlan_nl2conf()3601 nla_put_u8(skb, IFLA_VXLAN_TOS, vxlan->cfg.tos) || in vxlan_fill_info()