Searched refs:tcp_func_set_ptr (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/netinet/
H A Dtcp_subr.c384 static struct tcp_function_block *tcp_func_set_ptr = &tcp_def_funcblk; variable in typeref:struct:tcp_function_block
451 rblk = tcp_func_set_ptr;
611 blk = find_tcp_fb_locked(tcp_func_set_ptr, NULL);
632 tcp_func_set_ptr = blk;
676 (f->tf_fb == tcp_func_set_ptr) ? '*' : ' ',
1302 if (blk == tcp_func_set_ptr) {
2069 tp->t_fb = tcp_func_set_ptr;

Completed in 115 milliseconds