Lines Matching refs:eh
75 const struct ether_header *eh;
81 eh = agr_m_extract(m, off, sizeof(*eh), &eh_store);
82 if (eh == NULL) {
86 hash = HASH(&eh->ether_dhost, sizeof(eh->ether_dhost), hash);
87 hash = HASH(&eh->ether_shost, sizeof(eh->ether_shost), hash);
88 etype = eh->ether_type;
102 off += sizeof(*vlanhdr) - sizeof(*eh);
110 off += sizeof(*eh);