Searched refs:mptcp_accept (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/net/mptcp/ |
H A D | protocol.c | 63 /* we are being invoked after mptcp_accept() has in mptcp_is_tcpsk() 3331 static struct sock *mptcp_accept(struct sock *ssk, int flags, int *err, in mptcp_accept() function 3805 .accept = mptcp_accept, 3915 newsk = mptcp_accept(ssk, flags, &err, kern); in mptcp_stream_accept()
|
/kernel/linux/linux-5.10/net/mptcp/ |
H A D | protocol.c | 61 /* we are being invoked after mptcp_accept() has in mptcp_is_tcpsk() 2120 static struct sock *mptcp_accept(struct sock *sk, int flags, int *err, in mptcp_accept() function 2514 .accept = mptcp_accept,
|
Completed in 12 milliseconds