Searched refs:rcv_ifindex (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/bsd/kern/ |
| H A D | socket_flows.c | 846 …struct soflow_hash_entry *entry, struct sockaddr *local, struct mbuf *control, u_short rcv_ifindex) in soflow_entry_update_local() argument 855 if (entry->soflow_outifindex == 0 && (inp->inp_last_outifp != NULL || rcv_ifindex != 0)) { in soflow_entry_update_local() 856 entry->soflow_outifindex = inp->inp_last_outifp ? inp->inp_last_outifp->if_index : rcv_ifindex; in soflow_entry_update_local() 1151 size_t data_size, bool outgoing, uint16_t rcv_ifindex) in soflow_get_flow() argument 1187 soflow_entry_update_local(so->so_flow_db, hash_entry, local, control, rcv_ifindex); in soflow_get_flow() 1216 if (inp && (inp->inp_last_outifp != NULL || rcv_ifindex != 0)) { in soflow_get_flow() 1217 …ash_entry->soflow_outifindex = inp->inp_last_outifp ? inp->inp_last_outifp->if_index : rcv_ifindex; in soflow_get_flow() 1222 soflow_entry_update_local(so->so_flow_db, hash_entry, local, control, rcv_ifindex); in soflow_get_flow()
|