GSSINT_CHK_LOOP
#define GSSINT_CHK_LOOP(p) (!((p) != NULL && (p)->loopback == (p)))
#define GSSINT_CHK_LOOP(p) ((p) == NULL)