Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDtcp_subr.c264 static struct tcp_function_block *tcp_func_set_ptr = &tcp_def_funcblk; variable
335 blk = find_tcp_fb_locked(tcp_func_set_ptr, NULL); in sysctl_net_inet_default_tcp_functions()
356 tcp_func_set_ptr = blk; in sysctl_net_inet_default_tcp_functions()
397 (f->tf_fb == tcp_func_set_ptr) ? '*' : ' ', in sysctl_net_inet_list_available()
563 if (blk == tcp_func_set_ptr) { in deregister_tcp_functions()
1054 tp->t_fb = tcp_func_set_ptr; in tcp_newtcpcb()