Searched refs:tcp_sendmsg_fastopen (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/Documentation/networking/net_cachelines/ |
D | inet_sock.rst | 36 … defer_connect read_mostly - tcp_sendmsg_fastopen
|
/linux-6.12.1/net/ipv4/ |
D | tcp.c | 1004 int tcp_sendmsg_fastopen(struct sock *sk, struct msghdr *msg, int *copied, in tcp_sendmsg_fastopen() function 1090 err = tcp_sendmsg_fastopen(sk, msg, &copied_syn, size, uarg); in tcp_sendmsg_locked()
|
/linux-6.12.1/include/net/ |
D | tcp.h | 333 int tcp_sendmsg_fastopen(struct sock *sk, struct msghdr *msg, int *copied,
|
/linux-6.12.1/net/mptcp/ |
D | protocol.c | 1748 ret = tcp_sendmsg_fastopen(ssk, msg, copied_syn, len, NULL); in mptcp_sendmsg_fastopen()
|