Searched refs:tmp_hdr (Results 1 – 3 of 3) sorted by relevance
/net/ipv6/ |
D | icmp.c | 462 struct icmp6hdr tmp_hdr; in icmp6_send() local 587 tmp_hdr.icmp6_type = type; in icmp6_send() 588 tmp_hdr.icmp6_code = code; in icmp6_send() 589 tmp_hdr.icmp6_cksum = 0; in icmp6_send() 590 tmp_hdr.icmp6_pointer = htonl(info); in icmp6_send() 630 icmpv6_push_pending_frames(sk, &fl6, &tmp_hdr, in icmp6_send() 725 struct icmp6hdr tmp_hdr; in icmpv6_echo_reply() local 753 memcpy(&tmp_hdr, icmph, sizeof(tmp_hdr)); in icmpv6_echo_reply() 754 tmp_hdr.icmp6_type = type; in icmpv6_echo_reply() 804 if (!icmp_build_probe(skb, (struct icmphdr *)&tmp_hdr)) in icmpv6_echo_reply() [all …]
|
D | netfilter.c | 203 kfree(iter.tmp_hdr); in br_ip6_fragment()
|
D | ip6_output.c | 674 iter->tmp_hdr = kmemdup(skb_network_header(skb), hlen, GFP_ATOMIC); in ip6_fraglist_init() 675 if (!iter->tmp_hdr) in ip6_fraglist_init() 690 memcpy(skb_network_header(skb), iter->tmp_hdr, hlen); in ip6_fraglist_init() 718 memcpy(skb_network_header(frag), iter->tmp_hdr, hlen); in ip6_fraglist_prepare() 940 kfree(iter.tmp_hdr); in ip6_fragment()
|