Searched refs:IFBF_FILT_USEIPF (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dif_bridgevar.h203 #define IFBF_FILT_USEIPF 0x00000001 /* run pfil hooks on the bridge macro
213 #define IFBF_FILT_DEFAULT ( IFBF_FILT_USEIPF | IFBF_FILT_MEMBER )
215 #define IFBF_FILT_DEFAULT (IFBF_FILT_USEIPF | \
H A Dif_bridge.c1064 sc->sc_filter_flags &= ~IFBF_FILT_USEIPF;
2541 if (param->ifbrp_filter & IFBF_FILT_USEIPF)

Completed in 20 milliseconds