Lines Matching refs:bufhdr
1218 union eth1394_hdr *bufhdr; in ether1394_encapsulate() local
1225 bufhdr = (union eth1394_hdr *)skb_push(skb, hdrsz); in ether1394_encapsulate()
1226 bufhdr->words.word1 = htons(hdr->words.word1); in ether1394_encapsulate()
1227 bufhdr->words.word2 = hdr->words.word2; in ether1394_encapsulate()
1231 bufhdr = (union eth1394_hdr *)skb_push(skb, hdrsz); in ether1394_encapsulate()
1232 bufhdr->words.word1 = htons(hdr->words.word1); in ether1394_encapsulate()
1233 bufhdr->words.word2 = hdr->words.word2; in ether1394_encapsulate()
1234 bufhdr->words.word3 = htons(hdr->words.word3); in ether1394_encapsulate()
1235 bufhdr->words.word4 = 0; in ether1394_encapsulate()
1244 bufhdr = (union eth1394_hdr *)skb_pull(skb, adj_max_payload); in ether1394_encapsulate()
1247 bufhdr->words.word1 = htons(hdr->words.word1); in ether1394_encapsulate()
1248 bufhdr->words.word2 = htons(hdr->words.word2); in ether1394_encapsulate()
1249 bufhdr->words.word3 = htons(hdr->words.word3); in ether1394_encapsulate()
1250 bufhdr->words.word4 = 0; in ether1394_encapsulate()