Searched refs:resilient (Results 1 – 15 of 15) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/net/forwarding/ |
A D | router_mpath_nh_res.sh | 258 ip nexthop replace id 103 group 101,1/102,1 type resilient 260 ip nexthop replace id 103 group 101,2/102,1 type resilient 265 ip nexthop replace id 103 group 101,1/102,1 type resilient 268 ip nexthop replace id 106 group 104,1/105,1 type resilient 270 ip nexthop replace id 106 group 104,2/105,1 type resilient 275 ip nexthop replace id 106 group 104,1/105,1 type resilient 284 ip nexthop replace id 103 group 101,1/102,1 type resilient 286 ip nexthop replace id 103 group 101,2/102,1 type resilient 291 ip nexthop replace id 103 group 101,1/102,1 type resilient 294 ip nexthop replace id 106 group 104,1/105,1 type resilient [all …]
|
A D | gre_multipath_nh_res.sh | 104 ip nexthop add id 103 group 101/102 type resilient buckets 512 \ 151 ip nexthop add id 203 group 201/202 type resilient buckets 512 \ 244 type resilient 260 ip nexthop replace id 103 group 101/102 type resilient 272 type resilient 289 ip nexthop replace id 103 group 101/102 type resilient 301 type resilient 317 ip nexthop replace id 103 group 101/102 type resilient
|
/linux-6.3-rc2/tools/testing/selftests/drivers/net/netdevsim/ |
A D | nexthop.sh | 327 $IP nexthop replace id 10 group 1/2/3 type resilient 410 $IP nexthop replace id 10 group 1/2,3 type resilient 434 type resilient buckets 8 idle_timer 6 471 $IP nexthop replace id 10 group 1/2,3 type resilient 506 $IP nexthop replace id 10 group 1/2,3 type resilient 535 type resilient buckets 8 $timer 4 580 $IP nexthop add id 10 group 1/2 type resilient \ 583 $IP nexthop replace id 10 group 1/2,3 type resilient 671 $IP nexthop add id 10 group 1/2 type resilient \ 706 $IP nexthop add id 10 group 1/2 type resilient \ [all …]
|
/linux-6.3-rc2/Documentation/networking/ |
A D | nexthop-group-resilient.rst | 11 The idea behind resilient hashing groups is best explained in contrast to 46 To mitigate the above-mentioned flow redirection, resilient next-hop groups 67 under the resilient hashing algorithm. 93 attribute of a resilient group is then the "idle timer", which is the 110 of all next hops. Another attribute of a resilient group is the "unbalanced 127 When offloading resilient groups, the algorithm that distributes buckets 187 Requests to get resilient next-hop groups use the ``RTM_GETNEXTHOP`` 212 ``NHA_RES_BUCKET_INDEX`` Index of bucket in the resilient table. 246 # ip nexthop add id 10 group 1/2 type resilient \ 257 # ip nexthop replace id 10 group 1,3/2 type resilient [all …]
|
A D | index.rst | 81 nexthop-group-resilient
|
/linux-6.3-rc2/net/ipv4/ |
A D | nexthop.c | 187 else if (nhg->resilient) in nh_notifier_grp_info_init() 199 else if (nhg->resilient) in nh_notifier_grp_info_fini() 482 if (nhg->resilient) in nexthop_free_group() 790 if (nhg->resilient) in nh_nlmsg_size_grp() 1001 if (nhg->resilient) { in valid_group_nh() 1757 newg->resilient = nhg->resilient; in remove_nh_grp_entry() 1836 if (nhg->resilient) { in remove_nexthop_group() 2006 if (newg->resilient) { in replace_nexthop_grp() 3402 if (!nhg->resilient) in rtm_dump_nexthop_bucket_cb() 3683 if (!nhg->resilient) in nexthop_bucket_set_hw_flags() [all …]
|
/linux-6.3-rc2/fs/cifs/ |
A D | fs_context.h | 235 bool resilient:1; /* noresilient not required since not fored for CA */ member
|
A D | fs_context.c | 1444 if ((ctx->nopersistent) || (ctx->resilient)) { in smb3_fs_context_parse_param() 1452 ctx->resilient = false; /* already the default */ in smb3_fs_context_parse_param() 1454 ctx->resilient = true; in smb3_fs_context_parse_param()
|
A D | connect.c | 2487 } else if (ctx->resilient) { in cifs_get_tcon() 3803 ctx->resilient = master_tcon->use_resilient; in cifs_construct_tcon()
|
/linux-6.3-rc2/tools/testing/selftests/drivers/net/mlxsw/ |
A D | rtnetlink.sh | 658 ip nexthop add id 10 group 3 type resilient buckets 7 661 ip nexthop add id 10 group 3 type resilient buckets 129 664 ip nexthop add id 10 group 1/2 type resilient buckets 32 667 ip nexthop add id 10 group 3 type resilient buckets 32 801 ip nexthop add id 10 group 1/2 type resilient buckets 32 idle_timer 0
|
A D | devlink_trap_l3_exceptions.sh | 464 ip nexthop add id 10 group 1 type resilient buckets 32
|
/linux-6.3-rc2/tools/testing/selftests/net/ |
A D | fib_nexthops.sh | 411 $IP nexthop help 2>&1 | grep -q resilient 1108 $IP nexthop replace id 102 group 100/101 type resilient 1880 $IP nexthop replace id 102 group 100/101 type resilient
|
/linux-6.3-rc2/include/net/ |
A D | nexthop.h | 124 bool resilient; member
|
/linux-6.3-rc2/Documentation/admin-guide/device-mapper/ |
A D | dm-raid.rst | 213 If 'writeback' is selected the journal device has to be resilient
|
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/ |
A D | ext-ctrls-codec-stateless.rst | 1740 - The decoding should be error resilient.
|
Completed in 44 milliseconds