Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_htable.h37 typedef struct iphtable_s { struct
39 struct iphtable_s *iph_next, **iph_pnext; argument
40 struct iphtent_s **iph_table;
41 struct iphtent_s *iph_list;
42 size_t iph_size; /* size of hash table */
43 u_long iph_seed; /* hashing seed */
44 u_32_t iph_flags;
45 u_int iph_unit; /* IPL_LOG* */
46 u_int iph_ref;
47 u_int iph_type; /* lookup or group map - IPHASH_* */
[all …]