Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netinet/
HDtcp_subr.c407 struct tcp_funchead t_functions; variable
442 TAILQ_FOREACH(f, &t_functions, tf_next) { in find_tcp_functions_locked()
458 TAILQ_FOREACH(f, &t_functions, tf_next) { in find_tcp_fb_locked()
506 TAILQ_FOREACH(f, &t_functions, tf_next) { in find_tcp_function_alias()
747 TAILQ_FOREACH(f, &t_functions, tf_next) { in sysctl_net_inet_list_available()
765 TAILQ_FOREACH(f, &t_functions, tf_next) { in sysctl_net_inet_list_available()
1014 TAILQ_FOREACH(f, &t_functions, tf_next) { in sysctl_net_inet_list_func_info()
1279 TAILQ_INSERT_TAIL(&t_functions, f[i], tf_next); in register_tcp_functions_as_names()
1290 TAILQ_REMOVE(&t_functions, f[i], tf_next); in register_tcp_functions_as_names()
1421 TAILQ_REMOVE(&t_functions, f, tf_next); in deregister_tcp_functions()
[all …]