HomeSort by: relevance | last modified time | path
    Searched defs:old_tccp (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet/
tcp_congctl.c 320 struct tcp_congctlent *tccp, *old_tccp, *new_tccp; local
326 old_tccp = NULL;
332 old_tccp = tccp;
344 if (old_tccp)
345 old_tccp->congctl_refcnt--;
tcp_congctl.c 320 struct tcp_congctlent *tccp, *old_tccp, *new_tccp; local
326 old_tccp = NULL;
332 old_tccp = tccp;
344 if (old_tccp)
345 old_tccp->congctl_refcnt--;
tcp_congctl.c 320 struct tcp_congctlent *tccp, *old_tccp, *new_tccp; local
326 old_tccp = NULL;
332 old_tccp = tccp;
344 if (old_tccp)
345 old_tccp->congctl_refcnt--;

Completed in 42 milliseconds