Searched refs:OVS_TUNNEL_ATTR_DST_PORT (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/openvswitch/
H A Dvport-geneve.c46 if (nla_put_u16(skb, OVS_TUNNEL_ATTR_DST_PORT, geneve_port->dst_port))
67 a = nla_find_nested(options, OVS_TUNNEL_ATTR_DST_PORT);
H A Dvport-vxlan.c27 if (nla_put_u16(skb, OVS_TUNNEL_ATTR_DST_PORT, ntohs(dst_port)))
91 a = nla_find_nested(options, OVS_TUNNEL_ATTR_DST_PORT);
/linux-master/include/uapi/linux/
H A Dopenvswitch.h312 OVS_TUNNEL_ATTR_DST_PORT, /* 16-bit UDP port, used by L4 tunnels. */ enumerator in enum:__anon3623

Completed in 215 milliseconds