Home
last modified time | relevance | path

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

/Linux-v6.1/tools/include/uapi/linux/
Dif_link.h734 IFLA_VXLAN_PORT, /* destination port */ enumerator
/Linux-v6.1/include/uapi/linux/
Dif_link.h805 IFLA_VXLAN_PORT, /* destination port */ enumerator
/Linux-v6.1/drivers/net/vxlan/
Dvxlan_core.c3229 [IFLA_VXLAN_PORT] = { .type = NLA_U16 },
4031 if (data[IFLA_VXLAN_PORT]) { in vxlan_nl2conf()
4033 NL_SET_ERR_MSG_ATTR(extack, tb[IFLA_VXLAN_PORT], in vxlan_nl2conf()
4037 conf->dst_port = nla_get_be16(data[IFLA_VXLAN_PORT]); in vxlan_nl2conf()
4337 nla_put_be16(skb, IFLA_VXLAN_PORT, vxlan->cfg.dst_port) || in vxlan_fill_info()