Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/net/
H A Dflowadv.c202 case FLOWSRC_IFNET: in flowadv_thread_cont()
H A Dif_ipsec.c3782 data->m_pkthdr.pkt_flowsrc = FLOWSRC_IFNET; in ipsec_output()
3870 data->m_pkthdr.pkt_flowsrc = FLOWSRC_IFNET; in ipsec_output()
4225 packet->m_pkthdr.pkt_flowsrc = FLOWSRC_IFNET; in ipsec_set_pkthdr_for_interface()
/xnu-8796.141.3/bsd/sys/
H A Dmbuf.h491 #define FLOWSRC_IFNET 2 /* flow ID generated by interface */ macro