Searched refs:pb_flow_gencnt (Results 1 – 3 of 3) sorted by relevance
92 pbuf->pb_flow_gencnt = &m->m_pkthdr.comp_gencnt; in pbuf_sync()115 pbuf->pb_flow_gencnt = &nm->pm_flow_gencnt; in pbuf_sync()159 m->m_pkthdr.comp_gencnt = *pbuf->pb_flow_gencnt; in pbuf_to_mbuf()
77 uint32_t *pb_flow_gencnt; member
7913 if (pbuf != NULL && pbuf->pb_flow_gencnt != NULL && in pf_test_state_icmp()7914 *pbuf->pb_flow_gencnt == 0) { in pf_test_state_icmp()7916 *pbuf->pb_flow_gencnt = pf_compute_packet_icmp_gencnt(af, icmptype, icmpcode); in pf_test_state_icmp()