Home
last modified time | relevance | path

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

/linux-5.19.10/include/net/
Dbonding.h668 u32 bond_xmit_hash(struct bonding *bond, struct sk_buff *skb);
/linux-5.19.10/drivers/net/bonding/
Dbond_alb.c1378 hash_index = bond_xmit_hash(bond, skb); in bond_xmit_tlb_slave_get()
1506 tx_slave = slaves->arr[bond_xmit_hash(bond, skb) % in bond_xmit_alb_slave_get()
Dbond_main.c4100 u32 bond_xmit_hash(struct bonding *bond, struct sk_buff *skb) in bond_xmit_hash() function
5063 hash = bond_xmit_hash(bond, skb); in bond_xmit_3ad_xor_slave_get()