Lines Matching refs:noff
3594 int *noff, int *proto, bool l34) in bond_flow_ip() argument
3600 if (unlikely(!pskb_may_pull(skb, *noff + sizeof(*iph)))) in bond_flow_ip()
3602 iph = (const struct iphdr *)(skb->data + *noff); in bond_flow_ip()
3604 *noff += iph->ihl << 2; in bond_flow_ip()
3608 if (unlikely(!pskb_may_pull(skb, *noff + sizeof(*iph6)))) in bond_flow_ip()
3610 iph6 = (const struct ipv6hdr *)(skb->data + *noff); in bond_flow_ip()
3612 *noff += sizeof(*iph6); in bond_flow_ip()
3619 fk->ports.ports = skb_flow_get_ports(skb, *noff, *proto); in bond_flow_ip()
3629 int noff, proto = -1; in bond_flow_dissect() local
3639 noff = skb_network_offset(skb); in bond_flow_dissect()
3640 if (!bond_flow_ip(skb, fk, &noff, &proto, l34)) in bond_flow_dissect()
3656 noff += sizeof(struct icmphdr); in bond_flow_dissect()
3661 noff += sizeof(struct icmp6hdr); in bond_flow_dissect()
3663 return bond_flow_ip(skb, fk, &noff, &proto, l34); in bond_flow_dissect()
4316 int noff = skb_network_offset(skb); in bond_xmit_roundrobin_slave_get() local
4319 if (unlikely(!pskb_may_pull(skb, noff + sizeof(*iph)))) in bond_xmit_roundrobin_slave_get()