Searched refs:sa_mqtail (Results 1 – 2 of 2) sorted by relevance
98 x->sa_mqhead = x->sa_mqtail = NULL; \1716 if (state->sa_mqtail != NULL) in spppasyn_muxencode()1742 if (state->sa_mqtail != NULL) in spppasyn_muxencode()1754 if (state->sa_mqtail == NULL) { in spppasyn_muxencode()1794 state->sa_mqtail = state->sa_mqhead; in spppasyn_muxencode()1796 while (state->sa_mqtail->b_cont != NULL) in spppasyn_muxencode()1797 state->sa_mqtail = state->sa_mqtail->b_cont; in spppasyn_muxencode()1849 } else if (state->sa_mqtail->b_wptr < in spppasyn_muxencode()1850 DB_LIM(state->sa_mqtail)) { in spppasyn_muxencode()1851 *state->sa_mqtail->b_wptr++ = PFF |len; in spppasyn_muxencode()[all …]
104 mblk_t *sa_mqtail; /* pointer to the last message */ member