Searched defs:ncec_next (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dip_ndp.h68 struct ncec_s *ncec_next; /* Hash chain next pointer */ member in struct:ncec_s
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_ndp.c105 * ncec_next. ncec_lock protects the contents of the NCE (particularly
426 ncec1 = ncec->ncec_next;
430 ncec1 = ncec->ncec_next;
435 ncec->ncec_next = NULL;
436 ncec->ncec_next = *free_nce_list;
522 ncec1 = ncec->ncec_next;
527 ncec->ncec_next = NULL;
530 /* Removed from ncec_ptpn/ncec_next list */
612 ncec_t *ncec_next; local
616 ncec_next
[all...]

Completed in 48 milliseconds