Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dif_link.h374 IFLA_VXLAN_PORT, /* destination port */ enumerator
/linux-4.1.27/drivers/net/
Dvxlan.c2406 [IFLA_VXLAN_PORT] = { .type = NLA_U16 },
2689 if (data[IFLA_VXLAN_PORT]) in vxlan_newlink()
2690 vxlan->dst_port = nla_get_be16(data[IFLA_VXLAN_PORT]); in vxlan_newlink()
2850 nla_put_be16(skb, IFLA_VXLAN_PORT, vxlan->dst_port) || in vxlan_fill_info()