Lines Matching defs:user_marks_eor
12397 int user_marks_eor,
12405 (M_PKTHDR | (user_marks_eor ? M_EOR : 0)));
12439 int user_marks_eor,
12471 ((user_marks_eor == 0) ||
12473 (user_marks_eor && (srcv->sinfo_flags & SCTP_EOR)))) {
12585 int user_marks_eor;
12655 user_marks_eor = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_EXPLICIT_EOR);
12656 if ((uio == NULL) && (user_marks_eor != 0)) {
13048 if (user_marks_eor == 0) {
13056 (user_marks_eor == 0)) {
13086 if ((user_marks_eor == 0) &&
13092 if (user_marks_eor != 0) {
13194 sp = sctp_copy_it_in(stcb, asoc, sndrcvninfo, uio, net, max_len, user_marks_eor, &error);
13302 mm = sctp_copy_resume(uio, (int)max_len, user_marks_eor, &error, &sndout, &new_tail);
13349 ((user_marks_eor == 0) ||
13351 (user_marks_eor && (sinfo_flags & SCTP_EOR)))) {