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