Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_subr.c673 (blk->tfb_flags & TCP_FUNC_BEING_REMOVED)) { in sysctl_net_inet_default_tcp_functions()
1196 if (blk->tfb_flags & TCP_FUNC_BEING_REMOVED) { in register_tcp_functions_as_names()
1329 blk->tfb_flags |= TCP_FUNC_BEING_REMOVED; in deregister_tcp_functions()
H A Dtcp_var.h541 #define TCP_FUNC_BEING_REMOVED 0x01 /* Can no longer be referenced */ macro
H A Dtcp_usrreq.c1734 if (blk->tfb_flags & TCP_FUNC_BEING_REMOVED) { in tcp_ctloutput_set()