Searched refs:XINP_NEXT (Results 1 – 3 of 3) sorted by relevance
235 #define XINP_NEXT(xinp) \ in tcpswitchall() macro238 for (xinp = XINP_NEXT(head); xinp->xig_len > sizeof *xinp; in tcpswitchall()239 xinp = XINP_NEXT(xinp)) { in tcpswitchall()
240 #define XINP_NEXT(xinp) \ in tcpdropall() macro243 for (xinp = XINP_NEXT(head); xinp->xig_len > sizeof *xinp; in tcpdropall()244 xinp = XINP_NEXT(xinp)) { in tcpdropall()
105 #define XINP_NEXT(xinp) \ in tcpssoall() macro108 for (xinp = XINP_NEXT(head); xinp->xig_len > sizeof *xinp; in tcpssoall()109 xinp = XINP_NEXT(xinp)) { in tcpssoall()