Home
last modified time | relevance | path

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

/Linux-v4.19/tools/include/uapi/linux/
Dif_link.h520 IFLA_VXLAN_PORT, /* destination port */ enumerator
/Linux-v4.19/include/uapi/linux/
Dif_link.h520 IFLA_VXLAN_PORT, /* destination port */ enumerator
/Linux-v4.19/drivers/net/
Dvxlan.c2734 [IFLA_VXLAN_PORT] = { .type = NLA_U16 },
3379 if (data[IFLA_VXLAN_PORT]) { in vxlan_nl2conf()
3382 conf->dst_port = nla_get_be16(data[IFLA_VXLAN_PORT]); in vxlan_nl2conf()
3617 nla_put_be16(skb, IFLA_VXLAN_PORT, vxlan->cfg.dst_port) || in vxlan_fill_info()