Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dvxlan.h108 struct vxlan_sock { struct
155 struct vxlan_sock *vn4_sock; /* listening socket for IPv4 */
157 struct vxlan_sock *vn6_sock; /* listening socket for IPv6 */
253 static inline unsigned short vxlan_get_sk_family(struct vxlan_sock *vs) in vxlan_get_sk_family()
/linux-4.4.14/drivers/net/
Dvxlan.c103 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()
[all …]