Home
last modified time | relevance | path

Searched refs:RFC2374_UNFRAG_HDR_SIZE (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/firewire/
Dnet.c54 #define RFC2374_UNFRAG_HDR_SIZE 4 macro
581 if (len <= RFC2374_UNFRAG_HDR_SIZE) in fwnet_incoming_packet()
594 len -= RFC2374_UNFRAG_HDR_SIZE; in fwnet_incoming_packet()
964 bufhdr = skb_push(ptask->skb, RFC2374_UNFRAG_HDR_SIZE); in fwnet_send_packet()
1183 - IEEE1394_GASP_HDR_SIZE - RFC2374_UNFRAG_HDR_SIZE; in fwnet_broadcast_start()
1323 max_payload = dg_size + RFC2374_UNFRAG_HDR_SIZE; in fwnet_tx()