Searched refs:apple_hwcksum_tx (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dif_loop.c298 if (apple_hwcksum_tx != 0) {
347 if (apple_hwcksum_tx != 0) {
H A Dpf.c7723 if (apple_hwcksum_tx && (m0->m_pkthdr.csum_flags & CSUM_TCP) &&
7743 } else if (apple_hwcksum_tx == 0) {
7754 if (apple_hwcksum_tx != 0) {
/darwin-on-arm/xnu/bsd/netinet/
H A Din_var.h187 extern int apple_hwcksum_tx;
H A Din_arp.c100 int apple_hwcksum_tx = 1; variable
114 SYSCTL_INT(_net_link_ether_inet, OID_AUTO, apple_hwcksum_tx,
115 CTLFLAG_RW | CTLFLAG_LOCKED, &apple_hwcksum_tx, 0, "");
H A Dip_output.c1639 if (apple_hwcksum_tx && (m->m_pkthdr.csum_flags & CSUM_TCP)
1652 } else if (apple_hwcksum_tx == 0) {
1663 if (apple_hwcksum_tx != 0) {
2997 int sw_csum = (apple_hwcksum_tx == 0);
H A Dip_input.c2863 apple_hwcksum_tx == 0) {
2868 * side because apple_hwcksum_tx was set to 0. In this case,
2875 * the send side has bypassed it (apple_hwcksum_tx set to 1).
/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_output.c1343 if (apple_hwcksum_tx == 0) /* Do not let HW handle cksum */

Completed in 158 milliseconds