Lines Matching refs:trill_header_t
114 extra_hdr_len = (trill_hdr_ok ? 0 : sizeof (trill_header_t)) + in create_trill_header()
132 trill_header_t *thp; in create_trill_header()
134 thp = (trill_header_t *)hdr_mp->b_wptr; in create_trill_header()
135 (void) memset(thp, 0, sizeof (trill_header_t)); in create_trill_header()
138 hdr_mp->b_wptr += sizeof (trill_header_t); in create_trill_header()
201 trill_header_t *trillhdr; in trill_dest_fwd()
236 if (!pullupmsg(fwd_mp, ethhdrlen + sizeof (trill_header_t))) in trill_dest_fwd()
258 DTRACE_PROBE1(trill__dest__fwd__tx, trill_header_t *, &trillhdr); in trill_dest_fwd()
379 trill_header_t *trillhdr; in trill_recv()
397 min_size = sizeof (trill_header_t); in trill_recv()
404 trillhdr = (trill_header_t *)mp->b_rptr; in trill_recv()
407 trill_header_t *, trillhdr); in trill_recv()
415 trill_header_t *, trillhdr); in trill_recv()
434 trillhdr = (trill_header_t *)mp->b_rptr; in trill_recv()
436 trillhdrlen = sizeof (trill_header_t) + in trill_recv()
451 trillhdr = (trill_header_t *)mp->b_rptr; in trill_recv()
473 trill_header_t *, trillhdr); in trill_recv()
510 trill_header_t *, trillhdr, trill_node_t *, dest); in trill_recv()
538 trill_header_t *, trillhdr, trill_node_t *, in trill_recv()
549 DTRACE_PROBE2(trill__recv__multidest, trill_header_t *, in trill_recv()