Searched refs:vxlan_fdb_append (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/net/ |
D | vxlan.c | 491 static int vxlan_fdb_append(struct vxlan_fdb *f, in vxlan_fdb_append() function 699 int rc = vxlan_fdb_append(f, ip, port, vni, ifindex, in vxlan_fdb_create() 731 vxlan_fdb_append(f, ip, port, vni, ifindex, &rd); in vxlan_fdb_create()
|