Home
last modified time | relevance | path

Searched refs:pktflags (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.61.2/bsd/net/
H A Dpf.c425 !(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()
[all …]
H A Dpfvar.h1453 u_int32_t pktflags; /* mbuf packet flags (PKTF) */ member