Searched refs:__bond_xdp_check (Results 1 – 3 of 3) sorted by relevance
700 bool __bond_xdp_check(int mode, int xmit_policy);
1595 if (bond->xdp_prog && !__bond_xdp_check(BOND_MODE(bond), newval->value)) in bond_option_xmit_hash_policy_set()
325 bool __bond_xdp_check(int mode, int xmit_policy) in __bond_xdp_check() function 346 return __bond_xdp_check(mode, bond->params.xmit_policy); in bond_xdp_check()