Searched refs:pb_csum_flags (Results 1 – 5 of 5) sorted by relevance
868 if (!(*pbuf->pb_csum_flags & (CSUM_UDP | CSUM_PARTIAL)) && in nat464_translate_proto()909 (*pbuf->pb_csum_flags & CSUM_DELAY_DATA)) { in nat464_translate_proto()1090 if ((*pbuf->pb_csum_flags & (CSUM_DATA_VALID | CSUM_PARTIAL)) == in nat464_translate_proto()1096 if (*pbuf->pb_csum_flags & CSUM_TCP) { in nat464_translate_proto()1097 *pbuf->pb_csum_flags |= CSUM_TCPIPV6; in nat464_translate_proto()1099 if (*pbuf->pb_csum_flags & CSUM_UDP) { in nat464_translate_proto()1100 *pbuf->pb_csum_flags |= CSUM_UDPIPV6; in nat464_translate_proto()1102 if (*pbuf->pb_csum_flags & CSUM_FRAGMENT) { in nat464_translate_proto()1103 *pbuf->pb_csum_flags |= CSUM_FRAGMENT_IPV6; in nat464_translate_proto()1107 *pbuf->pb_csum_flags &= ~(CSUM_IP | CSUM_IP_FRAGS | CSUM_DELAY_DATA | CSUM_FRAGMENT); in nat464_translate_proto()[all …]
87 pbuf->pb_csum_flags = &m->m_pkthdr.csum_flags; in pbuf_sync()109 pbuf->pb_csum_flags = &nm->pm_csum_flags; in pbuf_sync()152 m->m_pkthdr.csum_flags = *pbuf->pb_csum_flags; in pbuf_to_mbuf()
71 uint32_t *pb_csum_flags; member
3300 !(*pbuf->pb_csum_flags & CSUM_TCP)) { in pf_normalize_tcpopt()
2219 (*pbuf->pb_csum_flags & (CSUM_TCP | CSUM_UDP))) { in pf_change_ap()2264 (*pbuf->pb_csum_flags & (CSUM_TCPIPV6 | in pf_change_ap()9431 if ((*pbuf->pb_csum_flags & in pf_check_proto_cksum()