Searched refs:rcv_ifindex (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.1.10/bsd/kern/ |
| H A D | socket_flows.c | 850 …struct soflow_hash_entry *entry, struct sockaddr *local, struct mbuf *control, u_short rcv_ifindex) in soflow_entry_update_local() argument 859 if (entry->soflow_outifindex == 0 && (inp->inp_last_outifp != NULL || rcv_ifindex != 0)) { in soflow_entry_update_local() 860 entry->soflow_outifindex = inp->inp_last_outifp ? inp->inp_last_outifp->if_index : rcv_ifindex; in soflow_entry_update_local() 1136 size_t data_size, bool outgoing, uint16_t rcv_ifindex) in soflow_get_flow() argument 1172 soflow_entry_update_local(so->so_flow_db, hash_entry, local, control, rcv_ifindex); in soflow_get_flow() 1201 if (inp && (inp->inp_last_outifp != NULL || rcv_ifindex != 0)) { in soflow_get_flow() 1202 …ash_entry->soflow_outifindex = inp->inp_last_outifp ? inp->inp_last_outifp->if_index : rcv_ifindex; in soflow_get_flow() 1207 soflow_entry_update_local(so->so_flow_db, hash_entry, local, control, rcv_ifindex); in soflow_get_flow()
|