Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dip.h2629 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
2648 pfiresend_t ire_sendfn; /* Send side handling */ argument
2649 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 …]