]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/kern/sysctl_init.c
xnu-201.tar.gz
[apple/xnu.git] / bsd / kern / sysctl_init.c
index 5402e009f97aa8a5d671e5b6ae683f4f17d70102..18b840051b57abfbcb9a1820ed3f5f43687255d5 100644 (file)
@@ -126,6 +126,8 @@ extern struct sysctl_oid sysctl__net_link_ether_inet_maxtries;
 extern struct sysctl_oid sysctl__net_link_ether_inet_proxyall;
 extern struct sysctl_oid sysctl__net_link_ether_inet_prune_intvl;
 extern struct sysctl_oid sysctl__net_link_ether_inet_useloopback;
+extern struct sysctl_oid sysctl__net_link_ether_inet_apple_hwcksum_tx;
+extern struct sysctl_oid sysctl__net_link_ether_inet_apple_hwcksum_rx;
 
 #if NETMIBS
 extern struct sysctl_oid sysctl__net_link_generic_system_ifcount;
@@ -398,6 +400,8 @@ struct sysctl_oid *newsysctl_list[] =
     ,&sysctl__net_link_ether_inet_proxyall
     ,&sysctl__net_link_ether_inet_prune_intvl
     ,&sysctl__net_link_ether_inet_useloopback
+    ,&sysctl__net_link_ether_inet_apple_hwcksum_tx
+    ,&sysctl__net_link_ether_inet_apple_hwcksum_rx
 #if NETMIBS
     ,&sysctl__net_link_generic_system_ifcount
     ,&sysctl__net_link_generic