Searched refs:soflow_hash_entry (Results 1 – 7 of 7) sorted by relevance
| /xnu-8796.141.3/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 96 bool soflow_fill_hash_entry_from_address(struct soflow_hash_entry *, bool, struct sockaddr *, bool); 97 bool soflow_fill_hash_entry_from_inp(struct soflow_hash_entry *, bool, struct inpcb *, bool); 102 typedef bool (*soflow_feat_gc_needed_func)(struct socket *so, struct soflow_hash_entry *hash_entry,… 105 typedef bool (*soflow_feat_gc_perform_func)(struct socket *so, struct soflow_hash_entry *hash_entry… 108 typedef bool (*soflow_feat_detach_entry_func)(struct socket *so, struct soflow_hash_entry *hash_ent… 117 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() 1327 struct soflow_hash_entry *dgram_flow_entry = NULL; in sbappendaddr() 1487 struct soflow_hash_entry *dgram_flow_entry = NULL; in sbappendcontrol()
|
| H A D | uipc_socket.c | 2183 struct soflow_hash_entry *dgram_flow_entry = NULL; in sosend() 2702 struct soflow_hash_entry *dgram_flow_entry = NULL; in sosend_list()
|
| /xnu-8796.141.3/bsd/net/ |
| H A D | content_filter.c | 522 struct soflow_hash_entry *cfi_hash_entry; 767 static struct cfil_info * cfil_info_alloc(struct socket *, struct soflow_hash_entry *); 788 …nfo *cfil_sock_udp_get_info(struct socket *, uint32_t, bool, struct soflow_hash_entry *, struct so… 790 struct mbuf *, struct mbuf *, uint32_t, struct soflow_hash_entry *); 798 static void cfil_get_flow_address_v6(struct soflow_hash_entry *, struct inpcb *, 801 static void cfil_get_flow_address(struct soflow_hash_entry *, struct inpcb *, 812 static void cfil_fill_event_msg_addresses(struct soflow_hash_entry *, struct inpcb *, 817 static bool cfil_dgram_gc_needed(struct socket *, struct soflow_hash_entry *, u_int64_t); 818 static bool cfil_dgram_gc_perform(struct socket *, struct soflow_hash_entry *); 819 static bool cfil_dgram_detach_entry(struct socket *, struct soflow_hash_entry *); [all …]
|
| H A D | content_filter.h | 533 uint32_t flags, struct soflow_hash_entry *); 536 uint32_t flags, struct soflow_hash_entry *);
|
| /xnu-8796.141.3/bsd/sys/ |
| H A D | socketvar.h | 1010 extern struct soflow_hash_entry *soflow_get_flow(struct socket *, struct sockaddr *, struct sockadd… 1011 extern void soflow_free_flow(struct soflow_hash_entry *);
|