Searched refs:inner_ethhdr (Results 1 – 2 of 2) sorted by relevance
40 struct ether_header *inner_ethhdr; in interpret_trill() local91 inner_ethhdr = (struct ether_header *)(data + trillhdrlen); in interpret_trill()92 if (inner_ethhdr->ether_type != htons(ETHERTYPE_VLAN)) { in interpret_trill()95 ntohs(inner_ethhdr->ether_type)); in interpret_trill()99 inner_ethvlanhdr = (struct ether_vlan_header *)inner_ethhdr; in interpret_trill()115 *e = inner_ethhdr; in interpret_trill()
153 struct ether_header *inner_ethhdr; in trill_recv_local() local156 inner_ethhdr = (struct ether_header *)mp->b_rptr; in trill_recv_local()157 DTRACE_PROBE1(trill__recv__local, struct ether_header *, inner_ethhdr); in trill_recv_local()