Home
last modified time | relevance | path

Searched refs:PKTF_FLOW_ID (Results 1 – 14 of 14) sorted by relevance

/xnu-11417.140.69/bsd/net/
H A Dpf.c426 !(pd->pktflags & PKTF_FLOW_ID)) { \
430 pd->pktflags |= PKTF_FLOW_ID; \
446 if (__improbable(((_pd)->pktflags & PKTF_FLOW_ID) && \
450 (_pd)->pktflags &= ~PKTF_FLOW_ID; \
3089 (pd == NULL || !(pd->pktflags & PKTF_FLOW_ID))) { in pf_tag_packet()
3103 if (pd != NULL && (pd->pktflags & PKTF_FLOW_ID)) { in pf_tag_packet()
5730 if (pd->pktflags & PKTF_FLOW_ID) { in pf_test_rule()
5999 pd->pktflags |= PKTF_FLOW_ID; in pf_test_rule()
7704 if (*state != NULL && pd != NULL && !(pd->pktflags & PKTF_FLOW_ID)) { in pf_test_state_udp()
7708 pd->pktflags |= PKTF_FLOW_ID; in pf_test_state_udp()
[all …]
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.c4128 if ((m->m_pkthdr.pkt_flags & (PKTF_FLOW_ID | in catchpacket()
4130 (PKTF_FLOW_ID | PKTF_FLOW_LOCALSRC) && in catchpacket()
H A Dif_redirect.c378 m->m_pkthdr.pkt_flags = PKTF_FLOW_ID; in redirect_tx_submit()
H A Ddlil.c3026 if ((p->cp_mbuf->m_pkthdr.pkt_flags & PKTF_FLOW_ID) && in ifnet_enqueue_ifclassq()
/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()
H A Dipsec.c3321 state->m->m_pkthdr.pkt_flags |= PKTF_FLOW_ID; in ipsec4_output_internal()
3866 state->m->m_pkthdr.pkt_flags |= PKTF_FLOW_ID; in ipsec6_output_trans_internal()
4290 state->m->m_pkthdr.pkt_flags |= PKTF_FLOW_ID; in ipsec6_output_tunnel_internal()
/xnu-11417.140.69/bsd/sys/
H A Dmbuf.h534 #define PKTF_FLOW_ID 0x1 /* pkt has valid flowid value */ 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/skywalk/packet/
H A Dpbufpool.c172 _CASSERT(PKT_F_FLOW_ID == PKTF_FLOW_ID); in pp_init()