Searched refs:bufhdr (Results 1 – 1 of 1) sorted by relevance
948 struct rfc2734_header *bufhdr; in fwnet_send_packet() local956 bufhdr = skb_push(ptask->skb, RFC2374_UNFRAG_HDR_SIZE); in fwnet_send_packet()957 put_unaligned_be32(ptask->hdr.w0, &bufhdr->w0); in fwnet_send_packet()963 bufhdr = skb_push(ptask->skb, RFC2374_FRAG_HDR_SIZE); in fwnet_send_packet()964 put_unaligned_be32(ptask->hdr.w0, &bufhdr->w0); in fwnet_send_packet()965 put_unaligned_be32(ptask->hdr.w1, &bufhdr->w1); in fwnet_send_packet()