Catch up with bpf_mtap() changes.
This commit is contained in:
parent
e9cb4c3333
commit
9f76bd93cc
@ -152,7 +152,7 @@ typedef struct _pdq_os_ctx_t {
|
|||||||
#define PDQ_OS_TX_TIMEOUT 5 /* seconds */
|
#define PDQ_OS_TX_TIMEOUT 5 /* seconds */
|
||||||
|
|
||||||
#define PDQ_OS_IFP_TO_SOFTC(ifp) ((pdq_softc_t *) (ifp)->if_softc)
|
#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 */
|
#endif /* PDQ_OSSUPPORT */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user