Home
last modified time | relevance | path

Searched refs:nexthop (Results 1 – 6 of 6) sorted by relevance

/drivers/net/netdevsim/
Dfib.c1104 struct nsim_nexthop *nexthop; in nsim_nexthop_create() local
1108 nexthop = kzalloc(sizeof(*nexthop), GFP_KERNEL); in nsim_nexthop_create()
1109 if (!nexthop) in nsim_nexthop_create()
1112 nexthop->id = info->id; in nsim_nexthop_create()
1128 nexthop->is_resilient = true; in nsim_nexthop_create()
1132 kfree(nexthop); in nsim_nexthop_create()
1136 nexthop->occ = occ; in nsim_nexthop_create()
1137 return nexthop; in nsim_nexthop_create()
1140 static void nsim_nexthop_destroy(struct nsim_nexthop *nexthop) in nsim_nexthop_destroy() argument
1142 kfree(nexthop); in nsim_nexthop_destroy()
[all …]
/drivers/net/ethernet/intel/fm10k/
Dfm10k_pf.h81 struct fm10k_global_table_data nexthop; member
Dfm10k_type.h563 struct fm10k_swapi_table_info nexthop; member
Dfm10k_pf.c1761 fm10k_record_global_table_data(&err_msg.nexthop, &hw->swapi.nexthop); in fm10k_msg_err_pf()
/drivers/net/
Dvrf.c658 const struct in6_addr *nexthop; in vrf_finish_output6() local
668 nexthop = rt6_nexthop((struct rt6_info *)dst, &ipv6_hdr(skb)->daddr); in vrf_finish_output6()
669 neigh = __ipv6_neigh_lookup_noref(dst->dev, nexthop); in vrf_finish_output6()
671 neigh = __neigh_create(&nd_tbl, nexthop, dst->dev, false); in vrf_finish_output6()
/drivers/net/vxlan/
Dvxlan_core.c84 struct nexthop __rcu *nh;
266 struct nexthop *nh; in vxlan_fdb_info()
887 struct nexthop *old_nh = rtnl_dereference(fdb->nh); in vxlan_fdb_nh_update()
888 struct nexthop *nh; in vxlan_fdb_nh_update()
987 struct nexthop *nh; in __vxlan_fdb_free()
2846 struct nexthop *nh; in vxlan_xmit_nh()
4674 static void vxlan_fdb_nh_flush(struct nexthop *nh) in vxlan_fdb_nh_flush()
4698 struct nexthop *nh; in vxlan_nexthop_event()