mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Catch up with bpf_mtap() changes.
This commit is contained in:
parent
2d6bcb381e
commit
fae930213c
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ typedef struct _pdq_os_ctx_t {
|
|||
#define PDQ_OS_TX_TIMEOUT 5 /* seconds */
|
||||
|
||||
#define PDQ_OS_IFP_TO_SOFTC(ifp) ((pdq_softc_t *) (ifp)->if_softc)
|
||||
#define PDQ_BPF_MTAP(sc, m) bpf_mtap(&(sc)->arpcom.ac_if, m)
|
||||
#define PDQ_BPF_MTAP(sc, m) BPF_MTAP(&(sc)->arpcom.ac_if, m)
|
||||
|
||||
#endif /* PDQ_OSSUPPORT */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue