ETHERTYPE_SLOW
{ "slow", ETHERTYPE_SLOW },
eh->ether_type = htons(ETHERTYPE_SLOW);
eh->ether_type = htons(ETHERTYPE_SLOW);
if (__predict_true(eh->ether_type != htons(ETHERTYPE_SLOW) ||
if (ntohs(eh->ether_type) == ETHERTYPE_SLOW) {
du->ldu_eh.ether_type = htons(ETHERTYPE_SLOW);
mdu->mdu_eh.ether_type = htons(ETHERTYPE_SLOW);
case ETHERTYPE_SLOW: