Searched refs:soflow_fill_hash_entry_from_inp (Results 1 – 2 of 2) sorted by relevance
| /xnu-8019.80.24/bsd/kern/ |
| H A D | socket_flows.h | 97 bool soflow_fill_hash_entry_from_inp(struct soflow_hash_entry *, bool, struct inpcb *, bool);
|
| H A D | socket_flows.c | 328 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 562 soflow_fill_hash_entry_from_inp(&matchentry, TRUE, inp, FALSE); in soflow_db_lookup_entry_internal() 567 soflow_fill_hash_entry_from_inp(&matchentry, FALSE, inp, FALSE); in soflow_db_lookup_entry_internal() 734 soflow_fill_hash_entry_from_inp(entry, TRUE, inp, FALSE); in soflow_db_add_entry() 739 soflow_fill_hash_entry_from_inp(entry, FALSE, inp, FALSE); in soflow_db_add_entry() 895 soflow_fill_hash_entry_from_inp(entry, TRUE, inp, TRUE); in soflow_entry_update_local() 903 soflow_fill_hash_entry_from_inp(entry, TRUE, inp, TRUE); in soflow_entry_update_local()
|