Searched refs:iphoff (Results 1 – 1 of 1) sorted by relevance
300 const struct sk_buff *skb, unsigned int iphoff) in dump_ipv4_packet() argument311 ih = skb_header_pointer(skb, iphoff, sizeof(_iph), &_iph); in dump_ipv4_packet()347 op = skb_header_pointer(skb, iphoff + sizeof(_iph), in dump_ipv4_packet()365 iphoff + ih->ihl * 4, logflags)) in dump_ipv4_packet()372 iphoff + ih->ihl * 4)) in dump_ipv4_packet()398 ich = skb_header_pointer(skb, iphoff + ih->ihl * 4, in dump_ipv4_packet()402 skb->len - iphoff - ih->ihl * 4); in dump_ipv4_packet()412 skb->len - iphoff - ih->ihl * 4 < required_len[ich->type]) { in dump_ipv4_packet()414 skb->len - iphoff - ih->ihl * 4); in dump_ipv4_packet()440 if (!iphoff) { /* Only recurse once. */ in dump_ipv4_packet()[all …]