Searched refs:nexthop (Results 1 – 7 of 7) sorted by relevance
1119 nexthop = kzalloc(sizeof(*nexthop), GFP_KERNEL); in nsim_nexthop_create()1120 if (!nexthop) in nsim_nexthop_create()1123 nexthop->id = info->id; in nsim_nexthop_create()1143 kfree(nexthop); in nsim_nexthop_create()1147 nexthop->occ = occ; in nsim_nexthop_create()1148 return nexthop; in nsim_nexthop_create()1153 kfree(nexthop); in nsim_nexthop_destroy()1263 if (IS_ERR(nexthop)) in nsim_nexthop_insert()1264 return PTR_ERR(nexthop); in nsim_nexthop_insert()1287 if (!nexthop) in nsim_nexthop_remove()[all …]
81 struct fm10k_global_table_data nexthop; member
563 struct fm10k_swapi_table_info nexthop; member
1640 fm10k_record_global_table_data(&err_msg.nexthop, &hw->swapi.nexthop); in fm10k_msg_err_pf()
606 const struct in6_addr *nexthop; in vrf_finish_output6() local616 nexthop = rt6_nexthop(dst_rt6_info(dst), &ipv6_hdr(skb)->daddr); in vrf_finish_output6()617 neigh = __ipv6_neigh_lookup_noref(dst->dev, nexthop); in vrf_finish_output6()619 neigh = __neigh_create(&nd_tbl, nexthop, dst->dev, false); in vrf_finish_output6()
44 struct nexthop __rcu *nh;
165 struct nexthop *nh; in vxlan_fdb_info()796 struct nexthop *old_nh = rtnl_dereference(fdb->nh); in vxlan_fdb_nh_update()797 struct nexthop *nh; in vxlan_fdb_nh_update()911 struct nexthop *nh; in __vxlan_fdb_free()2626 struct nexthop *nh; in vxlan_xmit_nh()2657 struct nexthop *nh; in vxlan_xmit_nhid()2971 struct nexthop *nh = rtnl_dereference(f->nh); in vxlan_fdb_nhid_matches()4850 static void vxlan_fdb_nh_flush(struct nexthop *nh) in vxlan_fdb_nh_flush()4871 struct nexthop *nh; in vxlan_nexthop_event()
Completed in 38 milliseconds