Lines Matching defs:unordered
333 uint8_t flags, unordered;
336 unordered = flags & SCTP_DATA_UNORDERED;
337 if (unordered) {
362 if (unordered) {
376 if (unordered) {
399 if (unordered) {
763 * sending both unordered NDATA and unordered DATA...
1076 panic("Huh control: %p on_q: %d -- not unordered?",
1361 int do_wakeup, unordered;
1369 unordered = 1;
1371 unordered = 0;
1375 if ((unordered == 0) || (asoc->idata_supported)) {
1400 if ((asoc->idata_supported == 0) && (unordered == 1)) {
1879 * unordered chunk
1882 "All fragments of a user message must be ordered or unordered (TSN=%8.8x)",
1888 * We can't have a switched unordered with a
1892 "All fragments of a user message must be ordered or unordered (TSN=%8.8x)",
1901 * ordered) or in the same Stream for unordered.