diff options
| author | Andrew Lunn <[email protected]> | 2020-07-12 23:15:02 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2020-07-14 00:20:39 +0000 |
| commit | 3628e3cbf9edc8381961394ccd6fb0bf049fdb69 (patch) | |
| tree | 3edfb68917bc5c41613fa0bd7f2652dbb9b26867 /net/ipv4/tcp_output.c | |
| parent | net: decnet: kerneldoc fixes (diff) | |
| download | kernel-3628e3cbf9edc8381961394ccd6fb0bf049fdb69.tar.gz kernel-3628e3cbf9edc8381961394ccd6fb0bf049fdb69.zip | |
net: ipv4: kerneldoc fixes
Simple fixes which require no deep knowledge of the code.
Cc: Paul Moore <[email protected]>
Cc: Alexey Kuznetsov <[email protected]>
Cc: Eric Dumazet <[email protected]>
Signed-off-by: Andrew Lunn <[email protected]>
Acked-by: Paul Moore <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/ipv4/tcp_output.c')
| -rw-r--r-- | net/ipv4/tcp_output.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/ipv4/tcp_output.c b/net/ipv4/tcp_output.c index 2d563efcee0d..dc0117013ba5 100644 --- a/net/ipv4/tcp_output.c +++ b/net/ipv4/tcp_output.c @@ -3337,6 +3337,8 @@ int tcp_send_synack(struct sock *sk) * sk: listener socket * dst: dst entry attached to the SYNACK * req: request_sock pointer + * foc: cookie for tcp fast open + * synack_type: Type of synback to prepare * * Allocate one skb and build a SYNACK packet. * @dst is consumed : Caller should not use it again. |
