Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dxdp_bonding.c136 [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, },
/Linux-v6.6/include/uapi/linux/
Dif_bonding.h93 #define BOND_XMIT_POLICY_LAYER34 1 /* layer 3+4 (IP ^ (TCP || UDP)) */ macro
/Linux-v6.6/drivers/net/bonding/
Dbond_main.c317 if (bond->params.xmit_policy == BOND_XMIT_POLICY_LAYER34) in bond_sk_check()
1624 case BOND_XMIT_POLICY_LAYER34: in bond_lag_hash_type()
4107 bool l34 = bond->params.xmit_policy == BOND_XMIT_POLICY_LAYER34; in bond_flow_dissect()
4157 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()
Dbond_options.c108 { "layer3+4", BOND_XMIT_POLICY_LAYER34, 0},