Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp_peeloff.c128 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()
Dsctp_pcb.h494 uint32_t sctp_frag_point; member
Dsctp_structs.h1062 uint32_t sctp_frag_point; member
Dsctp_usrreq.c2751 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;
Dsctp_sysctl.c522 xinpcb.fragmentation_point = inp->sctp_frag_point;
Dsctputil.c1190 asoc->sctp_frag_point = inp->sctp_frag_point; in sctp_init_asoc()
1296 asoc->smallest_mtu = inp->sctp_frag_point; in sctp_init_asoc()
Dsctp_input.c3033 inp->sctp_frag_point = (*inp_p)->sctp_frag_point;
Dsctp_output.c6828 if (stcb->asoc.sctp_frag_point > asoc->smallest_mtu)
6831 siz = (stcb->asoc.sctp_frag_point - ovh);
Dsctp_pcb.c2823 inp->sctp_frag_point = SCTP_DEFAULT_MAXSEGMENT;