Lines Matching refs:pktflags
429 !(pd->pktflags & PKTF_FLOW_ID)) { \
433 pd->pktflags |= PKTF_FLOW_ID; \
434 pd->pktflags &= ~PKTF_FLOW_ADV; \
449 if (__improbable(((_pd)->pktflags & PKTF_FLOW_ID) && \
453 (_pd)->pktflags &= ~PKTF_FLOW_ID; \
3092 (pd == NULL || !(pd->pktflags & PKTF_FLOW_ID))) { in pf_tag_packet()
3106 if (pd != NULL && (pd->pktflags & PKTF_FLOW_ID)) { in pf_tag_packet()
3109 *pbuf->pb_flags |= pd->pktflags; in pf_tag_packet()
5733 if (pd->pktflags & PKTF_FLOW_ID) { in pf_test_rule()
5742 pd->pktflags &= ~PKTF_FLOW_ADV; in pf_test_rule()
6002 pd->pktflags |= PKTF_FLOW_ID; in pf_test_rule()
6003 pd->pktflags &= ~PKTF_FLOW_ADV; in pf_test_rule()
7707 if (*state != NULL && pd != NULL && !(pd->pktflags & PKTF_FLOW_ID)) { in pf_test_state_udp()
7711 pd->pktflags |= PKTF_FLOW_ID; in pf_test_state_udp()
7712 pd->pktflags &= ~PKTF_FLOW_ADV; in pf_test_state_udp()
8420 !(pd->pktflags & PKTF_FLOW_ID)) { in pf_test_state_icmp()
8424 pd->pktflags |= PKTF_FLOW_ID; in pf_test_state_icmp()
8425 pd->pktflags &= ~PKTF_FLOW_ADV; in pf_test_state_icmp()
8932 if (*state != NULL && pd != NULL && !(pd->pktflags & PKTF_FLOW_ID)) { in pf_test_state_esp()
8936 pd->pktflags |= PKTF_FLOW_ID; in pf_test_state_esp()
8937 pd->pktflags &= ~PKTF_FLOW_ADV; in pf_test_state_esp()
9830 pd.pktflags = *pbuf->pb_flags & PKTF_FLOW_MASK; in pf_test()
10134 (pd.pktflags & PKTF_FLOW_ID)) { in pf_test()
10393 pd.pktflags = (*pbuf->pb_flags & PKTF_FLOW_MASK); in pf_test6()
10790 (pd.pktflags & PKTF_FLOW_ID)) { in pf_test6()