Lines Matching refs:vxlan_sock
103 static inline bool vxlan_collect_metadata(struct vxlan_sock *vs) in vxlan_collect_metadata()
200 static inline struct hlist_head *vni_head(struct vxlan_sock *vs, u32 id) in vni_head()
229 static struct vxlan_sock *vxlan_find_sock(struct net *net, sa_family_t family, in vxlan_find_sock()
232 struct vxlan_sock *vs; in vxlan_find_sock()
245 static struct vxlan_dev *vxlan_vs_find_vni(struct vxlan_sock *vs, u32 id) in vxlan_vs_find_vni()
262 struct vxlan_sock *vs; in vxlan_find_vni()
550 struct vxlan_sock *vs = container_of(uoff, struct vxlan_sock, in vxlan_gro_receive()
614 static void vxlan_notify_add_rx_port(struct vxlan_sock *vs) in vxlan_notify_add_rx_port()
639 static void vxlan_notify_del_rx_port(struct vxlan_sock *vs) in vxlan_notify_del_rx_port()
1035 static void __vxlan_sock_release(struct vxlan_sock *vs) in __vxlan_sock_release()
1151 static void vxlan_rcv(struct vxlan_sock *vs, struct sk_buff *skb, in vxlan_rcv()
1249 struct vxlan_sock *vs; in vxlan_udp_encap_recv()
2258 static void vxlan_vs_add_dev(struct vxlan_sock *vs, struct vxlan_dev *vxlan) in vxlan_vs_add_dev()
2493 struct vxlan_sock *vs; in vxlan_get_rx_port()
2635 struct vxlan_sock *vs = container_of(work, struct vxlan_sock, del_work); in vxlan_del_work()
2669 static struct vxlan_sock *vxlan_socket_create(struct net *net, bool ipv6, in vxlan_socket_create()
2673 struct vxlan_sock *vs; in vxlan_socket_create()
2723 struct vxlan_sock *vs = NULL; in __vxlan_sock_add()