Lines Matching defs:frag_point
6293 uint32_t frag_point, overhead;
6323 frag_point = asoc->smallest_mtu - overhead;
6324 KASSERT(frag_point % 4 == 0,
6325 ("frag_point (%u) not a multiple of 4", frag_point));
6328 (asoc->sctp_frag_point < frag_point)) {
6329 frag_point = asoc->sctp_frag_point;
6331 return (frag_point);
6658 uint32_t frag_point, int so_locked);
7170 uint32_t space_left, uint32_t frag_point, int eeor_on)
7207 if (SCTP_SB_LIMIT_SND(stcb->sctp_socket) < frag_point) {
7219 if (space_left >= min(SCTP_BASE_SYSCTL(sctp_min_split_point), frag_point)) {
7221 return (min(space_left, frag_point));
7232 uint32_t frag_point,
7344 to_move = min(length, frag_point);
7364 to_move = sctp_can_we_split_this(stcb, length, space_left, frag_point, eeor_mode);
7700 uint32_t frag_point, int eeor_mode, int *quit_now,
7737 frag_point, &giveup, eeor_mode,
7821 uint32_t frag_point, int so_locked)
7980 sctp_fill_outqueue(stcb, net, frag_point, eeor_mode, &quit_now, so_locked);
10051 uint32_t frag_point = sctp_get_frag_point(stcb);
10102 &now, &now_filled, frag_point, so_locked);
10127 &now, &now_filled, frag_point, so_locked);
10154 &now, &now_filled, frag_point, so_locked);
10218 &now, &now_filled, frag_point, so_locked);