Home
last modified time | relevance | path

Searched defs:nce_s (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dip_ndp.h118 struct nce_s { struct
119 list_node_t nce_node;
120 ill_t *nce_ill;
121 boolean_t nce_is_condemned;
122 in6_addr_t nce_addr;
126 mblk_t *nce_dlur_mp; /* DL_UNITDATA_REQ mp */
127 mblk_t *nce_fp_mp; /* fast path mp */
128 struct ncec_s *nce_common;
129 kmutex_t nce_lock;
130 uint32_t nce_refcnt;
[all …]