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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din_var.h174 extern int apple_hwcksum_tx;
H A Din_arp.c96 int apple_hwcksum_tx = 1; variable
105 SYSCTL_INT(_net_link_ether_inet, OID_AUTO, apple_hwcksum_tx, CTLFLAG_RW,
106 &apple_hwcksum_tx, 0, "");
H A Dip_output.c1349 if (apple_hwcksum_tx && (m->m_pkthdr.csum_flags & CSUM_TCP)
1363 } else if (apple_hwcksum_tx == 0) {
1374 if (apple_hwcksum_tx != 0) {
2933 int sw_csum = (apple_hwcksum_tx == 0);
H A Dip_input.c683 apple_hwcksum_tx == 0) {
688 * side because apple_hwcksum_tx was set to 0. In this case,
695 * the send side has bypassed it (apple_hwcksum_tx set to 1).
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_loop.c222 if (apple_hwcksum_tx != 0) {

Completed in 29 milliseconds