Home
last modified time | relevance | path

Searched refs:nsiblings (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/netdevsim/
H A Dfib.c486 if (!fen6_info->nsiblings) in nsim_fib6_rt_create()
490 if (i == fen6_info->nsiblings) in nsim_fib6_rt_create()
498 WARN_ON_ONCE(i != fen6_info->nsiblings); in nsim_fib6_rt_create()
556 if (!fen6_info->nsiblings) in nsim_fib6_rt_append()
560 if (i == fen6_info->nsiblings) in nsim_fib6_rt_append()
569 WARN_ON_ONCE(i != fen6_info->nsiblings); in nsim_fib6_rt_append()
687 if (fen6_info->nsiblings + 1 != fib6_rt->nhs) { in nsim_fib6_rt_remove()
/kernel/linux/linux-5.10/net/ipv6/
H A Dip6_fib.c377 unsigned int nsiblings, in call_fib6_multipath_entry_notifier()
383 .nsiblings = nsiblings, in call_fib6_multipath_entry_notifier()
406 unsigned int nsiblings, in call_fib6_multipath_entry_notifiers()
412 .nsiblings = nsiblings, in call_fib6_multipath_entry_notifiers()
423 .nsiblings = rt->fib6_nsiblings, in call_fib6_entry_notifiers_replace()
1263 int nsiblings; in fib6_add_rt2node() local
1290 nsiblings = iter->fib6_nsiblings; in fib6_add_rt2node()
1297 if (nsiblings) { in fib6_add_rt2node()
374 call_fib6_multipath_entry_notifier(struct notifier_block *nb, enum fib_event_type event_type, struct fib6_info *rt, unsigned int nsiblings, struct netlink_ext_ack *extack) call_fib6_multipath_entry_notifier() argument
403 call_fib6_multipath_entry_notifiers(struct net *net, enum fib_event_type event_type, struct fib6_info *rt, unsigned int nsiblings, struct netlink_ext_ack *extack) call_fib6_multipath_entry_notifiers() argument
[all...]
/kernel/linux/linux-6.6/net/ipv6/
H A Dip6_fib.c378 unsigned int nsiblings, in call_fib6_multipath_entry_notifier()
384 .nsiblings = nsiblings, in call_fib6_multipath_entry_notifier()
407 unsigned int nsiblings, in call_fib6_multipath_entry_notifiers()
413 .nsiblings = nsiblings, in call_fib6_multipath_entry_notifiers()
424 .nsiblings = rt->fib6_nsiblings, in call_fib6_entry_notifiers_replace()
1260 int nsiblings; in fib6_add_rt2node() local
1287 nsiblings = iter->fib6_nsiblings; in fib6_add_rt2node()
1294 if (nsiblings) { in fib6_add_rt2node()
375 call_fib6_multipath_entry_notifier(struct notifier_block *nb, enum fib_event_type event_type, struct fib6_info *rt, unsigned int nsiblings, struct netlink_ext_ack *extack) call_fib6_multipath_entry_notifier() argument
404 call_fib6_multipath_entry_notifiers(struct net *net, enum fib_event_type event_type, struct fib6_info *rt, unsigned int nsiblings, struct netlink_ext_ack *extack) call_fib6_multipath_entry_notifiers() argument
[all...]
/kernel/linux/linux-5.10/include/net/
H A Dip6_fib.h170 * destination, but not the same gateway. nsiblings is just a cache
425 unsigned int nsiblings; member
503 unsigned int nsiblings,
/kernel/linux/linux-6.6/include/net/
H A Dip6_fib.h171 * destination, but not the same gateway. nsiblings is just a cache
418 unsigned int nsiblings; member
493 unsigned int nsiblings,
/kernel/linux/linux-6.6/drivers/net/netdevsim/
H A Dfib.c808 nrt6 = fen6_info->nsiblings + 1; in nsim_fib6_event_init()
820 if (!fen6_info->nsiblings) in nsim_fib6_event_init()
824 if (i == fen6_info->nsiblings) in nsim_fib6_event_init()
831 WARN_ON_ONCE(i != fen6_info->nsiblings); in nsim_fib6_event_init()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.c5936 nrt6 = fen6_info->nsiblings + 1; in mlxsw_sp_router_fib6_work_init()
5948 if (!fen6_info->nsiblings) in mlxsw_sp_router_fib6_work_init()
5952 if (i == fen6_info->nsiblings) in mlxsw_sp_router_fib6_work_init()
5959 WARN_ON_ONCE(i != fen6_info->nsiblings); in mlxsw_sp_router_fib6_work_init()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.c7574 nrt6 = fen6_info->nsiblings + 1; in mlxsw_sp_router_fib6_work_init()
7586 if (!fen6_info->nsiblings) in mlxsw_sp_router_fib6_work_init()
7590 if (i == fen6_info->nsiblings) in mlxsw_sp_router_fib6_work_init()
7597 WARN_ON_ONCE(i != fen6_info->nsiblings); in mlxsw_sp_router_fib6_work_init()

Completed in 39 milliseconds