Home
last modified time | relevance | path

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

/freebsd-13.1/sys/netinet/
H A Dtcp_var.h376 struct tcp_function { struct
377 TAILQ_ENTRY(tcp_function) tf_next;
382 TAILQ_HEAD(tcp_funchead, tcp_function); argument
H A Dtcp_subr.c396 struct tcp_function *f; in find_tcp_functions_locked()
409 find_tcp_fb_locked(struct tcp_function_block *blk, struct tcp_function **s) in find_tcp_fb_locked()
412 struct tcp_function *f; in find_tcp_fb_locked()
654 struct tcp_function *f; in sysctl_net_inet_list_available()
890 struct tcp_function *f; in sysctl_net_inet_list_func_info()
1153 struct tcp_function *n; in register_tcp_functions_as_names()
1199 n = malloc(sizeof(struct tcp_function), M_TCPFUNCTIONS, wait); in register_tcp_functions_as_names()
1302 struct tcp_function *f; in deregister_tcp_functions()