Searched refs:now_filled (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_output.c | 7136 struct timeval *now, int *now_filled, int frag_point, int so_locked); 7299 int num_out, reason, now_filled = 0; local 7305 &reason, 1, 1, &now, &now_filled, frag_point, SCTP_SO_NOT_LOCKED); 8360 struct timeval *now, int *now_filled, int frag_point, int so_locked) argument 8756 if (*now_filled == 0) { 8758 *now_filled = 1; 9025 if (*now_filled == 0) { 9027 *now_filled = 1; 9362 if (*now_filled == 0) { 9364 *now_filled = 1; [all …]
|
D | sctp_indata.c | 3781 int now_filled = 0; local 3808 if (!now_filled) { 3810 now_filled = 1;
|