Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dif_bonding.h96 #define BOND_XMIT_POLICY_ENCAP34 4 /* encapsulated layer 3+4 */ macro
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_bonding.c139 [BOND_XMIT_POLICY_ENCAP34] = "encap3+4",
/linux/drivers/net/bonding/
H A Dbond_main.c1762 case BOND_XMIT_POLICY_ENCAP34: in bond_lag_hash_type()
4258 case BOND_XMIT_POLICY_ENCAP34: in bond_flow_dissect()
4304 xmit_policy == BOND_XMIT_POLICY_ENCAP34) in bond_ip_hash()
4350 if (bond->params.xmit_policy == BOND_XMIT_POLICY_ENCAP34 && in bond_xmit_hash()
H A Dbond_options.c113 { "encap3+4", BOND_XMIT_POLICY_ENCAP34, 0},