Searched refs:IFLA_AMT_GATEWAY_PORT (Results 1 – 2 of 2) sorted by relevance
40 IFLA_AMT_GATEWAY_PORT, enumerator
3122 [IFLA_AMT_GATEWAY_PORT] = { .type = NLA_U16 },3220 if (data[IFLA_AMT_GATEWAY_PORT]) in amt_newlink()3221 amt->gw_port = nla_get_be16(data[IFLA_AMT_GATEWAY_PORT]); in amt_newlink()3319 if (nla_put_be16(skb, IFLA_AMT_GATEWAY_PORT, amt->gw_port)) in amt_fill_info()