Searched defs:hash_entry (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215.1.10/bsd/kern/ |
| H A D | socket_flows.c | 396 struct soflow_hash_entry *hash_entry = NULL; in soflow_db_init() local 415 soflow_entry_free(struct soflow_hash_entry *hash_entry) in soflow_entry_free() 428 soflow_db_remove_entry(struct soflow_db *db, struct soflow_hash_entry *hash_entry) in soflow_db_remove_entry() 648 struct soflow_hash_entry *hash_entry = NULL; in soflow_db_get_feature_context() local 688 struct soflow_hash_entry *hash_entry = NULL; in soflow_db_get_feature_context_id() local 944 struct soflow_hash_entry *hash_entry = (struct soflow_hash_entry *) ctx; in soflow_nstat_provider_request_vals() local 1065 struct soflow_hash_entry *hash_entry = (struct soflow_hash_entry *) ctx; in soflow_nstat_provider_request_extensions() local 1117 soflow_update_flow_stats(struct soflow_hash_entry *hash_entry, size_t data_size, bool outgoing) in soflow_update_flow_stats() 1138 struct soflow_hash_entry *hash_entry = NULL; in soflow_get_flow() local 1350 soflow_gc_idle_timed_out(struct soflow_hash_entry *hash_entry, int timeout, u_int64_t current_time) in soflow_gc_idle_timed_out() [all …]
|
| /xnu-11215.1.10/bsd/net/ |
| H A D | content_filter.c | 2624 cfil_info_alloc(struct socket *so, struct soflow_hash_entry *hash_entry) in cfil_info_alloc() 3290 struct soflow_hash_entry hash_entry = {}; in cfil_dispatch_closed_event_sign() local 3404 struct soflow_hash_entry hash_entry; in cfil_dispatch_attach_event() local 6170 cfil_sock_udp_unlink_flow(struct socket *so, struct soflow_hash_entry *hash_entry, struct cfil_info… in cfil_sock_udp_unlink_flow() 6241 …ruct socket *so, uint32_t filter_control_unit, bool outgoing, struct soflow_hash_entry *hash_entry, in cfil_sock_udp_get_info() 6332 struct soflow_hash_entry *hash_entry) in cfil_sock_udp_handle_data() 6416 struct soflow_hash_entry *hash_entry, in cfil_filters_udp_attached_per_flow() 6533 struct soflow_hash_entry *hash_entry, in cfil_sock_udp_data_pending_per_flow() 6601 struct soflow_hash_entry *hash_entry, in cfil_sock_udp_notify_shutdown_per_flow() 6761 struct soflow_hash_entry *hash_entry, in cfil_sock_udp_is_closed_per_flow() [all …]
|