Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDtcp_var.h102 #define TCP_FUNC_BEING_REMOVED 0x01 /* Can no longer be referenced */ macro
HDtcp_subr.c352 (blk->tfb_flags & TCP_FUNC_BEING_REMOVED)) { in sysctl_net_inet_default_tcp_functions()
570 blk->tfb_flags |= TCP_FUNC_BEING_REMOVED; in deregister_tcp_functions()
HDtcp_usrreq.c1437 if (blk->tfb_flags & TCP_FUNC_BEING_REMOVED) { in tcp_ctloutput()