Searched defs:bond_xmit_hash (Results 1 - 1 of 1) sorted by relevance

/drivers/net/bonding/
H A Dbond_main.c3003 * bond_xmit_hash - generate a hash value based on the xmit policy
3010 u32 bond_xmit_hash(struct bonding *bond, struct sk_buff *skb) function
3748 slave = slaves->arr[bond_xmit_hash(bond, skb) % count];

Completed in 586 milliseconds