Lines Matching defs:offset
102 int offset;
347 static int icmp_glue_bits(void *from, char *to, int offset, int len, int odd,
354 icmp_param->offset + offset,
729 icmp_param.offset = skb_network_offset(skb_in);
758 icmp_param.data_len = skb_in->len - icmp_param.offset;
1010 icmp_param.offset = 0;
1159 icmp_param.offset = 0;
1339 /* kernel has stripped headers: return payload offset in bytes */
1354 int offset = iph->ihl<<2;
1355 struct icmphdr *icmph = (struct icmphdr *)(skb->data + offset);
1365 ping_err(skb, offset, info);