Searched refs:tmp_hdr (Results 1 - 4 of 4) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_attr_leaf.c1853 xfs_attr_leaf_hdr_t *drop_hdr, *save_hdr, *tmp_hdr; local
1903 tmp_hdr = &tmp_leaf->hdr;
1904 tmp_hdr->info = save_hdr->info; /* struct copy */
1905 tmp_hdr->count = 0;
1906 tmp_hdr->firstused = cpu_to_be16(state->blocksize);
1907 if (!tmp_hdr->firstused) {
1908 tmp_hdr->firstused = cpu_to_be16(
1911 tmp_hdr->usedbytes = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dah6.c330 unsigned char *tmp_hdr = NULL; local
358 tmp_hdr = kmemdup(skb_network_header(skb), hdr_len, GFP_ATOMIC);
359 if (!tmp_hdr)
388 memcpy(skb_network_header(skb), tmp_hdr, hdr_len); local
392 kfree(tmp_hdr);
397 kfree(tmp_hdr);
H A Dicmp.c306 struct icmp6hdr tmp_hdr; local
393 tmp_hdr.icmp6_type = type;
394 tmp_hdr.icmp6_code = code;
395 tmp_hdr.icmp6_cksum = 0;
396 tmp_hdr.icmp6_pointer = htonl(info);
452 err = icmpv6_push_pending_frames(sk, &fl, &tmp_hdr, len + sizeof(struct icmp6hdr));
476 struct icmp6hdr tmp_hdr; local
489 memcpy(&tmp_hdr, icmph, sizeof(tmp_hdr));
490 tmp_hdr
[all...]
H A Dip6_output.c580 struct ipv6hdr *tmp_hdr; local
646 tmp_hdr = kmemdup(skb_network_header(skb), hlen, GFP_ATOMIC);
647 if (!tmp_hdr) {
656 memcpy(skb_network_header(skb), tmp_hdr, hlen); local
681 memcpy(skb_network_header(frag), tmp_hdr, local
708 kfree(tmp_hdr);

Completed in 109 milliseconds