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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dicmp.c309 struct icmp6hdr tmp_hdr; local
396 tmp_hdr.icmp6_type = type;
397 tmp_hdr.icmp6_code = code;
398 tmp_hdr.icmp6_cksum = 0;
399 tmp_hdr.icmp6_pointer = htonl(info);
485 err = icmpv6_push_pending_frames(sk, &fl, &tmp_hdr, len + sizeof(struct icmp6hdr));
506 struct icmp6hdr tmp_hdr; local
518 memcpy(&tmp_hdr, icmph, sizeof(tmp_hdr));
519 tmp_hdr
[all...]
H A Dip6_output.c616 struct ipv6hdr *tmp_hdr; local
682 tmp_hdr = kmemdup(skb_network_header(skb), hlen, GFP_ATOMIC);
683 if (!tmp_hdr) {
693 memcpy(skb_network_header(skb), tmp_hdr, hlen); local
718 memcpy(skb_network_header(frag), tmp_hdr, local
746 kfree(tmp_hdr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_attr_leaf.c1804 xfs_attr_leaf_hdr_t *drop_hdr, *save_hdr, *tmp_hdr; local
1854 tmp_hdr = &tmp_leaf->hdr;
1855 tmp_hdr->info = save_hdr->info; /* struct copy */
1856 tmp_hdr->count = 0;
1857 tmp_hdr->firstused = cpu_to_be16(state->blocksize);
1858 if (!tmp_hdr->firstused) {
1859 tmp_hdr->firstused = cpu_to_be16(
1862 tmp_hdr->usedbytes = 0;

Completed in 43 milliseconds