Searched refs:PKTF_FLOW_ID (Results 1 – 14 of 14) sorted by relevance
426 !(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 …]
3711 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()
4128 if ((m->m_pkthdr.pkt_flags & (PKTF_FLOW_ID | in catchpacket()4130 (PKTF_FLOW_ID | PKTF_FLOW_LOCALSRC) && in catchpacket()
378 m->m_pkthdr.pkt_flags = PKTF_FLOW_ID; in redirect_tx_submit()
3026 if ((p->cp_mbuf->m_pkthdr.pkt_flags & PKTF_FLOW_ID) && in ifnet_enqueue_ifclassq()
577 m->m_pkthdr.pkt_flags |= (PKTF_FLOW_ID | PKTF_FLOW_LOCALSRC); in udp6_output()
811 m->m_pkthdr.pkt_flags |= (PKTF_FLOW_ID | PKTF_FLOW_LOCALSRC | in rip6_output()
3321 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()
534 #define PKTF_FLOW_ID 0x1 /* pkt has valid flowid value */ macro592 (PKTF_FLOW_ID | PKTF_FLOW_ADV | PKTF_FLOW_LOCALSRC | PKTF_FLOW_RAWSOCK)
666 m->m_pkthdr.pkt_flags |= (PKTF_FLOW_ID | PKTF_FLOW_LOCALSRC | in rip_output()
2065 m->m_pkthdr.pkt_flags |= (PKTF_FLOW_ID | PKTF_FLOW_LOCALSRC); in udp_output()
3123 m->m_pkthdr.pkt_flags |= (PKTF_FLOW_ID | PKTF_FLOW_LOCALSRC | PKTF_FLOW_ADV); in tcp_output()
942 m->m_pkthdr.pkt_flags |= (PKTF_FLOW_ID | PKTF_FLOW_LOCALSRC | PKTF_FLOW_ADV); in tcp_respond()
172 _CASSERT(PKT_F_FLOW_ID == PKTF_FLOW_ID); in pp_init()