summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_bpf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netgraph/ng_bpf.c')
-rw-r--r--sys/netgraph/ng_bpf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netgraph/ng_bpf.c b/sys/netgraph/ng_bpf.c
index 8b09b6a..49cc3e7 100644
--- a/sys/netgraph/ng_bpf.c
+++ b/sys/netgraph/ng_bpf.c
@@ -196,7 +196,6 @@ static struct ng_type typestruct = {
NULL,
NULL,
ng_bpf_rcvdata,
- ng_bpf_rcvdata,
ng_bpf_disconnect,
ng_bpf_cmdlist
};
@@ -375,7 +374,7 @@ done:
*/
static int
ng_bpf_rcvdata(hook_p hook, struct mbuf *m, meta_p meta,
- struct mbuf **ret_m, meta_p *ret_meta)
+ struct mbuf **ret_m, meta_p *ret_meta, struct ng_mesg **resp)
{
const hinfo_p hip = hook->private;
int totlen = m->m_pkthdr.len;
OpenPOWER on IntegriCloud