Lines Matching refs:pktflags
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; \
3108 (pd == NULL || !(pd->pktflags & PKTF_FLOW_ID))) { in pf_tag_packet()
3122 if (pd != NULL && (pd->pktflags & PKTF_FLOW_ID)) { in pf_tag_packet()
3125 *pbuf->pb_flags |= pd->pktflags; in pf_tag_packet()
5750 if (pd->pktflags & PKTF_FLOW_ID) { in pf_test_rule()
5759 pd->pktflags &= ~PKTF_FLOW_ADV; in pf_test_rule()
6019 pd->pktflags |= PKTF_FLOW_ID; in pf_test_rule()
6020 pd->pktflags &= ~PKTF_FLOW_ADV; in pf_test_rule()
7724 if (*state != NULL && pd != NULL && !(pd->pktflags & PKTF_FLOW_ID)) { in pf_test_state_udp()
7728 pd->pktflags |= PKTF_FLOW_ID; in pf_test_state_udp()
7729 pd->pktflags &= ~PKTF_FLOW_ADV; in pf_test_state_udp()
8437 !(pd->pktflags & PKTF_FLOW_ID)) { in pf_test_state_icmp()
8441 pd->pktflags |= PKTF_FLOW_ID; in pf_test_state_icmp()
8442 pd->pktflags &= ~PKTF_FLOW_ADV; in pf_test_state_icmp()
8948 if (*state != NULL && pd != NULL && !(pd->pktflags & PKTF_FLOW_ID)) { in pf_test_state_esp()
8952 pd->pktflags |= PKTF_FLOW_ID; in pf_test_state_esp()
8953 pd->pktflags &= ~PKTF_FLOW_ADV; in pf_test_state_esp()
9828 pd.pktflags = *pbuf->pb_flags & PKTF_FLOW_MASK; in pf_test()
10132 (pd.pktflags & PKTF_FLOW_ID)) { in pf_test()
10391 pd.pktflags = (*pbuf->pb_flags & PKTF_FLOW_MASK); in pf_test6()
10788 (pd.pktflags & PKTF_FLOW_ID)) { in pf_test6()