Searched refs:tmp_hdr (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/net/ipv6/ |
D | icmp.c | 431 struct icmp6hdr tmp_hdr; in icmp6_send() local 538 tmp_hdr.icmp6_type = type; in icmp6_send() 539 tmp_hdr.icmp6_code = code; in icmp6_send() 540 tmp_hdr.icmp6_cksum = 0; in icmp6_send() 541 tmp_hdr.icmp6_pointer = htonl(info); in icmp6_send() 580 icmpv6_push_pending_frames(sk, &fl6, &tmp_hdr, in icmp6_send() 674 struct icmp6hdr tmp_hdr; in icmpv6_echo_reply() local 688 memcpy(&tmp_hdr, icmph, sizeof(tmp_hdr)); in icmpv6_echo_reply() 689 tmp_hdr.icmp6_type = ICMPV6_ECHO_REPLY; in icmpv6_echo_reply() 737 icmpv6_push_pending_frames(sk, &fl6, &tmp_hdr, in icmpv6_echo_reply()
|
D | ip6_output.c | 587 struct ipv6hdr *tmp_hdr; in ip6_fragment() local 669 tmp_hdr = kmemdup(skb_network_header(skb), hlen, GFP_ATOMIC); in ip6_fragment() 670 if (!tmp_hdr) { in ip6_fragment() 681 memcpy(skb_network_header(skb), tmp_hdr, hlen); in ip6_fragment() 703 memcpy(skb_network_header(frag), tmp_hdr, in ip6_fragment() 731 kfree(tmp_hdr); in ip6_fragment()
|
/Linux-v4.19/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_minidump.c | 1117 struct qlcnic_83xx_dump_template_hdr tmp_hdr; in qlcnic_fw_flash_get_minidump_temp_size() local 1118 u32 size = sizeof(tmp_hdr) / sizeof(u32); in qlcnic_fw_flash_get_minidump_temp_size() 1129 (u8 *)&tmp_hdr, size); in qlcnic_fw_flash_get_minidump_temp_size() 1133 cmd->rsp.arg[2] = tmp_hdr.size; in qlcnic_fw_flash_get_minidump_temp_size() 1134 cmd->rsp.arg[3] = tmp_hdr.version; in qlcnic_fw_flash_get_minidump_temp_size()
|