Home
last modified time | relevance | path

Searched refs:user_marks_eor (Results 1 – 1 of 1) sorted by relevance

/src/sys/netinet/
H A Dsctp_output.c12395 int user_marks_eor, in sctp_copy_resume() argument
12403 (M_PKTHDR | (user_marks_eor ? M_EOR : 0))); in sctp_copy_resume()
12437 int user_marks_eor, in sctp_copy_it_in() argument
12469 ((user_marks_eor == 0) || in sctp_copy_it_in()
12471 (user_marks_eor && (srcv->sinfo_flags & SCTP_EOR)))) { in sctp_copy_it_in()
12583 int user_marks_eor; in sctp_lower_sosend() local
12653 user_marks_eor = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_EXPLICIT_EOR); in sctp_lower_sosend()
12654 if ((uio == NULL) && (user_marks_eor != 0)) { in sctp_lower_sosend()
13046 if (user_marks_eor == 0) { in sctp_lower_sosend()
13054 (user_marks_eor == 0)) { in sctp_lower_sosend()
[all …]