Searched refs:IFLA_AMT_MAX_TUNNELS (Results 1 – 2 of 2) sorted by relevance
56 IFLA_AMT_MAX_TUNNELS, enumerator
3127 [IFLA_AMT_MAX_TUNNELS] = { .type = NLA_U32 },3180 if (data[IFLA_AMT_MAX_TUNNELS] && in amt_newlink()3181 nla_get_u32(data[IFLA_AMT_MAX_TUNNELS])) in amt_newlink()3182 amt->max_tunnels = nla_get_u32(data[IFLA_AMT_MAX_TUNNELS]); in amt_newlink()3330 if (nla_put_u32(skb, IFLA_AMT_MAX_TUNNELS, amt->max_tunnels)) in amt_fill_info()