Searched defs:ire_s (Results 1 – 1 of 1) sorted by relevance
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. */ argument2642 pfiresend_t ire_sendfn; /* Send side handling */ argument2643 pfirepostfrag_t ire_postfragfn; /* Bottom end of send handling */2645 uint_t ire_masklen; /* # bits in ire_mask{,_v6} */2646 ire_addr_u_t ire_u; /* IPv4/IPv6 address info. */2648 irb_t *ire_bucket; /* Hash bucket when ire_ptphn is set */2649 kmutex_t ire_lock;2650 clock_t ire_last_used_time; /* For IRE_LOCAL reception */[all …]