Home
last modified time | relevance | path

Searched refs:ire_s (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dip_stack.h267 struct ire_s *ips_ire_reject_v4; /* For unreachable dests */
268 struct ire_s *ips_ire_reject_v6; /* For unreachable dests */
269 struct ire_s *ips_ire_blackhole_v4; /* For temporary failures */
270 struct ire_s *ips_ire_blackhole_v6; /* For temporary failures */
H A Dip.h980 struct ire_s *ipif_ire_local; /* Our IRE_LOCAL or LOOPBACK */
981 struct ire_s *ipif_ire_if; /* Our IRE_INTERFACE */
1267 struct ire_s *irb_ire; /* First ire in this bucket */
1297 struct ire_s;
1298 typedef struct ire_s ire_t;
2629 struct ire_s { struct
2630 struct ire_s *ire_next; /* The hash chain must be first. */ argument
2631 struct ire_s **ire_ptpn; /* Pointer to previous next. */ argument