Searched refs:frag_point (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctp_output.c | 6741 int frag_point; in sctp_sendall_iterator() local 6743 frag_point = sctp_get_frag_point(stcb, &stcb->asoc); in sctp_sendall_iterator() 7118 return (min(space_left, frag_point)); in sctp_can_we_split_this() 7128 uint32_t frag_point, in sctp_move_to_outqueue() argument 7264 to_move = min(length, frag_point); in sctp_move_to_outqueue() 10008 &now, &now_filled, frag_point, so_locked); in sctp_chunk_output() 10033 &now, &now_filled, frag_point, so_locked); in sctp_chunk_output() 10060 &now, &now_filled, frag_point, so_locked); in sctp_chunk_output() 10124 &now, &now_filled, frag_point, so_locked); in sctp_chunk_output() 13649 int num_out, reason, frag_point; in sctp_lower_sosend() local [all …]
|