Searched refs:soflow_fill_hash_entry_from_inp (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.1.9/bsd/kern/ |
| H A D | socket_flows.h | 109 bool soflow_fill_hash_entry_from_inp(struct soflow_hash_entry *, bool, struct inpcb *, bool);
|
| H A D | socket_flows.c | 334 soflow_fill_hash_entry_from_inp(struct soflow_hash_entry *entry, bool isLocal, struct inpcb *inp, b… in soflow_fill_hash_entry_from_inp() function 575 soflow_fill_hash_entry_from_inp(&matchentry, TRUE, inp, FALSE); in soflow_db_lookup_entry_internal() 580 soflow_fill_hash_entry_from_inp(&matchentry, FALSE, inp, FALSE); in soflow_db_lookup_entry_internal() 747 soflow_fill_hash_entry_from_inp(entry, TRUE, inp, FALSE); in soflow_db_add_entry() 752 soflow_fill_hash_entry_from_inp(entry, FALSE, inp, FALSE); in soflow_db_add_entry() 910 soflow_fill_hash_entry_from_inp(entry, TRUE, inp, TRUE); in soflow_entry_update_local() 918 soflow_fill_hash_entry_from_inp(entry, TRUE, inp, TRUE); in soflow_entry_update_local()
|