Searched refs:vxlan_sock (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/include/net/ |
D | vxlan.h | 102 struct vxlan_sock; 103 typedef void (vxlan_rcv_t)(struct vxlan_sock *vh, struct sk_buff *skb, 107 struct vxlan_sock { struct 142 struct vxlan_sock *vxlan_sock_add(struct net *net, __be16 port, 146 void vxlan_sock_release(struct vxlan_sock *vs);
|
/linux-4.1.27/net/openvswitch/ |
D | vport-vxlan.c | 51 struct vxlan_sock *vs; 64 static void vxlan_rcv(struct vxlan_sock *vs, struct sk_buff *skb, in vxlan_rcv() 156 struct vxlan_sock *vs; in vxlan_tnl_create()
|
/linux-4.1.27/drivers/net/ |
D | vxlan.c | 118 struct vxlan_sock *vn_sock; /* listening socket */ 234 static inline struct hlist_head *vni_head(struct vxlan_sock *vs, u32 id) in vni_head() 263 static struct vxlan_sock *vxlan_find_sock(struct net *net, sa_family_t family, in vxlan_find_sock() 266 struct vxlan_sock *vs; in vxlan_find_sock() 279 static struct vxlan_dev *vxlan_vs_find_vni(struct vxlan_sock *vs, u32 id) in vxlan_vs_find_vni() 296 struct vxlan_sock *vs; in vxlan_find_vni() 593 struct vxlan_sock *vs = container_of(uoff, struct vxlan_sock, in vxlan_gro_receive() 656 static void vxlan_notify_add_rx_port(struct vxlan_sock *vs) in vxlan_notify_add_rx_port() 681 static void vxlan_notify_del_rx_port(struct vxlan_sock *vs) in vxlan_notify_del_rx_port() 1065 void vxlan_sock_release(struct vxlan_sock *vs) in vxlan_sock_release() [all …]
|