Searched refs:ire_s (Results 1 – 2 of 2) sorted by relevance
258 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 */
979 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 { struct2624 struct ire_s *ire_next; /* The hash chain must be first. */ argument2625 struct ire_s **ire_ptpn; /* Pointer to previous next. */ argument