Searched refs:_bpf_mtap (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/net/ |
H A D | bpf.c | 114 int _bpf_mtap(caddr_t, const struct mbuf *, const struct mbuf *, u_int); 1339 return _bpf_mtap(arg, m, m, direction); in bpf_mtap() 1343 _bpf_mtap(caddr_t arg, const struct mbuf *mp, const struct mbuf *m, in _bpf_mtap() function 1483 return _bpf_mtap(arg, m, m0, direction); in bpf_mtap_hdr() 1524 return _bpf_mtap(arg, m, m, direction); in bpf_mtap_ether() 1545 return _bpf_mtap(arg, m, (struct mbuf *)&mh, direction); in bpf_mtap_ether()
|