Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/firewire/
Dnet.c55 #define RFC2374_UNFRAG_HDR_SIZE 4 macro
582 if (len <= RFC2374_UNFRAG_HDR_SIZE) in fwnet_incoming_packet()
595 len -= RFC2374_UNFRAG_HDR_SIZE; in fwnet_incoming_packet()
965 bufhdr = skb_push(ptask->skb, RFC2374_UNFRAG_HDR_SIZE); in fwnet_send_packet()
1184 - IEEE1394_GASP_HDR_SIZE - RFC2374_UNFRAG_HDR_SIZE; in fwnet_broadcast_start()
1324 max_payload = dg_size + RFC2374_UNFRAG_HDR_SIZE; in fwnet_tx()