Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h359 struct tcp_function { struct
360 TAILQ_ENTRY(tcp_function) tf_next;
365 TAILQ_HEAD(tcp_funchead, tcp_function); argument
/f-stack/freebsd/netinet/
H A Dtcp_var.h359 struct tcp_function { struct
360 TAILQ_ENTRY(tcp_function) tf_next;
365 TAILQ_HEAD(tcp_funchead, tcp_function); argument
H A Dtcp_subr.c365 struct tcp_function *f; in find_tcp_functions_locked()
378 find_tcp_fb_locked(struct tcp_function_block *blk, struct tcp_function **s) in find_tcp_fb_locked()
381 struct tcp_function *f; in find_tcp_fb_locked()
549 struct tcp_function *f; in sysctl_net_inet_list_available()
608 struct tcp_function *f; in sysctl_net_inet_list_func_info()
871 struct tcp_function *n; in register_tcp_functions_as_names()
917 n = malloc(sizeof(struct tcp_function), M_TCPFUNCTIONS, wait); in register_tcp_functions_as_names()
1020 struct tcp_function *f; in deregister_tcp_functions()