Searched refs:soflow_hash_entry (Results 1 – 7 of 7) sorted by relevance
| /xnu-10002.41.9/bsd/kern/ |
| H A D | socket_flows.h | 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; 90 struct soflow_hash_entry *soflow_db_only_entry; argument 102 bool soflow_fill_hash_entry_from_address(struct soflow_hash_entry *, bool, struct sockaddr *, bool); 103 bool soflow_fill_hash_entry_from_inp(struct soflow_hash_entry *, bool, struct inpcb *, bool); 108 typedef bool (*soflow_feat_gc_needed_func)(struct socket *so, struct soflow_hash_entry *hash_entry,… 111 typedef bool (*soflow_feat_gc_perform_func)(struct socket *so, struct soflow_hash_entry *hash_entry… 114 typedef bool (*soflow_feat_detach_entry_func)(struct socket *so, struct soflow_hash_entry *hash_ent… 123 struct soflow_hash_entry *hash_entry,
|
| H A D | socket_flows.c | 155 LIST_HEAD(soflow_hash_head, soflow_hash_entry); 159 TAILQ_HEAD(soflow_entry_head, soflow_hash_entry) soflow_entry_head; 187 static boolean_t soflow_entry_local_address_needs_update(struct soflow_hash_entry *); 188 static boolean_t soflow_entry_local_port_needs_update(struct socket *, struct soflow_hash_entry *); 215 soflow_entry_log(int level, struct socket *so, struct soflow_hash_entry *entry, const char* msg) in soflow_entry_log() 256 soflow_fill_hash_entry_from_address(struct soflow_hash_entry *entry, bool isLocal, struct sockaddr … in soflow_fill_hash_entry_from_address() 332 soflow_fill_hash_entry_from_inp(struct soflow_hash_entry *entry, bool isLocal, struct inpcb *inp, b… in soflow_fill_hash_entry_from_inp() 399 struct soflow_hash_entry *hash_entry = NULL; in soflow_db_init() 417 soflow_entry_free(struct soflow_hash_entry *hash_entry) in soflow_entry_free() 426 kfree_type(struct soflow_hash_entry, hash_entry); in soflow_entry_free() [all …]
|
| H A D | uipc_socket2.c | 878 struct soflow_hash_entry *dgram_flow_entry = NULL; in sbappend_common() 956 struct soflow_hash_entry *dgram_flow_entry = NULL; in sbappendstream() 1113 struct soflow_hash_entry *dgram_flow_entry = NULL; in sbappendrecord_common() 1331 struct soflow_hash_entry *dgram_flow_entry = NULL; in sbappendaddr() 1491 struct soflow_hash_entry *dgram_flow_entry = NULL; in sbappendcontrol()
|
| H A D | uipc_socket.c | 2187 struct soflow_hash_entry *dgram_flow_entry = NULL; in sosend() 2733 struct soflow_hash_entry *dgram_flow_entry = NULL; in sosend_list()
|
| /xnu-10002.41.9/bsd/net/ |
| H A D | content_filter.c | 523 struct soflow_hash_entry *cfi_hash_entry; 801 static struct cfil_info * cfil_info_alloc(struct socket *, struct soflow_hash_entry *); 822 …nfo *cfil_sock_udp_get_info(struct socket *, uint32_t, bool, struct soflow_hash_entry *, struct so… 824 struct mbuf *, struct mbuf *, uint32_t, struct soflow_hash_entry *); 832 static void cfil_get_flow_address_v6(struct soflow_hash_entry *, struct inpcb *, 835 static void cfil_get_flow_address(struct soflow_hash_entry *, struct inpcb *, 846 static void cfil_fill_event_msg_addresses(struct soflow_hash_entry *, struct inpcb *, 851 static bool cfil_dgram_gc_needed(struct socket *, struct soflow_hash_entry *, u_int64_t); 852 static bool cfil_dgram_gc_perform(struct socket *, struct soflow_hash_entry *); 853 static bool cfil_dgram_detach_entry(struct socket *, struct soflow_hash_entry *); [all …]
|
| H A D | content_filter.h | 537 uint32_t flags, struct soflow_hash_entry *); 540 uint32_t flags, struct soflow_hash_entry *);
|
| /xnu-10002.41.9/bsd/sys/ |
| H A D | socketvar.h | 1023 extern struct soflow_hash_entry *soflow_get_flow(struct socket *, struct sockaddr *, struct sockadd… 1024 extern void soflow_free_flow(struct soflow_hash_entry *);
|