Searched refs:next_free_slot (Results 1 – 2 of 2) sorted by relevance
57 if (seq->next_free_slot >= SCTP_MAX_NUM_COMMANDS) in sctp_add_cmd()60 seq->cmds[seq->next_free_slot].verb = verb; in sctp_add_cmd()61 seq->cmds[seq->next_free_slot++].obj = obj; in sctp_add_cmd()76 if (seq->next_cmd < seq->next_free_slot) in sctp_next_cmd()
187 __u8 next_free_slot; member