Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/
H A Dip_stack.h258 struct ire_s *ips_ire_reject_v4; /* For unreachable dests */
259 struct ire_s *ips_ire_reject_v6; /* For unreachable dests */
260 struct ire_s *ips_ire_blackhole_v4; /* For temporary failures */
261 struct ire_s *ips_ire_blackhole_v6; /* For temporary failures */
H A Dip.h979 struct ire_s *ipif_ire_local; /* Our IRE_LOCAL or LOOPBACK */
980 struct ire_s *ipif_ire_if; /* Our IRE_INTERFACE */
1266 struct ire_s *irb_ire; /* First ire in this bucket */
1296 struct ire_s;
1297 typedef struct ire_s ire_t;
2623 struct ire_s { struct
2624 struct ire_s *ire_next; /* The hash chain must be first. */ argument
2625 struct ire_s **ire_ptpn; /* Pointer to previous next. */ argument