Home
last modified time | relevance | path

Searched refs:csum_data (Results 1 – 25 of 25) sorted by relevance

/xnu-12377.1.9/bsd/net/
H A Dpf_pbuf.c88 pbuf->pb_csum_data = &m->m_pkthdr.csum_data; in pbuf_sync()
155 m->m_pkthdr.csum_data = *pbuf->pb_csum_data; in pbuf_to_mbuf()
H A Dif_loop.c309 m->m_pkthdr.csum_data = 0xffff; in lo_output()
362 m->m_pkthdr.csum_data = 0xffff; in lo_pre_enqueue()
H A Ddlil_output.c427 m->m_pkthdr.csum_data = 0; in dlil_output()
H A Dif_bridge.c4997 m->m_pkthdr.csum_data,
5334 (*mp)->m_pkthdr.csum_data = offsetof(struct tcphdr, th_sum);
5734 m->m_pkthdr.csum_data & 0xffff;
5753 m->m_pkthdr.csum_data & 0xffff;
10201 m->m_pkthdr.csum_data = m0->m_pkthdr.csum_data;
10561 m->m_pkthdr.csum_data = offsetof(struct tcphdr, th_sum);
H A Dpf_norm.c766 m->m_pkthdr.csum_data = 0xffff; in pf_reassemble()
1413 m->m_pkthdr.csum_data = 0xffff; in pf_reassemble6()
H A Ddlil_input.c984 m->m_pkthdr.csum_data = 0; in dlil_input_packet_list_common()
H A Dif_fake.c3814 m->m_pkthdr.csum_data = 0xffff; in feth_output_common()
/xnu-12377.1.9/bsd/kern/
H A Dkpi_mbuf.c911 mbuf->m_pkthdr.csum_data = value; in mbuf_set_csum_requested()
1077 *value = mbuf->m_pkthdr.csum_data; in mbuf_get_csum_requested()
1088 mbuf->m_pkthdr.csum_data = 0; in mbuf_clear_csum_requested()
1106 mbuf->m_pkthdr.csum_data = value; in mbuf_set_csum_performed()
1119 *value = mbuf->m_pkthdr.csum_data; in mbuf_get_csum_performed()
1129 mbuf->m_pkthdr.csum_data = 0; in mbuf_clear_csum_performed()
H A Duipc_mbuf.c717 m->m_pkthdr.csum_data = 0; in mbuf_init_pkthdr()
/xnu-12377.1.9/bsd/netinet6/
H A Desp_input.c781 m->m_pkthdr.csum_data = 0xFFFF; in esp4_input_extended()
782 static_assert(offsetof(struct pkthdr, csum_data) == offsetof(struct pkthdr, csum_rx_val)); in esp4_input_extended()
1542 m->m_pkthdr.csum_data = 0xFFFF; in esp6_input_extended()
1543 static_assert(offsetof(struct pkthdr, csum_data) == offsetof(struct pkthdr, csum_rx_val)); in esp6_input_extended()
H A Dudp6_output.c480 m->m_pkthdr.csum_data = offsetof(struct udphdr, uh_sum); in udp6_output()
H A Dip6_output.c1775 m->m_pkthdr.csum_data = 0; in ip6_fragment_packet()
2149 m->m_pkthdr.csum_data = (m->m_pkthdr.csum_tx_stuff - in in6_finalize_cksum()
2153 ulpoff = (m->m_pkthdr.csum_data & 0xffff); /* ULP csum offset */ in in6_finalize_cksum()
4317 m->m_pkthdr.csum_data & 0xffff; in ip6_output_checksum()
H A Dfrag6.c843 m->m_pkthdr.csum_data = 0xffff; in frag6_input()
H A Dip6_input.c550 m->m_pkthdr.csum_data = 0; in ip6_input_adjust()
586 m->m_pkthdr.csum_data = 0; in ip6_input_adjust()
H A Desp_output.c906 m->m_pkthdr.csum_data = offsetof(struct udphdr, uh_sum); in esp_output()
H A Dicmp6.c2489 m->m_pkthdr.csum_data = 0; in icmp6_reflect()
H A Dipsec.c5303 m->m_pkthdr.csum_data = offsetof(struct udphdr, uh_sum); in ipsec_send_natt_keepalive()
/xnu-12377.1.9/bsd/netinet/
H A Dip_output.c1994 m0->m_pkthdr.csum_data = nfrags; in ip_fragment()
2138 m->m_pkthdr.csum_data = (m->m_pkthdr.csum_tx_stuff - in in_finalize_cksum()
2142 ulpoff = (m->m_pkthdr.csum_data & 0xffff); /* ULP csum offset */ in in_finalize_cksum()
3083 copym->m_pkthdr.csum_data = 0xffff; in ip_mloopback()
3474 uint16_t ulpoff = m->m_pkthdr.csum_data & 0xffff; in ip_output_checksum()
H A Dip_input.c891 m->m_pkthdr.csum_data = 0; in ip_input_adjust()
927 m->m_pkthdr.csum_data = 0; in ip_input_adjust()
2177 m->m_pkthdr.csum_data = 0xffff; in ip_reass()
2956 m->m_pkthdr.csum_data = 0; in ip_stripoptions()
3588 m->m_pkthdr.csum_data = 0xffff; in ip_cksum()
H A Dkpi_ipfilter.c387 m->m_pkthdr.csum_data = 0; in ipf_inject_input()
H A Dudp_usrreq.c1928 m->m_pkthdr.csum_data = offsetof(struct udphdr, uh_sum); in udp_output()
3092 m->m_pkthdr.csum_data = offsetof(struct udphdr, in udp_fill_keepalive_offload_frames()
3166 m->m_pkthdr.csum_data = offsetof(struct udphdr, in udp_fill_keepalive_offload_frames()
H A Dip_icmp.c1020 m->m_pkthdr.csum_data = 0; in icmp_send()
H A Dtcp_output.c2982 m->m_pkthdr.csum_data = offsetof(struct tcphdr, th_sum); in tcp_output()
2989 m->m_pkthdr.csum_data = offsetof(struct tcphdr, th_sum); in tcp_output()
H A Dtcp_subr.c989 m->m_pkthdr.csum_data = offsetof(struct tcphdr, th_sum); in tcp_respond()
996 m->m_pkthdr.csum_data = offsetof(struct tcphdr, th_sum); in tcp_respond()
/xnu-12377.1.9/bsd/sys/
H A Dmbuf.h390 u_int32_t csum_data; member