Searched refs:pktflags (Results 1 – 2 of 2) sorted by relevance
425 !(pd->pktflags & PKTF_FLOW_ID)) { \429 pd->pktflags |= PKTF_FLOW_ID; \430 pd->pktflags &= ~PKTF_FLOW_ADV; \445 if (__improbable(((_pd)->pktflags & PKTF_FLOW_ID) && \449 (_pd)->pktflags &= ~PKTF_FLOW_ID; \3051 (pd == NULL || !(pd->pktflags & PKTF_FLOW_ID))) { in pf_tag_packet()3065 if (pd != NULL && (pd->pktflags & PKTF_FLOW_ID)) { in pf_tag_packet()3068 *pbuf->pb_flags |= pd->pktflags; in pf_tag_packet()5694 if (pd->pktflags & PKTF_FLOW_ID) { in pf_test_rule()5703 pd->pktflags &= ~PKTF_FLOW_ADV; in pf_test_rule()[all …]
1453 u_int32_t pktflags; /* mbuf packet flags (PKTF) */ member