Searched refs:mhoff (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/bonding/
H A Dbond_main.c4042 static inline u32 bond_eth_hash(struct sk_buff *skb, const void *data, int mhoff, int hlen) argument
4046 data = bond_pull_data(skb, data, hlen, mhoff + sizeof(struct ethhdr));
4050 ep = (struct ethhdr *)(data + mhoff);
4089 static u32 bond_vlan_srcmac_hash(struct sk_buff *skb, const void *data, int mhoff, int hlen) argument
4096 data = bond_pull_data(skb, data, hlen, mhoff + sizeof(struct ethhdr));
4099 mac_hdr = (struct ethhdr *)(data + mhoff);
4179 __be16 l2_proto, int mhoff, int nhoff, int hlen)
4185 return bond_vlan_srcmac_hash(skb, data, mhoff, hlen);
4189 return bond_eth_hash(skb, data, mhoff, hlen);
4193 hash = bond_eth_hash(skb, data, mhoff, hle
4178 __bond_xmit_hash(struct bonding *bond, struct sk_buff *skb, const void *data, __be16 l2_proto, int mhoff, int nhoff, int hlen) argument
[all...]

Completed in 218 milliseconds