Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dxdp_bonding.c137 [BOND_XMIT_POLICY_LAYER23] = "layer2+3",
298 case BOND_XMIT_POLICY_LAYER23: in test_xdp_bonding_with_mode()
337 if (bonding_setup(skeletons, BOND_MODE_ROUNDROBIN, BOND_XMIT_POLICY_LAYER23, in test_xdp_bonding_redirect_multi()
628 { "xdp_bonding_roundrobin", BOND_MODE_ROUNDROBIN, BOND_XMIT_POLICY_LAYER23, },
629 { "xdp_bonding_activebackup", BOND_MODE_ACTIVEBACKUP, BOND_XMIT_POLICY_LAYER23 },
632 { "xdp_bonding_xor_layer23", BOND_MODE_XOR, BOND_XMIT_POLICY_LAYER23, },
/Linux-v6.6/include/uapi/linux/
Dif_bonding.h94 #define BOND_XMIT_POLICY_LAYER23 2 /* layer 2+3 (IP ^ MAC) */ macro
/Linux-v6.6/drivers/net/bonding/
Dbond_options.c109 { "layer2+3", BOND_XMIT_POLICY_LAYER23, 0},
Dbond_main.c1626 case BOND_XMIT_POLICY_LAYER23: in bond_lag_hash_type()
4181 if (bond->params.xmit_policy == BOND_XMIT_POLICY_LAYER23 || in __bond_xmit_hash()