Lines Matching refs:vxlan_sock

93 static inline bool vxlan_collect_metadata(struct vxlan_sock *vs)  in vxlan_collect_metadata()
164 static inline struct hlist_head *vni_head(struct vxlan_sock *vs, __be32 vni) in vni_head()
198 static struct vxlan_sock *vxlan_find_sock(struct net *net, sa_family_t family, in vxlan_find_sock()
201 struct vxlan_sock *vs; in vxlan_find_sock()
215 static struct vxlan_dev *vxlan_vs_find_vni(struct vxlan_sock *vs, int ifindex, in vxlan_vs_find_vni()
247 struct vxlan_sock *vs; in vxlan_find_vni()
768 struct vxlan_sock *vs = rcu_dereference_sk_user_data(sk); in vxlan_gro_receive()
1525 struct vxlan_sock *sock4; in vxlan_group_used()
1527 struct vxlan_sock *sock6; in vxlan_group_used()
1571 static bool __vxlan_sock_release_prep(struct vxlan_sock *vs) in __vxlan_sock_release_prep()
1594 struct vxlan_sock *sock4 = rtnl_dereference(vxlan->vn4_sock); in vxlan_sock_release()
1596 struct vxlan_sock *sock6 = rtnl_dereference(vxlan->vn6_sock); in vxlan_sock_release()
1630 struct vxlan_sock *sock4 = rtnl_dereference(vxlan->vn4_sock); in vxlan_igmp_join()
1642 struct vxlan_sock *sock6 = rtnl_dereference(vxlan->vn6_sock); in vxlan_igmp_join()
1664 struct vxlan_sock *sock4 = rtnl_dereference(vxlan->vn4_sock); in vxlan_igmp_leave()
1676 struct vxlan_sock *sock6 = rtnl_dereference(vxlan->vn6_sock); in vxlan_igmp_leave()
1771 struct vxlan_sock *vs, in vxlan_set_mac()
1803 static bool vxlan_ecn_decapsulate(struct vxlan_sock *vs, void *oiph, in vxlan_ecn_decapsulate()
1831 struct vxlan_sock *vs; in vxlan_rcv()
1960 struct vxlan_sock *vs; in vxlan_err_lookup()
2394 struct vxlan_sock *sock4, in vxlan_get_route()
2446 struct vxlan_sock *sock6, in vxlan6_get_route()
2684 struct vxlan_sock *sock4 = rcu_dereference(vxlan->vn4_sock); in vxlan_xmit_one()
2759 struct vxlan_sock *sock6 = rcu_dereference(vxlan->vn6_sock); in vxlan_xmit_one()
3028 static void vxlan_vs_add_dev(struct vxlan_sock *vs, struct vxlan_dev *vxlan, in vxlan_vs_add_dev()
3189 struct vxlan_sock *sock4 = rcu_dereference(vxlan->vn4_sock); in vxlan_fill_metadata_dst()
3201 struct vxlan_sock *sock6 = rcu_dereference(vxlan->vn6_sock); in vxlan_fill_metadata_dst()
3261 struct vxlan_sock *vs; in vxlan_offload_rx_ports()
3504 static struct vxlan_sock *vxlan_socket_create(struct net *net, bool ipv6, in vxlan_socket_create()
3509 struct vxlan_sock *vs; in vxlan_socket_create()
3557 struct vxlan_sock *vs = NULL; in __vxlan_sock_add()