Home
last modified time | relevance | path

Searched refs:l2_hdr (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.1.9/bsd/skywalk/nexus/
H A Dnexus_traffic_rule_eth.c134 uint8_t *pkt_buf, *l2_hdr; in parse_eth_hdr() local
150 l2_hdr = pkt_buf + pkt->pkt_headroom; in parse_eth_hdr()
151 _l2 = (volatile ether_header_t *)(void *)l2_hdr; in parse_eth_hdr()