Searched refs:tcp_def_funcblk (Results 1 – 1 of 1) sorted by relevance
348 static struct tcp_function_block tcp_def_funcblk = { variable362 VNET_DEFINE_STATIC(struct tcp_function_block *, tcp_func_set_ptr) = &tcp_def_funcblk;499 KASSERT(tp->t_fb != &tcp_def_funcblk, in tcp_switch_back_to_default()546 tfb = find_and_ref_tcp_fb(&tcp_def_funcblk); in tcp_switch_back_to_default()1311 if (blk == &tcp_def_funcblk) { in deregister_tcp_functions()1485 register_tcp_functions(&tcp_def_funcblk, M_WAITOK); in tcp_init()