]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: export timestamp helpers for mptcp
authorFlorian Westphal <fw@strlen.de>
Thu, 3 Jun 2021 23:24:31 +0000 (16:24 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 4 Jun 2021 21:08:09 +0000 (14:08 -0700)
commitd2899169d91fefcdf502ba7d8c04e28517f6e4a9
treee31553c8b762825f9a8d6a309ca528082b2ba518
parent3cf1168767132f6647d2586b10a719a72decc03e
tcp: export timestamp helpers for mptcp

MPTCP is builtin, so no need to add EXPORT_SYMBOL()s.

It will be used to support SO_TIMESTAMP(NS) ancillary
messages in the mptcp receive path.

Acked-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tcp.h
net/ipv4/tcp.c