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

/illumos-gate/usr/src/uts/common/net/
H A Dtrill.h135 } trill_nickinfo_t; typedef in typeref:struct:trill_nickinfo_s
144 /* Access the adjacency nick list at the end of trill_nickinfo_t */
145 #define TNI_ADJNICKSPTR(v) ((uint16_t *)((trill_nickinfo_t *)(v)+1))
148 /* Access the DT root nick list in trill_nickinfo_t after adjacency nicks */
152 /* Access the VLAN filter list in trill_nickinfo_t after DT Roots */
157 #define TNI_TOTALSIZE(v) (sizeof (trill_nickinfo_t) + \
/illumos-gate/usr/src/uts/common/io/
H A Dtrill_impl.h134 trill_nickinfo_t *tn_ni;
138 /* Limit to alloc max 1MB per trill_nickinfo_t received from user daemon */
H A Dtrill.c1102 trill_nickinfo_t *tni;
1163 trill_nickinfo_t tnihdr;
1166 if (ddi_copyin(arg, &tnihdr, sizeof (trill_nickinfo_t), mode) != 0)
1171 DTRACE_PROBE1(trill__add__nick__bad, trill_nickinfo_t *,
1322 trill_nickinfo_t *tnip;
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dnet.c1413 trill_nickinfo_t tni;

Completed in 65 milliseconds