|
@@ -402,6 +402,7 @@ void tcp_set_keepalive(struct sock *sk, int val);
|
|
void tcp_syn_ack_timeout(const struct request_sock *req);
|
|
void tcp_syn_ack_timeout(const struct request_sock *req);
|
|
int tcp_recvmsg(struct sock *sk, struct msghdr *msg, size_t len, int nonblock,
|
|
int tcp_recvmsg(struct sock *sk, struct msghdr *msg, size_t len, int nonblock,
|
|
int flags, int *addr_len);
|
|
int flags, int *addr_len);
|
|
|
|
+int tcp_set_rcvlowat(struct sock *sk, int val);
|
|
void tcp_parse_options(const struct net *net, const struct sk_buff *skb,
|
|
void tcp_parse_options(const struct net *net, const struct sk_buff *skb,
|
|
struct tcp_options_received *opt_rx,
|
|
struct tcp_options_received *opt_rx,
|
|
int estab, struct tcp_fastopen_cookie *foc);
|
|
int estab, struct tcp_fastopen_cookie *foc);
|