Home
last modified time | relevance | path

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

/linux-6.6.21/include/net/ !
Dbonding.h665 u32 bond_xmit_hash(struct bonding *bond, struct sk_buff *skb);
/linux-6.6.21/drivers/net/bonding/ !
Dbond_alb.c1389 hash_index = bond_xmit_hash(bond, skb); in bond_xmit_tlb_slave_get()
1517 tx_slave = slaves->arr[bond_xmit_hash(bond, skb) % in bond_xmit_alb_slave_get()
Dbond_main.c4210 u32 bond_xmit_hash(struct bonding *bond, struct sk_buff *skb) in bond_xmit_hash() function
5146 hash = bond_xmit_hash(bond, skb); in bond_xmit_3ad_xor_slave_get()