Home
last modified time | relevance | path

Searched refs:IFLA_AMT_GATEWAY_PORT (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/include/uapi/linux/
Damt.h40 IFLA_AMT_GATEWAY_PORT, enumerator
/Linux-v6.6/drivers/net/
Damt.c3122 [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()