Lines Matching refs:allow_repeat_tx
8 + int allow_repeat_tx; /**< Whether retransmissions of
24 + int allow_repeat_tx;
35 + str->allow_repeat_tx = stream_template->allow_repeat_tx;
43 + /* initialize allow_repeat_tx */
44 + srtp->allow_repeat_tx = p->allow_repeat_tx;
57 + if (status != err_status_replay_fail || !stream->allow_repeat_tx)
72 + policy.allow_repeat_tx = 0;
83 + policy.allow_repeat_tx = 0;
91 + policy.allow_repeat_tx = 0;
102 + policy.allow_repeat_tx = 0;
122 + stream->allow_repeat_tx ? "true" : "false");
142 + stream->allow_repeat_tx ? "true" : "false");
150 + policy.allow_repeat_tx = 0;