Lines Matching refs:nsim_nexthop
119 struct nsim_nexthop { struct
127 .key_offset = offsetof(struct nsim_nexthop, id), argument
128 .head_offset = offsetof(struct nsim_nexthop, ht_node),
1097 static struct nsim_nexthop *nsim_nexthop_create(struct nsim_fib_data *data, in nsim_nexthop_create()
1100 struct nsim_nexthop *nexthop; in nsim_nexthop_create()
1136 static void nsim_nexthop_destroy(struct nsim_nexthop *nexthop) in nsim_nexthop_destroy()
1169 const struct nsim_nexthop *nexthop, in nsim_nexthop_hw_flags_set()
1184 struct nsim_nexthop *nexthop, in nsim_nexthop_add()
1211 struct nsim_nexthop *nexthop, in nsim_nexthop_replace()
1212 struct nsim_nexthop *nexthop_old, in nsim_nexthop_replace()
1244 struct nsim_nexthop *nexthop, *nexthop_old; in nsim_nexthop_insert()
1268 struct nsim_nexthop *nexthop; in nsim_nexthop_remove()
1339 struct nsim_nexthop *nexthop = ptr; in nsim_nexthop_free()
1355 struct nsim_nexthop *nexthop; in nsim_nexthop_bucket_activity_write()