Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/firewire/
H A Dnet.c55 #define RFC2374_UNFRAG_HDR_SIZE 4 macro
586 if (len <= RFC2374_UNFRAG_HDR_SIZE) in fwnet_incoming_packet()
599 len -= RFC2374_UNFRAG_HDR_SIZE; in fwnet_incoming_packet()
969 bufhdr = skb_push(ptask->skb, RFC2374_UNFRAG_HDR_SIZE); in fwnet_send_packet()
1188 - IEEE1394_GASP_HDR_SIZE - RFC2374_UNFRAG_HDR_SIZE; in fwnet_broadcast_start()
1328 max_payload = dg_size + RFC2374_UNFRAG_HDR_SIZE; in fwnet_tx()
/kernel/linux/linux-6.6/drivers/firewire/
H A Dnet.c55 #define RFC2374_UNFRAG_HDR_SIZE 4 macro
575 if (len <= RFC2374_UNFRAG_HDR_SIZE) in fwnet_incoming_packet()
588 len -= RFC2374_UNFRAG_HDR_SIZE; in fwnet_incoming_packet()
959 bufhdr = skb_push(ptask->skb, RFC2374_UNFRAG_HDR_SIZE); in fwnet_send_packet()
1178 - IEEE1394_GASP_HDR_SIZE - RFC2374_UNFRAG_HDR_SIZE; in fwnet_broadcast_start()
1318 max_payload = dg_size + RFC2374_UNFRAG_HDR_SIZE; in fwnet_tx()

Completed in 5 milliseconds