Searched refs:tmp_hdr (Results  1 – 5 of 5) sorted by relevance
| /Linux-v6.6/net/ipv6/ | 
| D | icmp.c | 456 	struct icmp6hdr tmp_hdr;  in icmp6_send()  local581 	tmp_hdr.icmp6_type = type;  in icmp6_send()
 582 	tmp_hdr.icmp6_code = code;  in icmp6_send()
 583 	tmp_hdr.icmp6_cksum = 0;  in icmp6_send()
 584 	tmp_hdr.icmp6_pointer = htonl(info);  in icmp6_send()
 624 		icmpv6_push_pending_frames(sk, &fl6, &tmp_hdr,  in icmp6_send()
 720 	struct icmp6hdr tmp_hdr;  in icmpv6_echo_reply()  local
 749 	memcpy(&tmp_hdr, icmph, sizeof(tmp_hdr));  in icmpv6_echo_reply()
 750 	tmp_hdr.icmp6_type = type;  in icmpv6_echo_reply()
 800 		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 | 690 	iter->tmp_hdr = kmemdup(skb_network_header(skb), hlen, GFP_ATOMIC);  in ip6_fraglist_init()691 	if (!iter->tmp_hdr)  in ip6_fraglist_init()
 706 	memcpy(skb_network_header(skb), iter->tmp_hdr, hlen);  in ip6_fraglist_init()
 734 	memcpy(skb_network_header(frag), iter->tmp_hdr, hlen);  in ip6_fraglist_prepare()
 957 		kfree(iter.tmp_hdr);  in ip6_fragment()
 
 | 
| /Linux-v6.6/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()  local1118 	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()
 
 | 
| /Linux-v6.6/include/net/ | 
| D | ipv6.h | 169 	struct ipv6hdr	*tmp_hdr;  member
 |