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

  /src/sys/netinet/
tcp_var.h 418 static __inline int tcp_reass_lock_try (struct tcpcb *)
424 tcp_reass_lock_try(struct tcpcb *tp) function in typeref:typename:int
456 if (tcp_reass_lock_try(tp) == 0) { \
471 #define TCP_REASS_LOCK(tp) (void) tcp_reass_lock_try((tp))
tcp_var.h 418 static __inline int tcp_reass_lock_try (struct tcpcb *)
424 tcp_reass_lock_try(struct tcpcb *tp) function in typeref:typename:int
456 if (tcp_reass_lock_try(tp) == 0) { \
471 #define TCP_REASS_LOCK(tp) (void) tcp_reass_lock_try((tp))

Completed in 26 milliseconds