Lines Matching refs:soflow_hash_entry
32 struct soflow_hash_entry { struct
33 LIST_ENTRY(soflow_hash_entry) soflow_entry_link;
34 TAILQ_ENTRY(soflow_hash_entry) soflow_entry_list_link;
82 LIST_HEAD(soflow_hash_head, soflow_hash_entry); argument
96 struct soflow_hash_entry *soflow_db_only_entry;
108 bool soflow_fill_hash_entry_from_address(struct soflow_hash_entry *, bool, struct sockaddr *, bool);
109 bool soflow_fill_hash_entry_from_inp(struct soflow_hash_entry *, bool, struct inpcb *, bool);
114 typedef bool (*soflow_feat_gc_needed_func)(struct socket *so, struct soflow_hash_entry *hash_entry,…
117 typedef bool (*soflow_feat_gc_perform_func)(struct socket *so, struct soflow_hash_entry *hash_entry…
120 typedef bool (*soflow_feat_detach_entry_func)(struct socket *so, struct soflow_hash_entry *hash_ent…
129 struct soflow_hash_entry *hash_entry,