Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Dpkgfs.c109 struct tarfile *tf_next; member
146 tfn = tf->tf_next; in pkgfs_cleanup()
757 cur = (last != NULL) ? last->tf_next : pkg->pkg_first; in scan_tarfile()
829 last->tf_next = cur; in scan_tarfile()
/freebsd/sys/netinet/
H A Dtcp_subr.c398 TAILQ_FOREACH(f, &t_functions, tf_next) { in find_tcp_functions_locked()
414 TAILQ_FOREACH(f, &t_functions, tf_next) { in find_tcp_fb_locked()
462 TAILQ_FOREACH(f, &t_functions, tf_next) { in find_tcp_function_alias()
703 TAILQ_FOREACH(f, &t_functions, tf_next) { in sysctl_net_inet_list_available()
721 TAILQ_FOREACH(f, &t_functions, tf_next) { in sysctl_net_inet_list_available()
970 TAILQ_FOREACH(f, &t_functions, tf_next) { in sysctl_net_inet_list_func_info()
1235 TAILQ_INSERT_TAIL(&t_functions, f[i], tf_next); in register_tcp_functions_as_names()
1246 TAILQ_REMOVE(&t_functions, f[i], tf_next); in register_tcp_functions_as_names()
1377 TAILQ_REMOVE(&t_functions, f, tf_next); in deregister_tcp_functions()
H A Dtcp_var.h646 TAILQ_ENTRY(tcp_function) tf_next;