Searched defs:vxlan_sock (Results 1 - 1 of 1) sorted by relevance

/include/net/
H A Dvxlan.h17 struct vxlan_sock;
18 typedef void (vxlan_rcv_t)(struct vxlan_sock *vh, struct sk_buff *skb, __be32 key);
21 struct vxlan_sock { struct
43 struct vxlan_sock *vxlan_sock_add(struct net *net, __be16 port,
47 void vxlan_sock_release(struct vxlan_sock *vs);
49 int vxlan_xmit_skb(struct vxlan_sock *vs,

Completed in 130 milliseconds