HomeSort by: relevance | last modified time | path
    Searched refs:TCP_REASS_UNLOCK (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/netinet/
tcp_output.c 1038 TCP_REASS_UNLOCK(tp);
1195 reset: TCP_REASS_UNLOCK(tp);
1215 TCP_REASS_UNLOCK(tp);
tcp_var.h 420 static __inline void tcp_reass_unlock (struct tcpcb *)
443 tcp_reass_unlock(struct tcpcb *tp) function in typeref:typename:void
475 #define TCP_REASS_UNLOCK(tp) tcp_reass_unlock((tp))
tcp_input.c 794 TCP_REASS_UNLOCK(tp);
799 TCP_REASS_UNLOCK(tp);
2781 TCP_REASS_UNLOCK(tp);
tcp_subr.c 1132 TCP_REASS_UNLOCK(tp);
1232 TCP_REASS_UNLOCK(tp);

Completed in 18 milliseconds