Searched refs:ip_xmit (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dip_ire.h305 extern int ip_xmit(mblk_t *, struct nce_s *,
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_output.c1295 err = ip_xmit(mp1, nce1, ixaflags, pkt_len, xmit_hint, szone,
1307 err = ip_xmit(mp, nce, ixaflags, pkt_len, xmit_hint, szone, 0,
H A Dip_output.c2127 * Those operations are performed on this packet in ip_xmit() and it would
2189 return (ip_xmit(mp, nce, ixaflags, pkt_len, xmit_hint, szone, 0,
2367 err = ip_xmit(mp1, nce1, ixaflags, pkt_len, xmit_hint, szone,
2379 err = ip_xmit(mp, nce, ixaflags, pkt_len, xmit_hint, szone, 0,
H A Dip6_ire.c133 ire->ire_postfragfn = ip_xmit; /* Common case */
H A Dip_input.c1210 ira->ira_xmit_hint, GLOBAL_ZONEID, 0, ip_xmit, NULL);
1224 (void) ip_xmit(mp, nce, ixaflags, pkt_len, ira->ira_xmit_hint,
H A Dip_ndp.c2924 * ip_xmit does not care since IXAF_NO_TRACE
2926 * time through ip_xmit.)
2928 (void) ip_xmit(mp, nce, ixaflags, pkt_len, 0,
5057 (void) ip_xmit(mp, under_nce, ixaflags, pkt_len, 0,
H A Dip6_input.c1134 (void) ip_xmit(mp, nce, IXAF_NO_DEV_FLOW_CTL,
H A Dip_ire.c550 ire->ire_postfragfn = ip_xmit; /* Common case */
H A Dip.c528 * (canput() fails), ip_xmit() drops the packet and returns EWOULDBLOCK to the
14418 ip_xmit(mblk_t *mp, nce_t *nce, iaflags_t ixaflags, uint_t pkt_len, function
14620 pr_addr_dbg("ip_xmit: state"
14630 ip1dbg(("ip_xmit: delta = %" PRId64
14657 pr_addr_dbg("ip_xmit: state"

Completed in 164 milliseconds