Searched refs:BOND_XMIT_POLICY_LAYER23 (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| A D | xdp_bonding.c | 136 [BOND_XMIT_POLICY_LAYER23] = "layer2+3", 301 case BOND_XMIT_POLICY_LAYER23: in test_xdp_bonding_with_mode() 340 if (bonding_setup(skeletons, BOND_MODE_ROUNDROBIN, BOND_XMIT_POLICY_LAYER23, in test_xdp_bonding_redirect_multi() 514 { "xdp_bonding_roundrobin", BOND_MODE_ROUNDROBIN, BOND_XMIT_POLICY_LAYER23, }, 515 { "xdp_bonding_activebackup", BOND_MODE_ACTIVEBACKUP, BOND_XMIT_POLICY_LAYER23 }, 518 { "xdp_bonding_xor_layer23", BOND_MODE_XOR, BOND_XMIT_POLICY_LAYER23, },
|
| /linux/include/uapi/linux/ |
| A D | if_bonding.h | 94 #define BOND_XMIT_POLICY_LAYER23 2 /* layer 2+3 (IP ^ MAC) */ macro
|
| /linux/drivers/net/bonding/ |
| A D | bond_options.c | 103 { "layer2+3", BOND_XMIT_POLICY_LAYER23, 0},
|
| A D | bond_main.c | 1595 case BOND_XMIT_POLICY_LAYER23: in bond_lag_hash_type() 3848 if (bond->params.xmit_policy == BOND_XMIT_POLICY_LAYER23 || in __bond_xmit_hash()
|
Completed in 18 milliseconds