Lines Matching refs:pktflags
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()
5963 pd->pktflags |= PKTF_FLOW_ID; in pf_test_rule()
5964 pd->pktflags &= ~PKTF_FLOW_ADV; in pf_test_rule()
7668 if (*state != NULL && pd != NULL && !(pd->pktflags & PKTF_FLOW_ID)) { in pf_test_state_udp()
7672 pd->pktflags |= PKTF_FLOW_ID; in pf_test_state_udp()
7673 pd->pktflags &= ~PKTF_FLOW_ADV; in pf_test_state_udp()
8381 !(pd->pktflags & PKTF_FLOW_ID)) { in pf_test_state_icmp()
8385 pd->pktflags |= PKTF_FLOW_ID; in pf_test_state_icmp()
8386 pd->pktflags &= ~PKTF_FLOW_ADV; in pf_test_state_icmp()
8894 if (*state != NULL && pd != NULL && !(pd->pktflags & PKTF_FLOW_ID)) { in pf_test_state_esp()
8898 pd->pktflags |= PKTF_FLOW_ID; in pf_test_state_esp()
8899 pd->pktflags &= ~PKTF_FLOW_ADV; in pf_test_state_esp()
9774 pd.pktflags = *pbuf->pb_flags & PKTF_FLOW_MASK; in pf_test()
10078 (pd.pktflags & PKTF_FLOW_ID)) { in pf_test()
10337 pd.pktflags = (*pbuf->pb_flags & PKTF_FLOW_MASK); in pf_test6()
10734 (pd.pktflags & PKTF_FLOW_ID)) { in pf_test6()