Searched refs:BOND_XMIT_POLICY_LAYER34 (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | xdp_bonding.c | 136 [BOND_XMIT_POLICY_LAYER34] = "layer3+4", 278 if (send_udp_packets(xmit_policy != BOND_XMIT_POLICY_LAYER34)) in test_xdp_bonding_with_mode() 299 case BOND_XMIT_POLICY_LAYER34: in test_xdp_bonding_with_mode() 633 { "xdp_bonding_xor_layer34", BOND_MODE_XOR, BOND_XMIT_POLICY_LAYER34, },
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | if_bonding.h | 36 #define BOND_XMIT_POLICY_LAYER34 1 macro
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | if_bonding.h | 93 #define BOND_XMIT_POLICY_LAYER34 1 /* layer 3+4 (IP ^ (TCP || UDP)) */ macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | if_bonding.h | 93 #define BOND_XMIT_POLICY_LAYER34 1 /* layer 3+4 (IP ^ (TCP || UDP)) */ macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | if_bonding.h | 49 #define BOND_XMIT_POLICY_LAYER34 1 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | if_bonding.h | 49 #define BOND_XMIT_POLICY_LAYER34 1 macro
|
/kernel/linux/linux-6.6/drivers/net/bonding/ |
H A D | bond_main.c | 317 if (bond->params.xmit_policy == BOND_XMIT_POLICY_LAYER34) in bond_sk_check() 1630 case BOND_XMIT_POLICY_LAYER34: in bond_lag_hash_type() 4115 bool l34 = bond->params.xmit_policy == BOND_XMIT_POLICY_LAYER34; in bond_flow_dissect() 4165 if (xmit_policy == BOND_XMIT_POLICY_LAYER34 || in bond_ip_hash() 5367 return bond_ip_hash(hash, &flow, BOND_XMIT_POLICY_LAYER34); in bond_sk_hash_l34()
|
H A D | bond_options.c | 108 { "layer3+4", BOND_XMIT_POLICY_LAYER34, 0},
|
/kernel/linux/linux-5.10/drivers/net/bonding/ |
H A D | bond_options.c | 100 { "layer3+4", BOND_XMIT_POLICY_LAYER34, 0},
|
H A D | bond_main.c | 1564 case BOND_XMIT_POLICY_LAYER34: in bond_lag_hash_type() 3653 bool l34 = bond->params.xmit_policy == BOND_XMIT_POLICY_LAYER34; in bond_flow_dissect()
|
Completed in 19 milliseconds