Lines Matching refs:actions

113 			cur_stream->actions |= MOS_ACT_SEND_ACK_NOW;  in ValidateSequence()
143 cur_stream->actions |= MOS_ACT_SEND_ACK_AGG; in ValidateSequence()
149 cur_stream->actions |= MOS_ACT_SEND_ACK_AGG; in ValidateSequence()
151 cur_stream->actions |= MOS_ACT_SEND_ACK_NOW; in ValidateSequence()
159 cur_stream->actions |= MOS_ACT_SEND_CONTROL; in ValidateSequence()
205 cur_stream->actions |= MOS_ACT_DESTROY; in ProcessRST()
225 cur_stream->actions |= MOS_ACT_DESTROY; in ProcessRST()
433 cur_stream->actions |= MOS_ACT_SEND_DATA; in ProcessACK()
712 cur_stream->actions |= MOS_ACT_SEND_CONTROL; in Handle_TCP_ST_LISTEN()
744 cur_stream->actions |= MOS_ACT_SEND_RST; in Handle_TCP_ST_SYN_SENT()
761 cur_stream->actions |= MOS_ACT_DESTROY; in Handle_TCP_ST_SYN_SENT()
800 cur_stream->actions |= MOS_ACT_SEND_RST; in Handle_TCP_ST_SYN_SENT()
801 cur_stream->actions |= MOS_ACT_DESTROY; in Handle_TCP_ST_SYN_SENT()
803 cur_stream->actions |= MOS_ACT_SEND_CONTROL; in Handle_TCP_ST_SYN_SENT()
819 cur_stream->actions |= MOS_ACT_SEND_CONTROL; in Handle_TCP_ST_SYN_SENT()
870 cur_stream->actions |= MOS_ACT_SEND_CONTROL; in Handle_TCP_ST_SYN_RCVD()
900 cur_stream->actions |= MOS_ACT_SEND_CONTROL; in Handle_TCP_ST_SYN_RCVD()
926 cur_stream->actions |= MOS_ACT_SEND_CONTROL; in Handle_TCP_ST_ESTABLISHED()
933 cur_stream->actions |= MOS_ACT_SEND_ACK_AGG; in Handle_TCP_ST_ESTABLISHED()
935 cur_stream->actions |= MOS_ACT_SEND_ACK_NOW; in Handle_TCP_ST_ESTABLISHED()
962 cur_stream->actions |= MOS_ACT_SEND_CONTROL; in Handle_TCP_ST_ESTABLISHED()
972 cur_stream->actions |= MOS_ACT_SEND_ACK_NOW; in Handle_TCP_ST_ESTABLISHED()
986 cur_stream->actions |= MOS_ACT_SEND_CONTROL; in Handle_TCP_ST_CLOSE_WAIT()
1038 cur_stream->actions |= MOS_ACT_DESTROY; in Handle_TCP_ST_LAST_ACK()
1044 cur_stream->actions |= MOS_ACT_SEND_CONTROL; in Handle_TCP_ST_LAST_ACK()
1050 cur_stream->actions |= MOS_ACT_SEND_CONTROL; in Handle_TCP_ST_LAST_ACK()
1065 cur_stream->actions |= MOS_ACT_SEND_CONTROL;
1125 cur_stream->actions |= MOS_ACT_SEND_ACK_AGG;
1127 cur_stream->actions |= MOS_ACT_SEND_ACK_NOW;
1154 cur_stream->actions |= MOS_ACT_SEND_CONTROL;
1161 cur_stream->actions |= MOS_ACT_SEND_ACK_NOW;
1186 cur_stream->actions |= MOS_ACT_SEND_ACK_AGG;
1188 cur_stream->actions |= MOS_ACT_SEND_ACK_NOW;
1208 cur_stream->actions |= MOS_ACT_SEND_CONTROL;
1383 cur_stream->actions |= MOS_ACT_SEND_CONTROL;
1395 cur_stream->id, cur_stream->cb_events, cur_stream->actions);
1407 if (cur_stream->actions & i) {
1445 cur_stream->actions = 0;