Searched refs:bufhdr (Results 1 – 1 of 1) sorted by relevance
961 struct rfc2734_header *bufhdr; in fwnet_send_packet() local969 bufhdr = skb_push(ptask->skb, RFC2374_UNFRAG_HDR_SIZE); in fwnet_send_packet()970 put_unaligned_be32(ptask->hdr.w0, &bufhdr->w0); in fwnet_send_packet()976 bufhdr = skb_push(ptask->skb, RFC2374_FRAG_HDR_SIZE); in fwnet_send_packet()977 put_unaligned_be32(ptask->hdr.w0, &bufhdr->w0); in fwnet_send_packet()978 put_unaligned_be32(ptask->hdr.w1, &bufhdr->w1); in fwnet_send_packet()