Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_fastopen.h91 void tcp_fastopen_connect(struct tcpcb *);
101 #define tcp_fastopen_connect(t) ((void)0) macro
H A Dtcp_fastopen.c870 tcp_fastopen_connect(struct tcpcb *tp) in tcp_fastopen_connect() function
H A Dtcp_usrreq.c1230 tcp_fastopen_connect(tp); in tcp_usr_send()