Searched refs:IFLA_VXLAN_PORT_RANGE (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/vxlan/ |
H A D | vxlan_core.c | 3297 [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 D | if_link.h | 731 IFLA_VXLAN_PORT_RANGE, /* source port */ enumerator
|
/openbmc/linux/include/uapi/linux/ |
H A D | if_link.h | 811 IFLA_VXLAN_PORT_RANGE, /* source port */ enumerator
|