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;
79 LIST_HEAD(soflow_hash_head, soflow_hash_entry); argument
93 struct soflow_hash_entry *soflow_db_only_entry;
105 bool soflow_fill_hash_entry_from_address(struct soflow_hash_entry *, bool, struct sockaddr *, bool);
106 bool soflow_fill_hash_entry_from_inp(struct soflow_hash_entry *, bool, struct inpcb *, bool);
111 typedef bool (*soflow_feat_gc_needed_func)(struct socket *so, struct soflow_hash_entry *hash_entry,…
114 typedef bool (*soflow_feat_gc_perform_func)(struct socket *so, struct soflow_hash_entry *hash_entry…
117 typedef bool (*soflow_feat_detach_entry_func)(struct socket *so, struct soflow_hash_entry *hash_ent…
126 struct soflow_hash_entry *hash_entry,