EBT_802_3_SAP
#define EBT_802_3_MASK (EBT_802_3_SAP | EBT_802_3_TYPE | EBT_802_3)
if (info->bitmask & EBT_802_3_SAP) {
if (NF_INVF(info, EBT_802_3_SAP, info->sap != hdr->llc.ui.ssap))
if (NF_INVF(info, EBT_802_3_SAP, info->sap != hdr->llc.ui.dsap))