Home
last modified time | relevance | path

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

/linux-4.1.27/net/openvswitch/
Dvport-geneve.c112 if (nla_put_u16(skb, OVS_TUNNEL_ATTR_DST_PORT, ntohs(sk->inet_sport))) in geneve_get_options()
142 a = nla_find_nested(options, OVS_TUNNEL_ATTR_DST_PORT); in geneve_tnl_create()
Dvport-vxlan.c97 if (nla_put_u16(skb, OVS_TUNNEL_ATTR_DST_PORT, ntohs(dst_port))) in vxlan_get_options()
166 a = nla_find_nested(options, OVS_TUNNEL_ATTR_DST_PORT); in vxlan_tnl_create()
/linux-4.1.27/include/uapi/linux/
Dopenvswitch.h268 OVS_TUNNEL_ATTR_DST_PORT, /* 16-bit UDP port, used by L4 tunnels. */ enumerator