Home
last modified time | relevance | path

Searched refs:tcp_sendmsg_fastopen (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/Documentation/networking/net_cachelines/
H A Dinet_sock.rst37 … defer_connect read_mostly tcp_sendmsg_fastopen
/linux-6.15/net/ipv4/
H A Dtcp.c1013 int tcp_sendmsg_fastopen(struct sock *sk, struct msghdr *msg, int *copied, in tcp_sendmsg_fastopen() function
1099 err = tcp_sendmsg_fastopen(sk, msg, &copied_syn, size, uarg); in tcp_sendmsg_locked()
/linux-6.15/include/net/
H A Dtcp.h336 int tcp_sendmsg_fastopen(struct sock *sk, struct msghdr *msg, int *copied,
/linux-6.15/net/mptcp/
H A Dprotocol.c1647 ret = tcp_sendmsg_fastopen(ssk, msg, copied_syn, len, NULL); in mptcp_sendmsg_fastopen()