Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_subr.c347 static struct tcp_function_block tcp_def_funcblk = { variable
361 VNET_DEFINE_STATIC(struct tcp_function_block *, tcp_func_set_ptr) = &tcp_def_funcblk;
498 KASSERT(tp->t_fb != &tcp_def_funcblk, in tcp_switch_back_to_default()
545 tfb = find_and_ref_tcp_fb(&tcp_def_funcblk); in tcp_switch_back_to_default()
1313 if (blk == &tcp_def_funcblk) { in deregister_tcp_functions()
1489 register_tcp_functions(&tcp_def_funcblk, M_WAITOK); in tcp_init()