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_PARTIAL)) { 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()110 pbuf->pb_csum_flags = &nm->pm_csum_flags; in pbuf_sync()154 m->m_pkthdr.csum_flags = *pbuf->pb_csum_flags; in pbuf_to_mbuf()
72 uint32_t *pb_csum_flags; member
3299 !(*pbuf->pb_csum_flags & CSUM_TCP)) { in pf_normalize_tcpopt()
2333 (*pbuf->pb_csum_flags & (CSUM_TCP | CSUM_UDP))) { in pf_change_ap()2378 (*pbuf->pb_csum_flags & (CSUM_TCPIPV6 | in pf_change_ap()9614 if ((*pbuf->pb_csum_flags & in pf_check_proto_cksum()