Home
last modified time | relevance | path

Searched refs:soflow_outifindex (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.81.4/bsd/kern/
H A Dsocket_flows.c247 entry->soflow_outifindex, in soflow_entry_log()
869 if (entry->soflow_outifindex == 0 && (inp->inp_last_outifp != NULL || rcv_ifindex != 0)) { in soflow_entry_update_local()
870 entry->soflow_outifindex = inp->inp_last_outifp ? inp->inp_last_outifp->if_index : rcv_ifindex; in soflow_entry_update_local()
967 if (hash_entry->soflow_outifindex) { in soflow_nstat_provider_request_vals()
968 struct ifnet *ifp = ifindex2ifnet[hash_entry->soflow_outifindex]; in soflow_nstat_provider_request_vals()
1035 desc->ifindex = hash_entry->soflow_outifindex; in soflow_nstat_provider_request_vals()
1036 if (hash_entry->soflow_outifindex) { in soflow_nstat_provider_request_vals()
1037 struct ifnet *ifp = ifindex2ifnet[hash_entry->soflow_outifindex]; in soflow_nstat_provider_request_vals()
1193 if (hash_entry->soflow_outifindex == 0 || in soflow_get_flow()
1234 …hash_entry->soflow_outifindex = inp->inp_last_outifp ? inp->inp_last_outifp->if_index : rcv_ifinde… in soflow_get_flow()
H A Dsocket_flows.h37 uint16_t soflow_outifindex; member