summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_ip_input.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netgraph/ng_ip_input.c')
-rw-r--r--sys/netgraph/ng_ip_input.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netgraph/ng_ip_input.c b/sys/netgraph/ng_ip_input.c
index eb8a74d..bb24c64 100644
--- a/sys/netgraph/ng_ip_input.c
+++ b/sys/netgraph/ng_ip_input.c
@@ -125,8 +125,7 @@ ngipi_rcvdata(hook_p hook, item_p item)
NGI_GET_M(item, m);
NG_FREE_ITEM(item);
- schednetisr(NETISR_IP);
- (void) IF_HANDOFF(&ipintrq, m, NULL);
+ netisr_dispatch(NETISR_IP, m);
return 0;
}
OpenPOWER on IntegriCloud