bif_mac_check_receive
if (bp->bif_methods->bif_mac_check_receive != NULL)
return (bp->bif_methods->bif_mac_check_receive(bp->bif_softc,
if (bif_mac_check_receive(bp, d) == 0)
if (bif_mac_check_receive(bp, d) == 0)
if (bif_mac_check_receive(bp, d) == 0)
bif_mac_check_receive_t *bif_mac_check_receive;
.bif_mac_check_receive = bpf_ifnet_mac_check_receive,