Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDtcp_var.h769 int register_tcp_functions(struct tcp_function_block *blk, int wait);
HDtcp_subr.c497 register_tcp_functions(struct tcp_function_block *blk, int wait) in register_tcp_functions() function
681 register_tcp_functions(&tcp_def_funcblk, M_WAITOK); in tcp_init()
/NextBSD/sys/netinet/tcp_stacks/
HDfastpath.c2420 err = register_tcp_functions(&__tcp_fastack, M_WAITOK); in tcp_addfastpaths()
2425 err = register_tcp_functions(&__tcp_fastslow, M_WAITOK); in tcp_addfastpaths()