Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_fastopen.h87 unsigned int *tcp_fastopen_alloc_counter(void);
98 #define tcp_fastopen_alloc_counter() NULL macro
H A Dtcp_usrreq.c503 tp->t_tfo_pending = tcp_fastopen_alloc_counter(); in tcp_usr_listen()
554 tp->t_tfo_pending = tcp_fastopen_alloc_counter(); in tcp6_usr_listen()
2390 tcp_fastopen_alloc_counter(); in tcp_default_ctloutput()
H A Dtcp_fastopen.c471 tcp_fastopen_alloc_counter(void) in tcp_fastopen_alloc_counter() function