Home
last modified time | relevance | path

Searched refs:__bond_xdp_check (Results 1 – 3 of 3) sorted by relevance

/linux/include/net/
H A Dbonding.h699 bool __bond_xdp_check(int mode, int xmit_policy);
/linux/drivers/net/bonding/
H A Dbond_options.c1578 if (bond->xdp_prog && !__bond_xdp_check(BOND_MODE(bond), newval->value)) in bond_option_xmit_hash_policy_set()
H A Dbond_main.c325 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()