Searched refs:tcp_sendmsg_fastopen (Results 1 – 3 of 3) sorted by relevance
| /linux/net/ipv4/ |
| H A D | tcp.c | 1065 int tcp_sendmsg_fastopen(struct sock *sk, struct msghdr *msg, int *copied, in tcp_sendmsg_fastopen() function 1195 err = tcp_sendmsg_fastopen(sk, msg, &copied_syn, size, uarg); in tcp_sendmsg_locked()
|
| /linux/include/net/ |
| H A D | tcp.h | 372 int tcp_sendmsg_fastopen(struct sock *sk, struct msghdr *msg, int *copied,
|
| /linux/net/mptcp/ |
| H A D | protocol.c | 1781 ret = tcp_sendmsg_fastopen(ssk, msg, copied_syn, len, NULL); in mptcp_sendmsg_fastopen()
|