Home
last modified time | relevance | path

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

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