Home
last modified time | relevance | path

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

/freebsd-12.1/sys/netinet/
H A Dtcp_var.h297 struct tcp_function { struct
298 TAILQ_ENTRY(tcp_function) tf_next;
303 TAILQ_HEAD(tcp_funchead, tcp_function); argument
H A Dtcp_subr.c283 struct tcp_function *f; in find_tcp_functions_locked()
296 find_tcp_fb_locked(struct tcp_function_block *blk, struct tcp_function **s) in find_tcp_fb_locked()
299 struct tcp_function *f; in find_tcp_fb_locked()
467 struct tcp_function *f; in sysctl_net_inet_list_available()
526 struct tcp_function *f; in sysctl_net_inet_list_func_info()
782 struct tcp_function *n; in register_tcp_functions_as_names()
829 n = malloc(sizeof(struct tcp_function), M_TCPFUNCTIONS, wait); in register_tcp_functions_as_names()
934 struct tcp_function *f; in deregister_tcp_functions()