Searched refs:sctp_frag_point (Results 1 – 9 of 9) sorted by relevance
128 n_inp->sctp_frag_point = inp->sctp_frag_point; in sctp_do_peeloff()244 n_inp->sctp_frag_point = inp->sctp_frag_point; in sctp_get_peeloff()
494 uint32_t sctp_frag_point; member
1062 uint32_t sctp_frag_point; member
2751 if (inp->sctp_frag_point >= SCTP_DEFAULT_MAXSEGMENT)2754 av->assoc_value = inp->sctp_frag_point - ovh;5897 stcb->asoc.sctp_frag_point = (av->assoc_value + ovh);5899 stcb->asoc.sctp_frag_point = SCTP_DEFAULT_MAXSEGMENT;5910 inp->sctp_frag_point = (av->assoc_value + ovh);5912 inp->sctp_frag_point = SCTP_DEFAULT_MAXSEGMENT;
522 xinpcb.fragmentation_point = inp->sctp_frag_point;
1190 asoc->sctp_frag_point = inp->sctp_frag_point; in sctp_init_asoc()1296 asoc->smallest_mtu = inp->sctp_frag_point; in sctp_init_asoc()
3033 inp->sctp_frag_point = (*inp_p)->sctp_frag_point;
6828 if (stcb->asoc.sctp_frag_point > asoc->smallest_mtu)6831 siz = (stcb->asoc.sctp_frag_point - ovh);
2823 inp->sctp_frag_point = SCTP_DEFAULT_MAXSEGMENT;