Searched refs:SOCK_CONNID_LT (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsocket_proto.h43 #define SOCK_CONNID_LT(id1, id2) ((int64_t)((id1)-(id2)) < 0) macro
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_subr.c201 if (so->so_error != 0 && SOCK_CONNID_LT(so->so_proto_connid, id))
204 while (SOCK_CONNID_LT(so->so_proto_connid, id)) {

Completed in 48 milliseconds