Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/vxlan/
H A Dvxlan_core.c3297 [IFLA_VXLAN_PORT_RANGE] = { .len = sizeof(struct ifla_vxlan_port_range) },
3361 if (data[IFLA_VXLAN_PORT_RANGE]) { in vxlan_validate()
3363 = nla_data(data[IFLA_VXLAN_PORT_RANGE]); in vxlan_validate()
3366 NL_SET_ERR_MSG_ATTR(extack, data[IFLA_VXLAN_PORT_RANGE], in vxlan_validate()
4096 if (data[IFLA_VXLAN_PORT_RANGE]) { in vxlan_nl2conf()
4099 = nla_data(data[IFLA_VXLAN_PORT_RANGE]); in vxlan_nl2conf()
4103 NL_SET_ERR_MSG_ATTR(extack, tb[IFLA_VXLAN_PORT_RANGE], in vxlan_nl2conf()
4446 if (nla_put(skb, IFLA_VXLAN_PORT_RANGE, sizeof(ports), &ports)) in vxlan_fill_info()
/openbmc/linux/tools/include/uapi/linux/
H A Dif_link.h731 IFLA_VXLAN_PORT_RANGE, /* source port */ enumerator
/openbmc/linux/include/uapi/linux/
H A Dif_link.h811 IFLA_VXLAN_PORT_RANGE, /* source port */ enumerator