Searched refs:bond_xmit_hash (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | bonding.h | 641 u32 bond_xmit_hash(struct bonding *bond, struct sk_buff *skb);
|
/kernel/linux/linux-6.6/include/net/ |
H A D | bonding.h | 665 u32 bond_xmit_hash(struct bonding *bond, struct sk_buff *skb);
|
/kernel/linux/linux-5.10/drivers/net/bonding/ |
H A D | bond_alb.c | 1355 hash_index = bond_xmit_hash(bond, skb); in bond_xmit_tlb_slave_get() 1510 tx_slave = slaves->arr[bond_xmit_hash(bond, skb) % in bond_xmit_alb_slave_get()
|
H A D | bond_main.c | 3695 * bond_xmit_hash - generate a hash value based on the xmit policy 3702 u32 bond_xmit_hash(struct bonding *bond, struct sk_buff *skb) in bond_xmit_hash() function 4571 hash = bond_xmit_hash(bond, skb); in bond_xmit_3ad_xor_slave_get()
|
/kernel/linux/linux-6.6/drivers/net/bonding/ |
H A D | bond_alb.c | 1389 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()
|
H A D | bond_main.c | 4203 * bond_xmit_hash - generate a hash value based on the xmit policy 4210 u32 bond_xmit_hash(struct bonding *bond, struct sk_buff *skb) in bond_xmit_hash() function 4226 * The XDP variant of bond_xmit_hash. 5146 hash = bond_xmit_hash(bond, skb); in bond_xmit_3ad_xor_slave_get()
|
Completed in 21 milliseconds