Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h298 #define TCP_FUNC_BEING_REMOVED 0x01 /* Can no longer be referenced */ macro
/f-stack/freebsd/netinet/
H A Dtcp_var.h298 #define TCP_FUNC_BEING_REMOVED 0x01 /* Can no longer be referenced */ macro
H A Dtcp_subr.c530 (blk->tfb_flags & TCP_FUNC_BEING_REMOVED)) { in sysctl_net_inet_default_tcp_functions()
909 if (blk->tfb_flags & TCP_FUNC_BEING_REMOVED) { in register_tcp_functions_as_names()
1033 blk->tfb_flags |= TCP_FUNC_BEING_REMOVED; in deregister_tcp_functions()
H A Dtcp_usrreq.c1938 if (blk->tfb_flags & TCP_FUNC_BEING_REMOVED) { in tcp_ctloutput()