Home
last modified time | relevance | path

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

/linux/include/net/
H A Dvxlan.h186 struct vxlan_sock { struct
290 struct vxlan_sock __rcu *vn4_sock; /* listening socket for IPv4 */
292 struct vxlan_sock __rcu *vn6_sock; /* listening socket for IPv6 */
449 static inline unsigned short vxlan_get_sk_family(struct vxlan_sock *vs) in vxlan_get_sk_family()
/linux/drivers/net/vxlan/
H A Dvxlan_core.c73 static inline bool vxlan_collect_metadata(struct vxlan_sock *vs) in vxlan_collect_metadata()
83 static struct vxlan_sock *vxlan_find_sock(struct net *net, sa_family_t family, in vxlan_find_sock()
86 struct vxlan_sock *vs; in vxlan_find_sock()
100 static struct vxlan_dev *vxlan_vs_find_vni(struct vxlan_sock *vs, in vxlan_vs_find_vni()
145 struct vxlan_sock *vs; in vxlan_find_vni()
663 struct vxlan_sock *vs = rcu_dereference_sk_user_data(sk); in vxlan_gro_prepare_receive()
1486 static bool __vxlan_sock_release_prep(struct vxlan_sock *vs) in __vxlan_sock_release_prep()
1506 struct vxlan_sock *sock4 = rtnl_dereference(vxlan->vn4_sock); in vxlan_sock_release()
1508 struct vxlan_sock *sock6 = rtnl_dereference(vxlan->vn6_sock); in vxlan_sock_release()
1587 struct vxlan_sock *vs, in vxlan_set_mac()
[all …]
H A Dvxlan_vnifilter.c44 struct vxlan_sock *vs; in vxlan_vs_add_del_vninode()
73 struct vxlan_sock *vs, in vxlan_vs_add_vnigrp()