Home
last modified time | relevance | path

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

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