Searched refs:IFLA_VXLAN_PORT (Results 1 – 5 of 5) sorted by relevance
520 IFLA_VXLAN_PORT, /* destination port */ enumerator
716 IFLA_VXLAN_PORT, /* destination port */ enumerator
537 IFLA_VXLAN_PORT, /* destination port */ enumerator
3359 [IFLA_VXLAN_PORT] = { .type = NLA_U16 },4139 if (data[IFLA_VXLAN_PORT]) { in vxlan_nl2conf()4141 NL_SET_ERR_MSG_ATTR(extack, tb[IFLA_VXLAN_PORT], in vxlan_nl2conf()4145 conf->dst_port = nla_get_be16(data[IFLA_VXLAN_PORT]); in vxlan_nl2conf()4417 nla_put_be16(skb, IFLA_VXLAN_PORT, vxlan->cfg.dst_port) || in vxlan_fill_info()