Lines Matching refs:frag_point

6291 	uint32_t frag_point, overhead;  in sctp_get_frag_point()  local
6321 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() argument
7205 if (SCTP_SB_LIMIT_SND(stcb->sctp_socket) < frag_point) { in sctp_can_we_split_this()
7217 if (space_left >= min(SCTP_BASE_SYSCTL(sctp_min_split_point), frag_point)) { in sctp_can_we_split_this()
7219 return (min(space_left, frag_point)); in sctp_can_we_split_this()
7230 uint32_t frag_point, in sctp_move_to_outqueue() argument
7342 to_move = min(length, frag_point); in sctp_move_to_outqueue()
7362 to_move = sctp_can_we_split_this(stcb, length, space_left, frag_point, eeor_mode); in sctp_move_to_outqueue()
7698 uint32_t frag_point, int eeor_mode, int *quit_now, in sctp_fill_outqueue() argument
7735 frag_point, &giveup, eeor_mode, in sctp_fill_outqueue()
7819 uint32_t frag_point, int so_locked) in sctp_med_chunk_output() argument
7978 sctp_fill_outqueue(stcb, net, frag_point, eeor_mode, &quit_now, so_locked); in sctp_med_chunk_output()
10049 uint32_t frag_point = sctp_get_frag_point(stcb); in sctp_chunk_output() local
10100 &now, &now_filled, frag_point, so_locked); in sctp_chunk_output()
10125 &now, &now_filled, frag_point, so_locked); in sctp_chunk_output()
10152 &now, &now_filled, frag_point, so_locked); in sctp_chunk_output()
10216 &now, &now_filled, frag_point, so_locked); in sctp_chunk_output()