Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp.c991 int tcp_sendmsg_fastopen(struct sock *sk, struct msghdr *msg, int *copied, in tcp_sendmsg_fastopen() function
1077 err = tcp_sendmsg_fastopen(sk, msg, &copied_syn, size, uarg); in tcp_sendmsg_locked()
/openbmc/linux/include/net/
H A Dtcp.h331 int tcp_sendmsg_fastopen(struct sock *sk, struct msghdr *msg, int *copied,
/openbmc/linux/net/mptcp/
H A Dprotocol.c1751 ret = tcp_sendmsg_fastopen(ssk, msg, copied_syn, len, NULL); in mptcp_sendmsg_fastopen()