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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_peeloff.c126 n_inp->sctp_frag_point = inp->sctp_frag_point;
241 n_inp->sctp_frag_point = inp->sctp_frag_point;
H A Dsctp_pcb.h478 uint32_t sctp_frag_point; member in struct:sctp_inpcb
H A Dsctp_structs.h1040 uint32_t sctp_frag_point; member in struct:sctp_association
H A Dsctp_usrreq.c2743 if (inp->sctp_frag_point >= SCTP_DEFAULT_MAXSEGMENT)
2746 av->assoc_value = inp->sctp_frag_point - ovh;
5523 stcb->asoc.sctp_frag_point = (av->assoc_value + ovh);
5525 stcb->asoc.sctp_frag_point = SCTP_DEFAULT_MAXSEGMENT;
5535 inp->sctp_frag_point = (av->assoc_value + ovh);
5537 inp->sctp_frag_point = SCTP_DEFAULT_MAXSEGMENT;
H A Dsctputil.c986 asoc->sctp_frag_point = inp->sctp_frag_point;
1090 asoc->smallest_mtu = inp->sctp_frag_point;
H A Dsctp_sysctl.c520 xinpcb.fragmentation_point = inp->sctp_frag_point;
H A Dsctp_input.c2911 inp->sctp_frag_point = (*inp_p)->sctp_frag_point;
H A Dsctp_pcb.c2842 inp->sctp_frag_point = SCTP_DEFAULT_MAXSEGMENT;
H A Dsctp_output.c6642 if (stcb->asoc.sctp_frag_point > asoc->smallest_mtu)
6645 siz = (stcb->asoc.sctp_frag_point - ovh);

Completed in 4023 milliseconds