Searched refs:register_tcp_functions (Results 1 – 3 of 3) sorted by relevance
769 int register_tcp_functions(struct tcp_function_block *blk, int wait);
497 register_tcp_functions(struct tcp_function_block *blk, int wait) in register_tcp_functions() function681 register_tcp_functions(&tcp_def_funcblk, M_WAITOK); in tcp_init()
2420 err = register_tcp_functions(&__tcp_fastack, M_WAITOK); in tcp_addfastpaths()2425 err = register_tcp_functions(&__tcp_fastslow, M_WAITOK); in tcp_addfastpaths()