Searched defs:ire_s (Results 1 – 1 of 1) sorted by relevance
2629 struct ire_s { struct2630 struct ire_s *ire_next; /* The hash chain must be first. */ argument2631 struct ire_s **ire_ptpn; /* Pointer to previous next. */ argument2648 pfiresend_t ire_sendfn; /* Send side handling */ argument2649 pfirepostfrag_t ire_postfragfn; /* Bottom end of send handling */2651 uint_t ire_masklen; /* # bits in ire_mask{,_v6} */2652 ire_addr_u_t ire_u; /* IPv4/IPv6 address info. */2654 irb_t *ire_bucket; /* Hash bucket when ire_ptphn is set */2655 kmutex_t ire_lock;2656 clock_t ire_last_used_time; /* For IRE_LOCAL reception */[all …]