Searched defs:nce_s (Results 1 – 1 of 1) sorted by relevance
114 struct nce_s { struct115 list_node_t nce_node;116 ill_t *nce_ill;117 boolean_t nce_is_condemned;118 in6_addr_t nce_addr;122 mblk_t *nce_dlur_mp; /* DL_UNITDATA_REQ mp */123 mblk_t *nce_fp_mp; /* fast path mp */124 struct ncec_s *nce_common;125 kmutex_t nce_lock;126 uint32_t nce_refcnt;[all …]