HomeSort by relevance Sort by last modified time
    Searched full:ad_select (Results 1 - 1 of 1) sorted by null

  /external/iproute2/ip/
iplink_bond.c 138 " [ ad_select AD_SELECT ]\n"
150 "AD_SELECT := stable|bandwidth|count\n"
164 __u8 lacp_rate, ad_select, tlb_dynamic_lb; local
317 } else if (matches(*argv, "ad_select") == 0) {
320 invarg("invalid ad_select", *argv);
322 ad_select = get_index(ad_select_tbl, *argv);
323 addattr8(n, 1024, IFLA_BOND_AD_SELECT, ad_select);
569 const char *ad_select = get_name(ad_select_tbl, local
572 "ad_select",
    [all...]

Completed in 135 milliseconds