Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Dicmp.c650 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()
[all …]
H A Dip6_output.c707 iter->tmp_hdr = kmemdup(skb_network_header(skb), hlen, GFP_ATOMIC); in ip6_fraglist_init()
708 if (!iter->tmp_hdr) in ip6_fraglist_init()
723 memcpy(skb_network_header(skb), iter->tmp_hdr, hlen); in ip6_fraglist_init()
751 memcpy(skb_network_header(frag), iter->tmp_hdr, hlen); in ip6_fraglist_prepare()
976 kfree(iter.tmp_hdr); in ip6_fragment()
/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_minidump.c1116 struct qlcnic_83xx_dump_template_hdr tmp_hdr; in qlcnic_fw_flash_get_minidump_temp_size() local
1117 u32 size = sizeof(tmp_hdr) / sizeof(u32); in qlcnic_fw_flash_get_minidump_temp_size()
1128 (u8 *)&tmp_hdr, size); in qlcnic_fw_flash_get_minidump_temp_size()
1132 cmd->rsp.arg[2] = tmp_hdr.size; in qlcnic_fw_flash_get_minidump_temp_size()
1133 cmd->rsp.arg[3] = tmp_hdr.version; in qlcnic_fw_flash_get_minidump_temp_size()
/linux/include/net/
H A Dipv6.h156 struct ipv6hdr *tmp_hdr; member