Files
linux-stable-mirror/include/linux
Craig Gallek d9b3fca273 tcp: __tcp_hdrlen() helper
tcp_hdrlen is wasteful if you already have a pointer to struct tcphdr.
This splits the size calculation into a helper function that can be
used if a struct tcphdr is already available.

Signed-off-by: Craig Gallek <kraig@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-02-11 03:54:14 -05:00
..
2016-01-21 19:36:08 +01:00
2016-01-30 13:35:32 -08:00
2016-01-22 17:02:18 -08:00
2016-01-31 09:10:19 -08:00
2016-02-11 03:54:14 -05:00