Searched refs:xmit_policy (Results 1 – 6 of 6) sorted by relevance
80 bond->params.xmit_policy); in bond_info_show_master()82 optval->string, bond->params.xmit_policy); in bond_info_show_master()
218 val = bond_opt_get_val(BOND_OPT_XMIT_HASH, bond->params.xmit_policy); in bonding_show_xmit_hash()220 return sprintf(buf, "%s %d\n", val->string, bond->params.xmit_policy); in bonding_show_xmit_hash()
1549 switch (bond->params.xmit_policy) { in bond_lag_hash_type()3628 bool l34 = bond->params.xmit_policy == BOND_XMIT_POLICY_LAYER34; in bond_flow_dissect()3631 if (bond->params.xmit_policy > BOND_XMIT_POLICY_LAYER23) { in bond_flow_dissect()3682 if (bond->params.xmit_policy == BOND_XMIT_POLICY_ENCAP34 && in bond_xmit_hash()3686 if (bond->params.xmit_policy == BOND_XMIT_POLICY_LAYER2 || in bond_xmit_hash()3690 if (bond->params.xmit_policy == BOND_XMIT_POLICY_LAYER23 || in bond_xmit_hash()3691 bond->params.xmit_policy == BOND_XMIT_POLICY_ENCAP23) { in bond_xmit_hash()5297 params->xmit_policy = xmit_hashtype; in bond_check_params()
597 bond->params.xmit_policy)) in bond_fill_info()
1220 bond->params.xmit_policy = newval->value; in bond_option_xmit_hash_policy_set()
119 int xmit_policy; member