Searched refs:resilient (Results 1 – 12 of 12) sorted by relevance
| /linux/tools/testing/selftests/net/forwarding/ |
| H A D | router_mpath_nh_res.sh | 207 ip nexthop add id 103 group 101/102 type resilient buckets 512 \ 213 ip nexthop add id 106 group 104/105 type resilient buckets 512 \ 219 ip nexthop add id 203 group 201/202 type resilient buckets 512 \ 225 ip nexthop add id 206 group 204/205 type resilient buckets 512 \ 299 ip nexthop replace id 103 group 101/102 type resilient idle_timer 0 300 ip nexthop replace id 106 group 104/105 type resilient idle_timer 0 303 ip nexthop replace id 103 group 101,1/102,1 type resilient 305 ip nexthop replace id 103 group 101,2/102,1 type resilient 307 ip nexthop replace id 103 group 101,11/102,45 type resilient 310 ip nexthop replace id 103 group 101,1/102,1 type resilient [all …]
|
| H A D | gre_multipath_nh_res.sh | 103 ip nexthop add id 103 group 101/102 type resilient buckets 512 \ 150 ip nexthop add id 203 group 201/202 type resilient buckets 512 \ 243 type resilient 259 ip nexthop replace id 103 group 101/102 type resilient 271 type resilient 287 ip nexthop replace id 103 group 101/102 type resilient
|
| /linux/tools/testing/selftests/drivers/net/netdevsim/ |
| H A D | nexthop.sh | 213 $IP nexthop add id 10 group 1/2 type resilient buckets 4 229 $IP nexthop add id 10 group 1,3/2,2 type resilient buckets 5 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 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 &> /dev/null 408 $IP nexthop add id 10 group 1/2 type resilient buckets 8 idle_timer 4 410 $IP nexthop replace id 10 group 1/2,3 type resilient 434 type resilient buckets 8 idle_timer 6 [all …]
|
| /linux/Documentation/networking/ |
| H 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 171 ``NHA_GROUP_TYPE`` Should be ``NEXTHOP_GRP_TYPE_RES`` for resilient group. 172 ``NHA_RES_GROUP`` A nest that contains attributes specific to resilient 187 Requests to get resilient next-hop groups use the ``RTM_GETNEXTHOP`` 193 ``NHA_RES_GROUP_UNBALANCED_TIME`` How long has the resilient group been out [all …]
|
| H A D | ip-sysctl.rst | 2532 might be incomplete or wrong. For example, resilient groups will not be
|
| /linux/net/ipv4/ |
| H A D | nexthop.c | 200 else if (nhg->resilient) in nh_notifier_grp_info_init() 212 else if (nhg->resilient) in nh_notifier_grp_info_fini() 496 if (nhg->resilient) in nexthop_free_group() 880 else if (nhg->resilient) in nla_put_nh_group() 901 if (nhg->resilient && nla_put_nh_group_res(skb, nhg)) in nla_put_nh_group() 1014 if (nhg->resilient) in nh_nlmsg_size_grp() 1225 if (nhg->resilient) { in valid_group_nh() 1488 else if (nhg->resilient) in nexthop_select_path() 2029 newg->resilient = nhg->resilient; in remove_nh_grp_entry() 2060 else if (newg->resilient) in remove_nh_grp_entry() [all …]
|
| /linux/Documentation/translations/zh_CN/networking/ |
| H A D | index.rst | 108 * nexthop-group-resilient
|
| /linux/fs/smb/client/ |
| H A D | fs_context.h | 293 bool resilient:1; /* noresilient not required since not fored for CA */ member
|
| H A D | fs_context.c | 1844 if ((ctx->nopersistent) || (ctx->resilient)) { in smb3_fs_context_parse_param() 1852 ctx->resilient = false; /* already the default */ in smb3_fs_context_parse_param() 1854 ctx->resilient = true; in smb3_fs_context_parse_param()
|
| H A D | connect.c | 2813 } else if (ctx->resilient) { in cifs_get_tcon() 4221 ctx->resilient = master_tcon->use_resilient; in cifs_construct_tcon()
|
| /linux/tools/testing/selftests/net/ |
| H A D | fib_nexthops.sh | 437 $IP nexthop help 2>&1 | grep -q resilient 1336 $IP nexthop replace id 102 group 100/101 type resilient 2126 $IP nexthop replace id 102 group 100/101 type resilient
|
| /linux/include/net/ |
| H A D | nexthop.h | 133 bool resilient; member
|