Home
last modified time | relevance | path

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

/external/iproute2/ip/
Diplink_bond.c65 static const char *xmit_hash_policy_tbl[] = { variable
263 if (get_index(xmit_hash_policy_tbl, *argv) < 0) in bond_parse_opt()
266 xmit_hash_policy = get_index(xmit_hash_policy_tbl, *argv); in bond_parse_opt()
515 const char *xmit_hash_policy = get_name(xmit_hash_policy_tbl, in bond_print_opt()