Searched refs:pktflags (Results 1 – 2 of 2) sorted by relevance
422 !(pd->pktflags & PKTF_FLOW_ID)) { \426 pd->pktflags |= PKTF_FLOW_ID; \427 pd->pktflags &= ~PKTF_FLOW_ADV; \2994 (pd == NULL || !(pd->pktflags & PKTF_FLOW_ID))) { in pf_tag_packet()3008 if (pd != NULL && (pd->pktflags & PKTF_FLOW_ID)) { in pf_tag_packet()3011 *pbuf->pb_flags |= pd->pktflags; in pf_tag_packet()5614 if (pd->pktflags & PKTF_FLOW_ID) { in pf_test_rule()5624 pd->pktflags |= PKTF_FLOW_ID; in pf_test_rule()5625 pd->pktflags &= ~PKTF_FLOW_ADV; in pf_test_rule()7565 if (*state != NULL && pd != NULL && !(pd->pktflags & PKTF_FLOW_ID)) { in pf_test_state_udp()[all …]
1453 u_int32_t pktflags; /* mbuf packet flags (PKTF) */ member