Searched refs:tcp_sendmsg_fastopen (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/net/ipv4/ |
D | tcp.c | 1166 int tcp_sendmsg_fastopen(struct sock *sk, struct msghdr *msg, int *copied, in tcp_sendmsg_fastopen() function 1248 err = tcp_sendmsg_fastopen(sk, msg, &copied_syn, size, uarg); in tcp_sendmsg_locked()
|
/Linux-v6.1/include/net/ |
D | tcp.h | 330 int tcp_sendmsg_fastopen(struct sock *sk, struct msghdr *msg, int *copied,
|
/Linux-v6.1/net/mptcp/ |
D | protocol.c | 1687 ret = tcp_sendmsg_fastopen(ssk, msg, copied_syn, len, NULL); in mptcp_sendmsg_fastopen()
|