Searched refs:IFLA_VXLAN_PORT (Results 1 – 2 of 2) sorted by relevance
435 IFLA_VXLAN_PORT, /* destination port */ enumerator
2574 [IFLA_VXLAN_PORT] = { .type = NLA_U16 },2979 if (data[IFLA_VXLAN_PORT]) in vxlan_newlink()2980 conf.dst_port = nla_get_be16(data[IFLA_VXLAN_PORT]); in vxlan_newlink()3128 nla_put_be16(skb, IFLA_VXLAN_PORT, vxlan->cfg.dst_port) || in vxlan_fill_info()