Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
A Dxdp_bonding.c135 [BOND_XMIT_POLICY_LAYER34] = "layer3+4",
281 if (send_udp_packets(xmit_policy != BOND_XMIT_POLICY_LAYER34)) in test_xdp_bonding_with_mode()
302 case BOND_XMIT_POLICY_LAYER34: in test_xdp_bonding_with_mode()
519 { "xdp_bonding_xor_layer34", BOND_MODE_XOR, BOND_XMIT_POLICY_LAYER34, },
/linux/include/uapi/linux/
A Dif_bonding.h93 #define BOND_XMIT_POLICY_LAYER34 1 /* layer 3+4 (IP ^ (TCP || UDP)) */ macro
/linux/drivers/net/bonding/
A Dbond_options.c102 { "layer3+4", BOND_XMIT_POLICY_LAYER34, 0},
A Dbond_main.c312 if (bond->params.xmit_policy == BOND_XMIT_POLICY_LAYER34) in bond_sk_check()
1593 case BOND_XMIT_POLICY_LAYER34: in bond_lag_hash_type()
3779 bool l34 = bond->params.xmit_policy == BOND_XMIT_POLICY_LAYER34; in bond_flow_dissect()

Completed in 16 milliseconds