Home
last modified time | relevance | path

Searched refs:vxlan_sock (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/net/
Dvxlan.h177 struct vxlan_sock { struct
231 struct vxlan_sock __rcu *vn4_sock; /* listening socket for IPv4 */
233 struct vxlan_sock __rcu *vn6_sock; /* listening socket for IPv6 */
369 static inline unsigned short vxlan_get_sk_family(struct vxlan_sock *vs) in vxlan_get_sk_family()
/Linux-v4.19/drivers/net/
Dvxlan.c88 static inline bool vxlan_collect_metadata(struct vxlan_sock *vs) in vxlan_collect_metadata()
185 static inline struct hlist_head *vni_head(struct vxlan_sock *vs, __be32 vni) in vni_head()
214 static struct vxlan_sock *vxlan_find_sock(struct net *net, sa_family_t family, in vxlan_find_sock()
217 struct vxlan_sock *vs; in vxlan_find_sock()
230 static struct vxlan_dev *vxlan_vs_find_vni(struct vxlan_sock *vs, int ifindex, in vxlan_vs_find_vni()
262 struct vxlan_sock *vs; in vxlan_find_vni()
580 struct vxlan_sock *vs = rcu_dereference_sk_user_data(sk); in vxlan_gro_receive()
1062 struct vxlan_sock *sock4; in vxlan_group_used()
1064 struct vxlan_sock *sock6; in vxlan_group_used()
1108 static bool __vxlan_sock_release_prep(struct vxlan_sock *vs) in __vxlan_sock_release_prep()
[all …]