Searched refs:bond_pull_data (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/net/bonding/ |
| H A D | bond_main.c | 4165 static inline const void *bond_pull_data(struct sk_buff *skb, in bond_pull_data() function 4181 data = bond_pull_data(skb, data, hlen, mhoff + sizeof(struct ethhdr)); in bond_eth_hash() 4196 data = bond_pull_data(skb, data, hlen, *nhoff + sizeof(*iph)); in bond_flow_ip() 4206 data = bond_pull_data(skb, data, hlen, *nhoff + sizeof(*iph6)); in bond_flow_ip() 4231 data = bond_pull_data(skb, data, hlen, mhoff + sizeof(struct ethhdr)); in bond_vlan_srcmac_hash()
|