Lines Matching refs:pktflags
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()
7569 pd->pktflags |= PKTF_FLOW_ID; in pf_test_state_udp()
7570 pd->pktflags &= ~PKTF_FLOW_ADV; in pf_test_state_udp()
8252 !(pd->pktflags & PKTF_FLOW_ID)) { in pf_test_state_icmp()
8256 pd->pktflags |= PKTF_FLOW_ID; in pf_test_state_icmp()
8257 pd->pktflags &= ~PKTF_FLOW_ADV; in pf_test_state_icmp()
8765 if (*state != NULL && pd != NULL && !(pd->pktflags & PKTF_FLOW_ID)) { in pf_test_state_esp()
8769 pd->pktflags |= PKTF_FLOW_ID; in pf_test_state_esp()
8770 pd->pktflags &= ~PKTF_FLOW_ADV; in pf_test_state_esp()
9645 pd.pktflags = *pbuf->pb_flags & PKTF_FLOW_MASK; in pf_test()
9948 (pd.pktflags & PKTF_FLOW_ID)) { in pf_test()
10207 pd.pktflags = (*pbuf->pb_flags & PKTF_FLOW_MASK); in pf_test6()
10604 (pd.pktflags & PKTF_FLOW_ID)) { in pf_test6()