Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_subr.c360 static struct tcp_function_block *tcp_func_set_ptr = &tcp_def_funcblk; variable
427 rblk = tcp_func_set_ptr; in find_and_ref_tcp_default_fb()
513 blk = find_tcp_fb_locked(tcp_func_set_ptr, NULL); in sysctl_net_inet_default_tcp_functions()
534 tcp_func_set_ptr = blk; in sysctl_net_inet_default_tcp_functions()
578 (f->tf_fb == tcp_func_set_ptr) ? '*' : ' ', in sysctl_net_inet_list_available()
1027 if (blk == tcp_func_set_ptr) { in deregister_tcp_functions()
1709 tp->t_fb = tcp_func_set_ptr; in tcp_newtcpcb()