Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_trill.c40 struct ether_header *inner_ethhdr; in interpret_trill() local
91 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()
/illumos-gate/usr/src/uts/common/io/
H A Dtrill.c153 struct ether_header *inner_ethhdr; in trill_recv_local() local
156 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()