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; \
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()
5999 pd->pktflags |= PKTF_FLOW_ID; in pf_test_rule()
6000 pd->pktflags &= ~PKTF_FLOW_ADV; in pf_test_rule()
7704 if (*state != NULL && pd != NULL && !(pd->pktflags & PKTF_FLOW_ID)) { in pf_test_state_udp()
7708 pd->pktflags |= PKTF_FLOW_ID; in pf_test_state_udp()
7709 pd->pktflags &= ~PKTF_FLOW_ADV; in pf_test_state_udp()
8417 !(pd->pktflags & PKTF_FLOW_ID)) { in pf_test_state_icmp()
8421 pd->pktflags |= PKTF_FLOW_ID; in pf_test_state_icmp()
8422 pd->pktflags &= ~PKTF_FLOW_ADV; in pf_test_state_icmp()
8929 if (*state != NULL && pd != NULL && !(pd->pktflags & PKTF_FLOW_ID)) { in pf_test_state_esp()
8933 pd->pktflags |= PKTF_FLOW_ID; in pf_test_state_esp()
8934 pd->pktflags &= ~PKTF_FLOW_ADV; in pf_test_state_esp()
9809 pd.pktflags = *pbuf->pb_flags & PKTF_FLOW_MASK; in pf_test()
10113 (pd.pktflags & PKTF_FLOW_ID)) { in pf_test()
10372 pd.pktflags = (*pbuf->pb_flags & PKTF_FLOW_MASK); in pf_test6()
10769 (pd.pktflags & PKTF_FLOW_ID)) { in pf_test6()