Searched refs:vxlan_rcv (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/net/openvswitch/ |
D | vport-vxlan.c | 64 static void vxlan_rcv(struct vxlan_sock *vs, struct sk_buff *skb, in vxlan_rcv() function 192 vs = vxlan_sock_add(net, htons(dst_port), vxlan_rcv, vport, true, in vxlan_tnl_create()
|
/linux-4.1.27/drivers/net/ |
D | vxlan.c | 1254 static void vxlan_rcv(struct vxlan_sock *vs, struct sk_buff *skb, in vxlan_rcv() function 2206 vs = vxlan_sock_add(vxlan->net, vxlan->dst_port, vxlan_rcv, NULL, in vxlan_open()
|