Searched refs:now_filled (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_output.c6987 struct timeval *now, int *now_filled, int frag_point, int so_locked
7163 int num_out = 0, reason = 0, now_filled = 0; local
7168 &reason, 1, 1, &now, &now_filled, frag_point, SCTP_SO_NOT_LOCKED);
8206 struct timeval *now, int *now_filled, int frag_point, int so_locked
8636 if (*now_filled == 0) {
8638 *now_filled = 1;
8657 if (*now_filled == 0) {
8659 *now_filled = 1;
8908 if (*now_filled == 0) {
8910 *now_filled
8200 sctp_med_chunk_output(struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_association *asoc, int *num_out, int *reason_code, int control_only, int from_where, struct timeval *now, int *now_filled, int frag_point, int so_locked SCTP_UNUSED ) argument
9842 sctp_chunk_retransmission(struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_association *asoc, int *cnt_out, struct timeval *now, int *now_filled, int *fr_done, int so_locked SCTP_UNUSED ) argument
10417 int now_filled = 0; local
[all...]
H A Dsctp_indata.c3385 int now_filled = 0; local
3412 if (!now_filled) {
3414 now_filled = 1;

Completed in 319 milliseconds