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

  /src/sys/netinet/
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))

Completed in 12 milliseconds