Searched refs:fwd_mp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dtrill.c195 trill_dest_fwd(trill_inst_t *tip, mblk_t *fwd_mp, uint16_t adj_nick, argument
222 fwd_mp = create_trill_header(tsock, fwd_mp, adj->tn_ni->tni_adjsnpa,
224 if (fwd_mp == NULL)
228 ethhdr = (struct ether_header *)fwd_mp->b_rptr;
235 if (!pullupmsg(fwd_mp, ethhdrlen + sizeof (trill_header_t)))
238 trillhdr = (struct trill_header *)(fwd_mp->b_rptr + ethhdrlen);
256 DB_CKSUMFLAGS(fwd_mp) = 0;
258 fwd_mp = bridge_trill_output(tsock->ts_link, fwd_mp);
291 mblk_t *fwd_mp; local
[all...]

Completed in 45 milliseconds