Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_trill.c45 size_t trillhdrlen; in interpret_trill() local
75 trillhdrlen = sizeof (trill_header_t) + optslen; in interpret_trill()
77 if (dlen < trillhdrlen) { in interpret_trill()
83 dlen -= trillhdrlen; in interpret_trill()
91 inner_ethhdr = (struct ether_header *)(data + trillhdrlen); in interpret_trill()
/illumos-gate/usr/src/uts/common/io/
H A Dtrill.c386 size_t trillhdrlen; in trill_recv() local
435 trillhdrlen = sizeof (trill_header_t) + in trill_recv()
443 ethhdr = (struct ether_header *)(mp->b_rptr + trillhdrlen); in trill_recv()
453 trillhdrlen); in trill_recv()
474 mp->b_rptr += trillhdrlen; in trill_recv()
562 mp->b_rptr += trillhdrlen; in trill_recv()