Lines Matching refs:vxlan_sock

118 	struct vxlan_sock *vn_sock;	/* listening socket */
234 static inline struct hlist_head *vni_head(struct vxlan_sock *vs, u32 id) in vni_head()
263 static struct vxlan_sock *vxlan_find_sock(struct net *net, sa_family_t family, in vxlan_find_sock()
266 struct vxlan_sock *vs; in vxlan_find_sock()
279 static struct vxlan_dev *vxlan_vs_find_vni(struct vxlan_sock *vs, u32 id) in vxlan_vs_find_vni()
296 struct vxlan_sock *vs; in vxlan_find_vni()
593 struct vxlan_sock *vs = container_of(uoff, struct vxlan_sock, in vxlan_gro_receive()
656 static void vxlan_notify_add_rx_port(struct vxlan_sock *vs) in vxlan_notify_add_rx_port()
681 static void vxlan_notify_del_rx_port(struct vxlan_sock *vs) in vxlan_notify_del_rx_port()
1065 void vxlan_sock_release(struct vxlan_sock *vs) in vxlan_sock_release()
1088 struct vxlan_sock *vs = vxlan->vn_sock; in vxlan_igmp_join()
1116 struct vxlan_sock *vs = vxlan->vn_sock; in vxlan_igmp_leave()
1167 struct vxlan_sock *vs; in vxlan_udp_encap_recv()
1254 static void vxlan_rcv(struct vxlan_sock *vs, struct sk_buff *skb, in vxlan_rcv()
2158 static void vxlan_vs_add_dev(struct vxlan_sock *vs, struct vxlan_dev *vxlan) in vxlan_vs_add_dev()
2203 struct vxlan_sock *vs; in vxlan_open()
2253 struct vxlan_sock *vs = vxlan->vn_sock; in vxlan_stop()
2323 struct vxlan_sock *vs; in vxlan_get_rx_port()
2467 struct vxlan_sock *vs = container_of(work, struct vxlan_sock, del_work); in vxlan_del_work()
2500 static struct vxlan_sock *vxlan_socket_create(struct net *net, __be16 port, in vxlan_socket_create()
2505 struct vxlan_sock *vs; in vxlan_socket_create()
2555 struct vxlan_sock *vxlan_sock_add(struct net *net, __be16 port, in vxlan_sock_add()
2560 struct vxlan_sock *vs; in vxlan_sock_add()