Home
last modified time | relevance | path

Searched refs:nexthops (Results 1 – 9 of 9) sorted by relevance

/linux/tools/testing/selftests/drivers/net/mlxsw/
A Dfib_offload.sh279 nexthops+=" nexthop via 2001:db8:1::10:$i dev $spine_p1"
283 echo "route add 2001:db8:8:$(printf "%x" $i)::/64$nexthops" \
285 echo "route del 2001:db8:8:$(printf "%x" $i)::/64$nexthops" \
/linux/Documentation/networking/devlink/
A Dnetdevsim.rst49 entries, FIB rule entries and nexthops that the driver will allow.
57 $ devlink resource set netdevsim/netdevsim0 path /nexthops size 16
/linux/drivers/net/netdevsim/
A Dfib.c48 struct nsim_fib_entry nexthops; member
152 entry = &fib_data->nexthops; in nsim_fib_get_val()
180 entry = &fib_data->nexthops; in nsim_fib_set_max()
1148 if (!atomic64_add_unless(&data->nexthops.num, 1, in nsim_nexthop_account()
1149 data->nexthops.max)) { in nsim_nexthop_account()
1155 if (WARN_ON(occ > atomic64_read(&data->nexthops.num))) in nsim_nexthop_account()
1157 atomic64_sub(occ, &data->nexthops.num); in nsim_nexthop_account()
1163 atomic64_sub(i, &data->nexthops.num); in nsim_nexthop_account()
/linux/drivers/net/ethernet/mellanox/mlxsw/
A Dspectrum_router.c3602 nh = &nhgi->nexthops[i]; in mlxsw_sp_nexthop_group_update()
3735 nh = &nhgi->nexthops[i]; in mlxsw_sp_nexthop_group_normalize()
3746 nh = &nhgi->nexthops[i]; in mlxsw_sp_nexthop_group_normalize()
3915 nh = &nhgi->nexthops[i]; in mlxsw_sp_nexthop_group_refresh()
4004 nh = &nhgi->nexthops[i]; in mlxsw_sp_nexthop_group_refresh()
4891 nh = &nhgi->nexthops[i]; in mlxsw_sp_nexthop_obj_group_info_init()
4940 nh = &nhgi->nexthops[i]; in mlxsw_sp_nexthop_obj_group_info_init()
5347 nh = &nhgi->nexthops[i]; in mlxsw_sp_nexthop4_group_info_init()
5368 nh = &nhgi->nexthops[i]; in mlxsw_sp_nexthop4_group_info_init()
6738 nh = &nhgi->nexthops[i]; in mlxsw_sp_nexthop6_group_info_init()
[all …]
/linux/tools/testing/selftests/drivers/net/netdevsim/
A Dnexthop.sh109 $DEVLINK resource set $DEVLINK_DEV path nexthops size $size
1008 $DEVLINK resource set $DEVLINK_DEV path nexthops size 3
1012 $DEVLINK resource set $DEVLINK_DEV path nexthops size 9999
/linux/tools/testing/selftests/net/
A Dpmtu.sh304 nexthops="
723 for i in ${nexthops}; do
A Dfib_nexthops.sh2244 -n num Number of nexthops to target
/linux/Documentation/networking/
A Dswitchdev.rst373 structure holds details on the route and route's nexthops. ``*dev`` is one
408 NETEVENT_NEIGH_UPDATE. The device can be programmed with resolved nexthops
A Dip-sysctl.rst1898 New nexthop API provides a means for managing nexthops independent of

Completed in 47 milliseconds