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