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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6.c3639 * to ip_reassemble which has to mark the pieces and
3669 * ipf_hole_cnt is set by ip_reassemble.
3670 * ipf_count is updated by ip_reassemble.
3675 (void) ip_reassemble(mp, ipf, offset, more_frags, ill,
3738 * Call ip_reassemble().
3751 ret = ip_reassemble(mp, ipf, offset, more_frags, ill, msg_len);
H A Dip.c6669 * after the call to ip_reassemble().
6672 ip_reassemble(mblk_t *mp, ipf_t *ipf, uint_t start, boolean_t more, ill_t *ill, function
7259 * to ip_reassemble which has to mark the pieces and
7287 * ipf_hole_cnt is set by ip_reassemble.
7288 * ipf_count is updated by ip_reassemble.
7293 (void) ip_reassemble(mp, ipf,
7362 ret = ip_reassemble(mp, ipf,
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h196 * b_cont. These macros are used in ip_reassemble() so we don't have to see
3248 extern int ip_reassemble(mblk_t *, ipf_t *, uint_t, boolean_t, ill_t *,

Completed in 93 milliseconds