Prev: [PATCH v5 3/7] tcp: harmonize tcp_vx_rcv header length assumptions
Next: [PATCH v3 2/7] net: remove old tcp_optlen function
From: William Allen Simpson on 15 Feb 2010 07:30 Redefine two TCP header functions to accept TCP header pointer. When subtracting, return signed int to allow error checking. These functions will be used in subsequent patches that implement additional features. Signed-off-by: William.Allen.Simpson(a)gmail.com --- include/linux/tcp.h | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) |