Lines Matching refs:vs
51 struct vxlan_sock *vs; member
64 static void vxlan_rcv(struct vxlan_sock *vs, struct sk_buff *skb, in vxlan_rcv() argument
69 struct vport *vport = vs->data; in vxlan_rcv()
95 __be16 dst_port = inet_sk(vxlan_port->vs->sock->sk)->inet_sport; in vxlan_get_options()
121 vxlan_sock_release(vxlan_port->vs); in vxlan_tnl_destroy()
156 struct vxlan_sock *vs; in vxlan_tnl_create() local
192 vs = vxlan_sock_add(net, htons(dst_port), vxlan_rcv, vport, true, in vxlan_tnl_create()
194 if (IS_ERR(vs)) { in vxlan_tnl_create()
196 return (void *)vs; in vxlan_tnl_create()
198 vxlan_port->vs = vs; in vxlan_tnl_create()
225 struct sock *sk = vxlan_port->vs->sock->sk; in vxlan_tnl_send()
276 __be16 dst_port = inet_sk(vxlan_port->vs->sock->sk)->inet_sport; in vxlan_get_egress_tun_info()