Lines Matching refs:neh
11525 struct ether_header *neh; in BCMFASTPATH() local
11536 neh = (struct ether_header *)PKTPUSH(osh, p, DOT11_LLC_SNAP_HDR_LEN); in BCMFASTPATH()
11539 eacopy((char*)eh->ether_dhost, (char*)neh->ether_dhost); in BCMFASTPATH()
11540 eacopy((char*)eh->ether_shost, (char*)neh->ether_shost); in BCMFASTPATH()
11542 neh->ether_type = hton16(plen); in BCMFASTPATH()
11545 lsh = (struct dot11_llc_snap_header *)&neh[1]; in BCMFASTPATH()
11619 struct ether_header *neh; in BCMFASTPATH() local
11634 neh = (struct ether_header *)PKTPUSH(osh, p, 2 * DOT11_LLC_SNAP_HDR_LEN); in BCMFASTPATH()
11637 eacopy((char*)eh->ether_dhost, (char*)neh->ether_dhost); in BCMFASTPATH()
11638 eacopy((char*)eh->ether_shost, (char*)neh->ether_shost); in BCMFASTPATH()
11640 neh->ether_type = hton16(plen); in BCMFASTPATH()
11643 lsh = (struct dot11_llc_snap_header *)&neh[1]; in BCMFASTPATH()