Home
last modified time | relevance | path

Searched refs:tmp_hdr (Results 1 – 3 of 3) sorted by relevance

/net/ipv6/
Dicmp.c442 struct icmp6hdr tmp_hdr; in icmp6_send() local
552 tmp_hdr.icmp6_type = type; in icmp6_send()
553 tmp_hdr.icmp6_code = code; in icmp6_send()
554 tmp_hdr.icmp6_cksum = 0; in icmp6_send()
555 tmp_hdr.icmp6_pointer = htonl(info); in icmp6_send()
595 icmpv6_push_pending_frames(sk, &fl6, &tmp_hdr, in icmp6_send()
690 struct icmp6hdr tmp_hdr; in icmpv6_echo_reply() local
712 memcpy(&tmp_hdr, icmph, sizeof(tmp_hdr)); in icmpv6_echo_reply()
713 tmp_hdr.icmp6_type = ICMPV6_ECHO_REPLY; in icmpv6_echo_reply()
769 icmpv6_push_pending_frames(sk, &fl6, &tmp_hdr, in icmpv6_echo_reply()
Dip6_output.c683 iter->tmp_hdr = kmemdup(skb_network_header(skb), hlen, GFP_ATOMIC); in ip6_fraglist_init()
684 if (!iter->tmp_hdr) in ip6_fraglist_init()
699 memcpy(skb_network_header(skb), iter->tmp_hdr, hlen); in ip6_fraglist_init()
727 memcpy(skb_network_header(frag), iter->tmp_hdr, hlen); in ip6_fraglist_prepare()
949 kfree(iter.tmp_hdr); in ip6_fragment()
Dnetfilter.c195 kfree(iter.tmp_hdr); in br_ip6_fragment()