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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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.c641 struct ipv6hdr *tmp_hdr; local
707 tmp_hdr = kmemdup(skb_network_header(skb), hlen, GFP_ATOMIC);
708 if (!tmp_hdr) {
718 memcpy(skb_network_header(skb), tmp_hdr, hlen); local
743 memcpy(skb_network_header(frag), tmp_hdr, local
771 kfree(tmp_hdr);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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.c641 struct ipv6hdr *tmp_hdr; local
707 tmp_hdr = kmemdup(skb_network_header(skb), hlen, GFP_ATOMIC);
708 if (!tmp_hdr) {
718 memcpy(skb_network_header(skb), tmp_hdr, hlen); local
743 memcpy(skb_network_header(frag), tmp_hdr, local
771 kfree(tmp_hdr);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 193 milliseconds