Home
last modified time | relevance | path

Searched refs:pb_csum_flags (Results 1 – 5 of 5) sorted by relevance

/xnu-8020.101.4/bsd/net/
H A Dnat464_utils.c868 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 …]
H A Dpf_pbuf.c87 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()
H A Dpf_pbuf.h71 uint32_t *pb_csum_flags; member
H A Dpf_norm.c3300 !(*pbuf->pb_csum_flags & CSUM_TCP)) { in pf_normalize_tcpopt()
H A Dpf.c2219 (*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()