Home
last modified time | relevance | path

Searched refs:FLOWSRC_IFNET (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/bsd/net/
H A Dflowadv.c215 case FLOWSRC_IFNET: in flowadv_thread_cont()
H A Dif_ipsec.c3779 data->m_pkthdr.pkt_flowsrc = FLOWSRC_IFNET; in ipsec_output()
3863 data->m_pkthdr.pkt_flowsrc = FLOWSRC_IFNET; in ipsec_output()
4212 packet->m_pkthdr.pkt_flowsrc = FLOWSRC_IFNET; in ipsec_set_pkthdr_for_interface()
/xnu-8019.80.24/bsd/sys/
H A Dmbuf.h491 #define FLOWSRC_IFNET 2 /* flow ID generated by interface */ macro