Searched refs:frag_point (Results 1 – 1 of 1) sorted by relevance
6291 uint32_t frag_point, overhead; in sctp_get_frag_point() local6321 frag_point = asoc->smallest_mtu - overhead; in sctp_get_frag_point()6322 KASSERT(frag_point % 4 == 0, in sctp_get_frag_point()6323 ("frag_point (%u) not a multiple of 4", frag_point)); in sctp_get_frag_point()6326 (asoc->sctp_frag_point < frag_point)) { in sctp_get_frag_point()6327 frag_point = asoc->sctp_frag_point; in sctp_get_frag_point()6329 return (frag_point); in sctp_get_frag_point()6656 uint32_t frag_point, int so_locked);7168 uint32_t space_left, uint32_t frag_point, int eeor_on) in sctp_can_we_split_this() argument7205 if (SCTP_SB_LIMIT_SND(stcb->sctp_socket) < frag_point) { in sctp_can_we_split_this()[all …]