[BACK]Return to sctp_output.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / netinet

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/netinet/sctp_output.c between version 1.19 and 1.20

version 1.19, 2019/11/13 02:51:22 version 1.20, 2019/12/03 03:25:28
Line 5780  sctp_med_chunk_output(struct sctp_inpcb 
Line 5780  sctp_med_chunk_output(struct sctp_inpcb 
                                                 }                                                  }
                                                 return (ENOMEM);                                                  return (ENOMEM);
                                         }                                          }
                                         /* upate our MTU size */                                          /* update our MTU size */
                                         /* Do clear IP_DF ? */                                          /* Do clear IP_DF ? */
                                         if (chk->flags & CHUNK_FLAGS_FRAGMENT_OK) {                                          if (chk->flags & CHUNK_FLAGS_FRAGMENT_OK) {
                                                 no_fragmentflg = 0;                                                  no_fragmentflg = 0;
Line 6679  sctp_chunk_retransmission(struct sctp_in
Line 6679  sctp_chunk_retransmission(struct sctp_in
                         if (m == NULL) {                          if (m == NULL) {
                                 return (ENOMEM);                                  return (ENOMEM);
                         }                          }
                         /* upate our MTU size */                          /* update our MTU size */
                         /* Do clear IP_DF ? */                          /* Do clear IP_DF ? */
                         if (chk->flags & CHUNK_FLAGS_FRAGMENT_OK) {                          if (chk->flags & CHUNK_FLAGS_FRAGMENT_OK) {
                                 no_fragmentflg = 0;                                  no_fragmentflg = 0;
Line 6710  sctp_chunk_retransmission(struct sctp_in
Line 6710  sctp_chunk_retransmission(struct sctp_in
                                         if (m == NULL) {                                          if (m == NULL) {
                                                 return (ENOMEM);                                                  return (ENOMEM);
                                         }                                          }
                                         /* upate our MTU size */                                          /* update our MTU size */
                                         /* Do clear IP_DF ? */                                          /* Do clear IP_DF ? */
                                         if (fwd->flags & CHUNK_FLAGS_FRAGMENT_OK) {                                          if (fwd->flags & CHUNK_FLAGS_FRAGMENT_OK) {
                                                 no_fragmentflg = 0;                                                  no_fragmentflg = 0;

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

CVSweb <webmaster@jp.NetBSD.org>