Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/bonding/
Dbond_procfs.c79 bond->params.xmit_policy); in bond_info_show_master()
81 optval->string, bond->params.xmit_policy); in bond_info_show_master()
Dbond_sysfs.c231 val = bond_opt_get_val(BOND_OPT_XMIT_HASH, bond->params.xmit_policy); in bonding_show_xmit_hash()
233 return sprintf(buf, "%s %d\n", val->string, bond->params.xmit_policy); in bonding_show_xmit_hash()
Dbond_main.c3097 if (bond->params.xmit_policy > BOND_XMIT_POLICY_LAYER23) in bond_flow_dissect()
3122 if (bond->params.xmit_policy == BOND_XMIT_POLICY_LAYER34 && proto >= 0) in bond_flow_dissect()
3141 if (bond->params.xmit_policy == BOND_XMIT_POLICY_LAYER2 || in bond_xmit_hash()
3145 if (bond->params.xmit_policy == BOND_XMIT_POLICY_LAYER23 || in bond_xmit_hash()
3146 bond->params.xmit_policy == BOND_XMIT_POLICY_ENCAP23) in bond_xmit_hash()
4486 params->xmit_policy = xmit_hashtype; in bond_check_params()
Dbond_netlink.c515 bond->params.xmit_policy)) in bond_fill_info()
Dbond_options.c1134 bond->params.xmit_policy = newval->value; in bond_option_xmit_hash_policy_set()
/linux-4.1.27/include/net/
Dbonding.h116 int xmit_policy; member