Searched refs:_ih (Results 1 – 3 of 3) sorted by relevance
| /linux/net/netfilter/ |
| H A D | xt_HMARK.c | 234 struct icmphdr _ih; in get_inner_hdr() local 237 icmph = skb_header_pointer(skb, *nhoff + iphsz, sizeof(_ih), &_ih); in get_inner_hdr() 245 *nhoff += iphsz + sizeof(_ih); in get_inner_hdr()
|
| H A D | nf_conntrack_proto_sctp.c | 463 struct sctp_inithdr _ih, *ih; in nf_conntrack_sctp_packet() local 465 ih = skb_header_pointer(skb, offset + sizeof(_sch), sizeof(*ih), &_ih); in nf_conntrack_sctp_packet() 489 struct sctp_inithdr _ih, *ih; in nf_conntrack_sctp_packet() local 492 ih = skb_header_pointer(skb, offset + sizeof(_sch), sizeof(*ih), &_ih); in nf_conntrack_sctp_packet()
|
| /linux/net/core/ |
| H A D | flow_dissector.c | 169 struct icmphdr *ih, _ih; in skb_flow_get_icmp_tci() local 171 ih = __skb_header_pointer(skb, thoff, sizeof(_ih), data, hlen, &_ih); in skb_flow_get_icmp_tci()
|