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

/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dclassifier-objects.h165 typedef struct node_s *node_p;
166 typedef struct node_s { struct
/illumos-gate/usr/src/uts/common/inet/nca/
H A Dnca.h343 struct node_s *head;
362 typedef struct node_s { struct
371 struct node_s *plrunn; /* Phys LRU list next node_t */
372 struct node_s *plrupn; /* Phys LRU list previous node_t */
373 struct node_s *vlrunn; /* Virt LRU list next node_t */
374 struct node_s *vlrupn; /* Virt LRU list previous node_t */
378 struct node_s *hashnext; /* hash list next node_t */
379 struct node_s *ctaghashnext; /* ctaghash list next node_t */
382 struct node_s *next; /* needed if data is in chunks */
383 struct node_s *bac
[all...]

Completed in 50 milliseconds