Lines Matching refs:tmp_hdr
650 struct icmp6hdr tmp_hdr; in icmp6_send() local
779 tmp_hdr.icmp6_type = type; in icmp6_send()
780 tmp_hdr.icmp6_code = code; in icmp6_send()
781 tmp_hdr.icmp6_cksum = 0; in icmp6_send()
782 tmp_hdr.icmp6_pointer = htonl(info); in icmp6_send()
804 ext_skb = icmp6_ext_append(net, skb, &tmp_hdr, room, parm->iif); in icmp6_send()
826 icmpv6_push_pending_frames(sk, &fl6, &tmp_hdr, in icmp6_send()
927 struct icmp6hdr tmp_hdr; in icmpv6_echo_reply() local
956 memcpy(&tmp_hdr, icmph, sizeof(tmp_hdr)); in icmpv6_echo_reply()
957 tmp_hdr.icmp6_type = type; in icmpv6_echo_reply()
1011 if (!icmp_build_probe(skb, (struct icmphdr *)&tmp_hdr)) in icmpv6_echo_reply()
1021 icmpv6_push_pending_frames(sk, &fl6, &tmp_hdr, in icmpv6_echo_reply()