Searched refs:PKTF_FLOW_LOCALSRC (Results 1 - 10 of 10) sorted by relevance

/xnu-2782.1.97/bsd/net/
H A Dif_ipsec.c670 data->m_pkthdr.pkt_flags = (PKTF_FLOW_ID | PKTF_FLOW_ADV | PKTF_FLOW_LOCALSRC);
732 data->m_pkthdr.pkt_flags = (PKTF_FLOW_ID | PKTF_FLOW_ADV | PKTF_FLOW_LOCALSRC);
973 packet->m_pkthdr.pkt_flags = (PKTF_FLOW_ID | PKTF_FLOW_ADV | PKTF_FLOW_LOCALSRC);
H A Dpktap.c811 (PKTF_FLOW_ID|PKTF_FLOW_LOCALSRC)) == (PKTF_FLOW_ID|PKTF_FLOW_LOCALSRC) &&
H A Dbpf.c2397 PKTF_FLOW_LOCALSRC|PKTF_FLOW_RAWSOCK)) ==
2398 (PKTF_FLOW_ID|PKTF_FLOW_LOCALSRC) &&
/xnu-2782.1.97/bsd/netinet6/
H A Dudp6_output.c386 m->m_pkthdr.pkt_flags |= (PKTF_FLOW_ID | PKTF_FLOW_LOCALSRC);
H A Draw_ip6.c581 m->m_pkthdr.pkt_flags |= (PKTF_FLOW_ID | PKTF_FLOW_LOCALSRC |
/xnu-2782.1.97/bsd/sys/
H A Dmbuf.h422 #define PKTF_FLOW_LOCALSRC 0x4 /* pkt is locally originated */ macro
441 (PKTF_FLOW_ID | PKTF_FLOW_ADV | PKTF_FLOW_LOCALSRC | PKTF_FLOW_RAWSOCK)
/xnu-2782.1.97/bsd/netinet/
H A Draw_ip.c466 m->m_pkthdr.pkt_flags |= (PKTF_FLOW_ID | PKTF_FLOW_LOCALSRC |
H A Dtcp_output.c2064 m->m_pkthdr.pkt_flags |= PKTF_FLOW_ID | PKTF_FLOW_LOCALSRC;
H A Dtcp_subr.c801 m->m_pkthdr.pkt_flags |= PKTF_FLOW_ID | PKTF_FLOW_LOCALSRC;
H A Dudp_usrreq.c1597 m->m_pkthdr.pkt_flags |= (PKTF_FLOW_ID | PKTF_FLOW_LOCALSRC);

Completed in 161 milliseconds