Searched refs:resilient (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/ |
H A D | router_mpath_nh_res.sh | 168 ip nexthop add id 103 group 101/102 type resilient buckets 512 \ 174 ip nexthop add id 106 group 104/105 type resilient buckets 512 \ 180 ip nexthop add id 203 group 201/202 type resilient buckets 512 \ 186 ip nexthop add id 206 group 204/205 type resilient buckets 512 \ 254 ip nexthop replace id 103 group 101/102 type resilient idle_timer 0 255 ip nexthop replace id 106 group 104/105 type resilient idle_timer 0 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 262 ip nexthop replace id 103 group 101,11/102,45 type resilient 265 ip nexthop replace id 103 group 101,1/102,1 type resilient [all...] |
H 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
|
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/netdevsim/ |
H A D | nexthop.sh | 213 $IP nexthop add id 10 group 1/2 type resilient buckets 4 214 nexthop_check "id 10" "id 10 group 1/2 type resilient buckets 4 idle_timer 120 unbalanced_timer 0 unbalanced_time 0 trap" 229 $IP nexthop add id 10 group 1,3/2,2 type resilient buckets 5 230 nexthop_check "id 10" "id 10 group 1,3/2,2 type resilient buckets 5 idle_timer 120 unbalanced_timer 0 unbalanced_time 0 trap" 259 $IP nexthop add id 10 group 1/2 type resilient buckets 4 &> /dev/null 325 $IP nexthop add id 10 group 1/2 type resilient buckets 6 327 $IP nexthop replace id 10 group 1/2/3 type resilient 328 nexthop_check "id 10" "id 10 group 1/2/3 type resilient buckets 6 idle_timer 120 unbalanced_timer 0 unbalanced_time 0 trap" 353 $IP nexthop add id 10 group 1/2 type resilient buckets 6 357 $IP nexthop replace id 10 group 1/2/3 type resilient [all...] |
/kernel/linux/linux-6.6/net/ipv4/ |
H 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() 357 * 2) the delayed work that gradually balances the resilient table, 482 if (nhg->resilient) in nexthop_free_group() 667 else if (nhg->resilient) in nla_put_nh_group() 684 if (nhg->resilient && nla_put_nh_group_res(skb, nhg)) in nla_put_nh_group() 790 if (nhg->resilient) in nh_nlmsg_size_grp() 1001 if (nhg->resilient) { in valid_group_nh() 1241 else if (nhg->resilient) in nexthop_select_path() 1780 newg->resilient in remove_nh_grp_entry() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | rtnetlink.sh | 627 ip nexthop add id 10 group 3 type resilient buckets 7 628 check_fail $? "managed to configure a too small resilient nexthop group when should not" 630 ip nexthop add id 10 group 3 type resilient buckets 129 631 check_fail $? "managed to configure a resilient nexthop group with invalid number of buckets when should not" 633 ip nexthop add id 10 group 1/2 type resilient buckets 32 634 check_fail $? "managed to configure a resilient nexthop group with device-only nexthops when should not" 636 ip nexthop add id 10 group 3 type resilient buckets 32 637 check_err $? "failed to configure a valid resilient nexthop group" 770 ip nexthop add id 10 group 1/2 type resilient buckets 32 idle_timer 0
|
H A D | devlink_trap_l3_exceptions.sh | 464 ip nexthop add id 10 group 1 type resilient buckets 32
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | fs_context.h | 236 bool resilient:1; /* noresilient not required since not fored for CA */ member
|
H A D | fs_context.c | 1535 if ((ctx->nopersistent) || (ctx->resilient)) { in smb3_fs_context_parse_param() 1543 ctx->resilient = false; /* already the default */ in smb3_fs_context_parse_param() 1545 ctx->resilient = true; in smb3_fs_context_parse_param()
|
H A D | connect.c | 1962 * Besides, it will make the server to not close durable and resilient files on session close, as 2646 } else if (ctx->resilient) { in cifs_get_tcon() 2649 "SMB2.1 or later required for resilient handles\n"); in cifs_get_tcon() 3997 ctx->resilient = master_tcon->use_resilient; in cifs_construct_tcon()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | nexthop.h | 124 bool resilient; member
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | fib_nexthops.sh | 368 # create a resilient group with $buckets buckets and dump them 370 run_cmd "$IP nexthop add id 1000 group 100 type resilient buckets $buckets" 434 $IP nexthop help 2>&1 | grep -q resilient 436 echo "SKIP: iproute2 too old, missing resilient nexthop group support" 937 echo "IPv6 resilient groups functional" 950 run_cmd "$IP nexthop add id 102 group 62/63 type resilient buckets 2 idle_timer 0" 954 "id 102 group 62 type resilient buckets 2 idle_timer 0 unbalanced_timer 0 unbalanced_time 0" 961 run_cmd "$IP nexthop replace id 102 group 62/63 type resilient buckets 2 idle_timer 0" 963 "id 102 group 62/63 type resilient buckets 2 idle_timer 0 unbalanced_timer 0 unbalanced_time 0" 976 run_cmd "$IP nexthop add id 102 group 62,3/63,1 type resilient bucket [all...] |
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | connect.c | 1741 if ((vol->nopersistent) || (vol->resilient)) { in cifs_parse_mount_options() 1748 vol->resilient = true; in cifs_parse_mount_options() 1756 vol->resilient = false; /* already the default */ in cifs_parse_mount_options() 3371 } else if (volume_info->resilient) { in cifs_get_tcon() 3374 "SMB2.1 or later required for resilient handles\n"); in cifs_get_tcon() 5122 vol_info->resilient = master_tcon->use_resilient; in cifs_construct_tcon()
|
H A D | cifsglob.h | 66 * Max persistent and resilient handle timeout (milliseconds). 599 bool resilient:1; /* noresilient not required since not fored for CA */ member 1156 bool use_resilient:1; /* use resilient instead of durable handles */
|
Completed in 28 milliseconds