Searched defs:hash_entry (Results 1 – 2 of 2) sorted by relevance
| /xnu-10002.41.9/bsd/kern/ |
| H A D | socket_flows.c | 399 struct soflow_hash_entry *hash_entry = NULL; in soflow_db_init() local 417 soflow_entry_free(struct soflow_hash_entry *hash_entry) in soflow_entry_free() 430 soflow_db_remove_entry(struct soflow_db *db, struct soflow_hash_entry *hash_entry) in soflow_db_remove_entry() 650 struct soflow_hash_entry *hash_entry = NULL; in soflow_db_get_feature_context() local 690 struct soflow_hash_entry *hash_entry = NULL; in soflow_db_get_feature_context_id() local 943 struct soflow_hash_entry *hash_entry = (struct soflow_hash_entry *) ctx; in soflow_nstat_provider_request_vals() local 1064 struct soflow_hash_entry *hash_entry = (struct soflow_hash_entry *) ctx; in soflow_nstat_provider_request_extensions() local 1116 soflow_update_flow_stats(struct soflow_hash_entry *hash_entry, size_t data_size, bool outgoing) in soflow_update_flow_stats() 1137 struct soflow_hash_entry *hash_entry = NULL; in soflow_get_flow() local 1349 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-10002.41.9/bsd/net/ |
| H A D | content_filter.c | 2616 cfil_info_alloc(struct socket *so, struct soflow_hash_entry *hash_entry) in cfil_info_alloc() 3270 struct soflow_hash_entry hash_entry = {}; in cfil_dispatch_closed_event_sign() local 3377 struct soflow_hash_entry hash_entry; in cfil_dispatch_attach_event() local 6061 cfil_sock_udp_unlink_flow(struct socket *so, struct soflow_hash_entry *hash_entry, struct cfil_info… in cfil_sock_udp_unlink_flow() 6132 …ruct socket *so, uint32_t filter_control_unit, bool outgoing, struct soflow_hash_entry *hash_entry, in cfil_sock_udp_get_info() 6223 struct soflow_hash_entry *hash_entry) in cfil_sock_udp_handle_data() 6307 struct soflow_hash_entry *hash_entry, in cfil_filters_udp_attached_per_flow() 6424 struct soflow_hash_entry *hash_entry, in cfil_sock_udp_data_pending_per_flow() 6492 struct soflow_hash_entry *hash_entry, in cfil_sock_udp_notify_shutdown_per_flow() 6652 struct soflow_hash_entry *hash_entry, in cfil_sock_udp_is_closed_per_flow() [all …]
|