Home
last modified time | relevance | path

Searched refs:PKTF_FLOW_LOCALSRC (Results 1 – 9 of 9) sorted by relevance

/xnu-11417.140.69/bsd/netinet6/
H A Dudp6_output.c577 m->m_pkthdr.pkt_flags |= (PKTF_FLOW_ID | PKTF_FLOW_LOCALSRC); in udp6_output()
H A Draw_ip6.c811 m->m_pkthdr.pkt_flags |= (PKTF_FLOW_ID | PKTF_FLOW_LOCALSRC | in rip6_output()
/xnu-11417.140.69/bsd/sys/
H A Dmbuf.h536 #define PKTF_FLOW_LOCALSRC 0x4 /* pkt is locally originated */ macro
592 (PKTF_FLOW_ID | PKTF_FLOW_ADV | PKTF_FLOW_LOCALSRC | PKTF_FLOW_RAWSOCK)
/xnu-11417.140.69/bsd/netinet/
H A Draw_ip.c666 m->m_pkthdr.pkt_flags |= (PKTF_FLOW_ID | PKTF_FLOW_LOCALSRC | in rip_output()
H A Dudp_usrreq.c2065 m->m_pkthdr.pkt_flags |= (PKTF_FLOW_ID | PKTF_FLOW_LOCALSRC); in udp_output()
H A Dtcp_output.c3123 m->m_pkthdr.pkt_flags |= (PKTF_FLOW_ID | PKTF_FLOW_LOCALSRC | PKTF_FLOW_ADV); in tcp_output()
H A Dtcp_subr.c942 m->m_pkthdr.pkt_flags |= (PKTF_FLOW_ID | PKTF_FLOW_LOCALSRC | PKTF_FLOW_ADV); in tcp_respond()
/xnu-11417.140.69/bsd/net/
H A Dif_ipsec.c3711 data->m_pkthdr.pkt_flags = (PKTF_FLOW_ID | PKTF_FLOW_ADV | PKTF_FLOW_LOCALSRC); in ipsec_output()
3799 data->m_pkthdr.pkt_flags = (PKTF_FLOW_ID | PKTF_FLOW_ADV | PKTF_FLOW_LOCALSRC); in ipsec_output()
4178 packet->m_pkthdr.pkt_flags = (PKTF_FLOW_ID | PKTF_FLOW_ADV | PKTF_FLOW_LOCALSRC); in ipsec_set_pkthdr_for_interface()
H A Dbpf.c4129 PKTF_FLOW_LOCALSRC | PKTF_FLOW_RAWSOCK)) == in catchpacket()
4130 (PKTF_FLOW_ID | PKTF_FLOW_LOCALSRC) && in catchpacket()