RFC2374_FRAG_HDR_SIZE  483 drivers/firewire/net.c 	return (1 << (max_rec + 1)) - RFC2374_FRAG_HDR_SIZE;
RFC2374_FRAG_HDR_SIZE  616 drivers/firewire/net.c 	if (len <= RFC2374_FRAG_HDR_SIZE)
RFC2374_FRAG_HDR_SIZE  621 drivers/firewire/net.c 	len -= RFC2374_FRAG_HDR_SIZE;
RFC2374_FRAG_HDR_SIZE  875 drivers/firewire/net.c 			fg_off = ptask->max_payload - RFC2374_FRAG_HDR_SIZE;
RFC2374_FRAG_HDR_SIZE  882 drivers/firewire/net.c 				  + ptask->max_payload - RFC2374_FRAG_HDR_SIZE;
RFC2374_FRAG_HDR_SIZE  899 drivers/firewire/net.c 			ptask->max_payload = skb->len + RFC2374_FRAG_HDR_SIZE;
RFC2374_FRAG_HDR_SIZE  976 drivers/firewire/net.c 		bufhdr = skb_push(ptask->skb, RFC2374_FRAG_HDR_SIZE);
RFC2374_FRAG_HDR_SIZE 1337 drivers/firewire/net.c 		max_payload += RFC2374_FRAG_HDR_SIZE;