Lines Matching defs:bytes
635 * @bytes: the number of bytes during this measurement interval
646 int packets, int bytes)
656 if (bytes/packets > 8000)
658 else if ((packets < 5) && (bytes > 512))
662 if (bytes > 10000) {
664 if (bytes/packets > 8000)
666 else if ((packets < 10) || ((bytes/packets) > 1200))
670 } else if (bytes/packets > 2000) {
672 } else if (packets <= 2 && bytes < 512) {
677 if (bytes > 25000) {
680 } else if (bytes < 6000) {
2424 /* NOTE: netdev_alloc_skb reserves 16 bytes, and typically NET_IP_ALIGN