Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_subr.c359 struct tcp_funchead t_functions; variable
368 TAILQ_FOREACH(f, &t_functions, tf_next) { in find_tcp_functions_locked()
383 TAILQ_FOREACH(f, &t_functions, tf_next) { in find_tcp_fb_locked()
556 TAILQ_FOREACH(f, &t_functions, tf_next) { in sysctl_net_inet_list_available()
574 TAILQ_FOREACH(f, &t_functions, tf_next) { in sysctl_net_inet_list_available()
641 TAILQ_FOREACH(f, &t_functions, tf_next) { in sysctl_net_inet_list_func_info()
935 TAILQ_INSERT_TAIL(&t_functions, n, tf_next); in register_tcp_functions_as_names()
949 TAILQ_FOREACH(n, &t_functions, tf_next) { in register_tcp_functions_as_names()
952 TAILQ_REMOVE(&t_functions, n, tf_next); in register_tcp_functions_as_names()
1082 TAILQ_REMOVE(&t_functions, f, tf_next); in deregister_tcp_functions()
[all …]