Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_trill.c39 trill_header_t *trillhdr; in interpret_trill() local
53 trillhdr = (trill_header_t *)data; in interpret_trill()
54 optslen = GET_TRILL_OPTS_LEN(trillhdr) * sizeof (uint32_t); in interpret_trill()
62 ntohs(trillhdr->th_egressnick)); in interpret_trill()
65 ntohs(trillhdr->th_ingressnick)); in interpret_trill()
67 "Hop count = %d", trillhdr->th_hopcount); in interpret_trill()
69 "Multi-destination = %d", trillhdr->th_multidest); in interpret_trill()
105 ntohs(trillhdr->th_egressnick), in interpret_trill()
106 ntohs(trillhdr->th_ingressnick), in interpret_trill()
107 trillhdr->th_hopcount, in interpret_trill()
[all …]
/titanic_50/usr/src/uts/common/io/
H A Dtrill.c200 trill_header_t *trillhdr; in trill_dest_fwd() local
238 trillhdr = (struct trill_header *)(fwd_mp->b_rptr + ethhdrlen); in trill_dest_fwd()
243 trillhdr->th_egressnick = (multidest ? dtnick:adj_nick); in trill_dest_fwd()
245 trillhdr->th_ingressnick = tip->ti_nick; in trill_dest_fwd()
247 if (!VALID_NICK(trillhdr->th_ingressnick)) in trill_dest_fwd()
252 ASSERT(trillhdr->th_hopcount != 0); in trill_dest_fwd()
253 trillhdr->th_hopcount--; in trill_dest_fwd()
257 DTRACE_PROBE1(trill__dest__fwd__tx, trill_header_t *, &trillhdr); in trill_dest_fwd()
378 trill_header_t *trillhdr; in trill_recv() local
403 trillhdr = (trill_header_t *)mp->b_rptr; in trill_recv()
[all …]