Searched refs:BOND_XMIT_POLICY_LAYER34 (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/ |
A D | xdp_bonding.c | 135 [BOND_XMIT_POLICY_LAYER34] = "layer3+4", 285 if (send_udp_packets(xmit_policy != BOND_XMIT_POLICY_LAYER34)) in test_xdp_bonding_with_mode() 306 case BOND_XMIT_POLICY_LAYER34: in test_xdp_bonding_with_mode() 523 { "xdp_bonding_xor_layer34", BOND_MODE_XOR, BOND_XMIT_POLICY_LAYER34, },
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | if_bonding.h | 93 #define BOND_XMIT_POLICY_LAYER34 1 /* layer 3+4 (IP ^ (TCP || UDP)) */ macro
|
/linux-6.3-rc2/drivers/net/bonding/ |
A D | bond_main.c | 315 if (bond->params.xmit_policy == BOND_XMIT_POLICY_LAYER34) in bond_sk_check() 1617 case BOND_XMIT_POLICY_LAYER34: in bond_lag_hash_type() 4057 bool l34 = bond->params.xmit_policy == BOND_XMIT_POLICY_LAYER34; in bond_flow_dissect() 4107 if (xmit_policy == BOND_XMIT_POLICY_LAYER34 || in bond_ip_hash() 5359 return bond_ip_hash(hash, &flow, BOND_XMIT_POLICY_LAYER34); in bond_sk_hash_l34()
|
A D | bond_options.c | 108 { "layer3+4", BOND_XMIT_POLICY_LAYER34, 0},
|
Completed in 16 milliseconds