diff options
Diffstat (limited to 'usr/src/uts/common/inet/ip/ip_squeue.c')
-rw-r--r-- | usr/src/uts/common/inet/ip/ip_squeue.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/common/inet/ip/ip_squeue.c b/usr/src/uts/common/inet/ip/ip_squeue.c index 417b1580eb..5c1da7c964 100644 --- a/usr/src/uts/common/inet/ip/ip_squeue.c +++ b/usr/src/uts/common/inet/ip/ip_squeue.c @@ -596,7 +596,7 @@ ip_squeue_soft_ring_affinity(void *arg) /* ARGSUSED */ void ip_soft_ring_assignment(ill_t *ill, ill_rx_ring_t *ip_ring, -mblk_t *mp_chain, size_t hdrlen) + mblk_t *mp_chain, struct mac_header_info_s *mhip) { ip_taskq_arg_t *taskq_arg; boolean_t refheld; @@ -645,7 +645,7 @@ mblk_t *mp_chain, size_t hdrlen) kmem_free(taskq_arg, sizeof (ip_taskq_arg_t)); out: - ip_input(ill, NULL, mp_chain, hdrlen); + ip_input(ill, NULL, mp_chain, mhip); } static squeue_t * |