Searched refs:soflow_outifindex (Results 1 – 2 of 2) sorted by relevance
249 entry->soflow_outifindex, in soflow_entry_log()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()955 if (hash_entry->soflow_outifindex) { in soflow_nstat_provider_request_vals()956 struct ifnet *ifp = ifindex2ifnet[hash_entry->soflow_outifindex]; in soflow_nstat_provider_request_vals()1011 desc->ifindex = hash_entry->soflow_outifindex; in soflow_nstat_provider_request_vals()1012 if (hash_entry->soflow_outifindex) { in soflow_nstat_provider_request_vals()1013 struct ifnet *ifp = ifindex2ifnet[hash_entry->soflow_outifindex]; in soflow_nstat_provider_request_vals()1169 if (hash_entry->soflow_outifindex == 0 || in soflow_get_flow()1201 …hash_entry->soflow_outifindex = inp->inp_last_outifp ? inp->inp_last_outifp->if_index : rcv_ifinde… in soflow_get_flow()
37 uint16_t soflow_outifindex; member