Searched refs:frag_point (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/sys/netinet/ |
| HD | sctp_output.c | 6529 struct timeval *now, int *now_filled, int frag_point, int so_locked 6720 int frag_point; in sctp_sendall_iterator() local 6722 frag_point = sctp_get_frag_point(stcb, &stcb->asoc); in sctp_sendall_iterator() 6724 &reason, 1, 1, &now, &now_filled, frag_point, SCTP_SO_NOT_LOCKED); in sctp_sendall_iterator() 7040 uint32_t goal_mtu, uint32_t frag_point, int eeor_on) in sctp_can_we_split_this() argument 7077 if (SCTP_SB_LIMIT_SND(stcb->sctp_socket) < frag_point) { in sctp_can_we_split_this() 7089 if (goal_mtu >= min(SCTP_BASE_SYSCTL(sctp_min_split_point), frag_point)) { in sctp_can_we_split_this() 7091 return (min(goal_mtu, frag_point)); in sctp_can_we_split_this() 7102 uint32_t frag_point, in sctp_move_to_outqueue() argument 7245 to_move = min(length, frag_point); in sctp_move_to_outqueue() [all …]
|