Searched refs:end_mp (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_output.c696 mblk_t *end_mp = NULL; local
769 linkb(end_mp, nmp);
771 end_mp = nmp;
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c3015 * of the original mblk chain will be returned in *offset and *end_mp.
3019 mblk_t **end_mp, uint32_t seq, boolean_t sendall, uint32_t *seg_len,
3061 /* We use offset as an indicator that end_mp is not NULL. */
3062 *end_mp = NULL;
3096 *end_mp = mp;
3018 tcp_xmit_mp(tcp_t *tcp, mblk_t *mp, int32_t max_to_send, int32_t *offset, mblk_t **end_mp, uint32_t seq, boolean_t sendall, uint32_t *seg_len, boolean_t rexmit) argument
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c5723 * of the original mblk chain will be returned in *offset and *end_mp.
5727 mblk_t **end_mp, uint32_t seq, boolean_t sendall, uint32_t *seg_len,
5767 /* We use offset as an indicator that end_mp is not NULL. */
5768 *end_mp = NULL;
5802 *end_mp = mp;
5726 tcp_xmit_mp(tcp_t *tcp, mblk_t *mp, int32_t max_to_send, int32_t *offset, mblk_t **end_mp, uint32_t seq, boolean_t sendall, uint32_t *seg_len, boolean_t rexmit) argument

Completed in 82 milliseconds