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