Searched refs:IFLA_GENEVE_PORT (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ |
H A D | geneve.c | 1252 [IFLA_GENEVE_PORT] = { .type = NLA_U16 }, 1514 if (data[IFLA_GENEVE_PORT]) { in geneve_nl2info() 1516 attrtype = IFLA_GENEVE_PORT; in geneve_nl2info() 1519 info->key.tp_dst = nla_get_be16(data[IFLA_GENEVE_PORT]); in geneve_nl2info() 1742 nla_total_size(sizeof(__be16)) + /* IFLA_GENEVE_PORT */ in geneve_get_size() 1792 if (nla_put_be16(skb, IFLA_GENEVE_PORT, info->key.tp_dst)) in geneve_fill_info()
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | geneve.c | 1288 [IFLA_GENEVE_PORT] = { .type = NLA_U16 }, 1559 if (data[IFLA_GENEVE_PORT]) { in geneve_nl2info() 1561 attrtype = IFLA_GENEVE_PORT; in geneve_nl2info() 1564 info->key.tp_dst = nla_get_be16(data[IFLA_GENEVE_PORT]); in geneve_nl2info() 1795 nla_total_size(sizeof(__be16)) + /* IFLA_GENEVE_PORT */ in geneve_get_size() 1846 if (nla_put_be16(skb, IFLA_GENEVE_PORT, info->key.tp_dst)) in geneve_fill_info()
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | if_link.h | 576 IFLA_GENEVE_PORT, /* destination port */ enumerator
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | if_link.h | 755 IFLA_GENEVE_PORT, /* destination port */ enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | if_link.h | 857 IFLA_GENEVE_PORT, /* destination port */ enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | if_link.h | 472 IFLA_GENEVE_PORT, enumerator
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | if_link.h | 775 IFLA_GENEVE_PORT, /* destination port */ enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | if_link.h | 472 IFLA_GENEVE_PORT, enumerator
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | if_link.h | 435 IFLA_GENEVE_PORT, enumerator
|
Completed in 23 milliseconds