Searched refs:pktflags (Results 1 – 2 of 2) sorted by relevance
426 !(pd->pktflags & PKTF_FLOW_ID)) { \430 pd->pktflags |= PKTF_FLOW_ID; \431 pd->pktflags &= ~PKTF_FLOW_ADV; \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()3106 *pbuf->pb_flags |= pd->pktflags; in pf_tag_packet()5730 if (pd->pktflags & PKTF_FLOW_ID) { in pf_test_rule()5739 pd->pktflags &= ~PKTF_FLOW_ADV; in pf_test_rule()[all …]
1463 u_int32_t pktflags; /* mbuf packet flags (PKTF) */ member