Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dnat464_utils.c880 if (!(*pbuf->pb_csum_flags & (CSUM_UDP | CSUM_PARTIAL)) && in nat464_translate_proto()
921 (*pbuf->pb_csum_flags & CSUM_PARTIAL)) { in nat464_translate_proto()
1108 if ((*pbuf->pb_csum_flags & (CSUM_DATA_VALID | CSUM_PARTIAL)) == in nat464_translate_proto()
1114 if (*pbuf->pb_csum_flags & CSUM_TCP) { in nat464_translate_proto()
1115 *pbuf->pb_csum_flags |= CSUM_TCPIPV6; in nat464_translate_proto()
1117 if (*pbuf->pb_csum_flags & CSUM_UDP) { in nat464_translate_proto()
1118 *pbuf->pb_csum_flags |= CSUM_UDPIPV6; in nat464_translate_proto()
1120 if (*pbuf->pb_csum_flags & CSUM_FRAGMENT) { in nat464_translate_proto()
1121 *pbuf->pb_csum_flags |= CSUM_FRAGMENT_IPV6; in nat464_translate_proto()
1125 *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()
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()
H A Dpf_pbuf.h72 uint32_t *pb_csum_flags; member
H A Dpf_norm.c3301 !(*pbuf->pb_csum_flags & CSUM_TCP)) { in pf_normalize_tcpopt()
H A Dpf.c2317 (*pbuf->pb_csum_flags & (CSUM_TCP | CSUM_UDP))) { in pf_change_ap()
2362 (*pbuf->pb_csum_flags & (CSUM_TCPIPV6 | in pf_change_ap()
9616 if ((*pbuf->pb_csum_flags & in pf_check_proto_cksum()