Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h968 int register_tcp_functions(struct tcp_function_block *blk, int wait);
/f-stack/freebsd/netinet/
H A Dtcp_var.h968 int register_tcp_functions(struct tcp_function_block *blk, int wait);
H A Dtcp_subr.c993 register_tcp_functions(struct tcp_function_block *blk, int wait) in register_tcp_functions() function
1200 register_tcp_functions(&tcp_def_funcblk, M_WAITOK); in tcp_init()