Home
last modified time | relevance | path

Searched refs:IFLA_GENEVE_PORT (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/net/
Dgeneve.c1227 [IFLA_GENEVE_PORT] = { .type = NLA_U16 },
1489 if (data[IFLA_GENEVE_PORT]) { in geneve_nl2info()
1491 attrtype = IFLA_GENEVE_PORT; in geneve_nl2info()
1494 info->key.tp_dst = nla_get_be16(data[IFLA_GENEVE_PORT]); in geneve_nl2info()
1767 if (nla_put_be16(skb, IFLA_GENEVE_PORT, info->key.tp_dst)) in geneve_fill_info()
/Linux-v5.10/tools/include/uapi/linux/
Dif_link.h576 IFLA_GENEVE_PORT, /* destination port */ enumerator
/Linux-v5.10/include/uapi/linux/
Dif_link.h755 IFLA_GENEVE_PORT, /* destination port */ enumerator