Searched refs:sctp_frag_point (Results 1 – 9 of 9) sorted by relevance
122 n_inp->sctp_frag_point = inp->sctp_frag_point; in sctp_do_peeloff()
399 uint32_t sctp_frag_point; member
1001 uint32_t sctp_frag_point; member
2069 if (inp->sctp_frag_point >= SCTP_DEFAULT_MAXSEGMENT)2072 av->assoc_value = inp->sctp_frag_point - ovh;4991 stcb->asoc.sctp_frag_point = (av->assoc_value + ovh);4993 stcb->asoc.sctp_frag_point = SCTP_DEFAULT_MAXSEGMENT;5007 inp->sctp_frag_point = (av->assoc_value + ovh);5009 inp->sctp_frag_point = SCTP_DEFAULT_MAXSEGMENT;
411 xinpcb.fragmentation_point = inp->sctp_frag_point; in sctp_sysctl_handle_assoclist()
1152 asoc->sctp_frag_point = inp->sctp_frag_point; in sctp_init_asoc()1245 asoc->smallest_mtu = inp->sctp_frag_point; in sctp_init_asoc()
2693 inp->sctp_frag_point = (*inp_p)->sctp_frag_point; in sctp_handle_cookie_echo()
6233 if (stcb->asoc.sctp_frag_point > asoc->smallest_mtu) in sctp_get_frag_point()6236 siz = (stcb->asoc.sctp_frag_point - ovh); in sctp_get_frag_point()
2430 inp->sctp_frag_point = SCTP_DEFAULT_MAXSEGMENT; in sctp_inpcb_alloc()