Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_subr.c348 static struct tcp_function_block tcp_def_funcblk = { variable
360 static struct tcp_function_block *tcp_func_set_ptr = &tcp_def_funcblk;
438 KASSERT(tp->t_fb != &tcp_def_funcblk, in tcp_switch_back_to_default()
485 tfb = find_and_ref_tcp_fb(&tcp_def_funcblk); in tcp_switch_back_to_default()
1022 if (blk == &tcp_def_funcblk) { in deregister_tcp_functions()
1200 register_tcp_functions(&tcp_def_funcblk, M_WAITOK); in tcp_init()