J. Bruce Fields 8af345f58a svcrpc: track rpc data length separately from sk_tcplen
Keep a separate field, sk_datalen, that tracks only the data contained
in a fragment, not including the fragment header.

For now, this is always just max(0, sk_tcplen - 4), but after we allow
multiple fragments sk_datalen will accumulate the total rpc data size
while sk_tcplen only tracks progress receiving the current fragment.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
2012-12-04 07:49:14 -05:00
..
2012-07-16 15:12:15 -04:00
2012-07-31 18:42:48 -07:00
2012-08-21 17:42:02 -04:00
2012-11-07 19:31:32 -05:00
2010-12-17 15:48:21 -05:00
2012-04-15 12:44:40 -04:00