Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_trill.c67 "Hop count = %d", trillhdr->th_hopcount); in interpret_trill()
107 trillhdr->th_hopcount, in interpret_trill()
/illumos-gate/usr/src/uts/common/net/
H A Dtrill.h92 uint8_t th_hopcount : 6; member
94 uint8_t th_hopcount : 6; member
/illumos-gate/usr/src/uts/common/io/
H A Dtrill.c135 thp->th_hopcount = TRILL_DEFAULT_HOPS; in create_trill_header()
252 ASSERT(trillhdr->th_hopcount != 0); in trill_dest_fwd()
253 trillhdr->th_hopcount--; in trill_dest_fwd()
476 } else if (trillhdr->th_hopcount > 0) { in trill_recv()
544 if (trillhdr->th_hopcount == 0) in trill_recv()