Lines Matching refs:nsim_nexthop
121 struct nsim_nexthop { struct
129 .key_offset = offsetof(struct nsim_nexthop, id), argument
130 .head_offset = offsetof(struct nsim_nexthop, ht_node),
1102 static struct nsim_nexthop *nsim_nexthop_create(struct nsim_fib_data *data, in nsim_nexthop_create()
1105 struct nsim_nexthop *nexthop; in nsim_nexthop_create()
1141 static void nsim_nexthop_destroy(struct nsim_nexthop *nexthop) in nsim_nexthop_destroy()
1174 const struct nsim_nexthop *nexthop, in nsim_nexthop_hw_flags_set()
1189 struct nsim_nexthop *nexthop, in nsim_nexthop_add()
1216 struct nsim_nexthop *nexthop, in nsim_nexthop_replace()
1217 struct nsim_nexthop *nexthop_old, in nsim_nexthop_replace()
1249 struct nsim_nexthop *nexthop, *nexthop_old; in nsim_nexthop_insert()
1273 struct nsim_nexthop *nexthop; in nsim_nexthop_remove()
1344 struct nsim_nexthop *nexthop = ptr; in nsim_nexthop_free()
1360 struct nsim_nexthop *nexthop; in nsim_nexthop_bucket_activity_write()