Searched refs:tcp_def_funcblk (Results 1 – 1 of 1) sorted by relevance
350 static struct tcp_function_block tcp_def_funcblk = { variable364 VNET_DEFINE_STATIC(struct tcp_function_block *, tcp_func_set_ptr) = &tcp_def_funcblk;501 KASSERT(tp->t_fb != &tcp_def_funcblk, in tcp_switch_back_to_default()548 tfb = find_and_ref_tcp_fb(&tcp_def_funcblk); in tcp_switch_back_to_default()1328 if (blk == &tcp_def_funcblk) { in deregister_tcp_functions()1502 register_tcp_functions(&tcp_def_funcblk, M_WAITOK); in tcp_init()