Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/
H A Dtrill.c382 uint16_t ournick, adjnick, treeroot; in trill_recv() local
420 treeroot = tip->ti_treeroot; in trill_recv()
534 trillhdr->th_egressnick != treeroot) { in trill_recv()
1270 uint16_t treeroot; in trill_do_ioctl() local
1274 if (ddi_copyin(arg, &treeroot, sizeof (treeroot), mode) != 0) in trill_do_ioctl()
1276 if (!VALID_NICK(treeroot)) in trill_do_ioctl()
1279 tip->ti_treeroot = treeroot; in trill_do_ioctl()