Searched refs:iphoff (Results 1 – 1 of 1) sorted by relevance
295 const struct sk_buff *skb, unsigned int iphoff) in dump_ipv4_packet() argument306 ih = skb_header_pointer(skb, iphoff, sizeof(_iph), &_iph); in dump_ipv4_packet()342 op = skb_header_pointer(skb, iphoff + sizeof(_iph), in dump_ipv4_packet()360 iphoff + ih->ihl * 4, logflags)) in dump_ipv4_packet()367 iphoff + ih->ihl * 4)) in dump_ipv4_packet()393 ich = skb_header_pointer(skb, iphoff + ih->ihl * 4, in dump_ipv4_packet()397 skb->len - iphoff - ih->ihl * 4); in dump_ipv4_packet()407 skb->len - iphoff - ih->ihl * 4 < required_len[ich->type]) { in dump_ipv4_packet()409 skb->len - iphoff - ih->ihl * 4); in dump_ipv4_packet()435 if (!iphoff) { /* Only recurse once. */ in dump_ipv4_packet()[all …]