Home
last modified time | relevance | path

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

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