Home
last modified time | relevance | path

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

/openbmc/linux/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()