Lines Matching refs:packets

468     "ilog2 of EWMA decay rate of avg inbound packets");
492 IF_RXPOLL_INTERVAL_PKTS, "input poll interval (packets)");
509 "max packets per poll call");
574 u_int32_t plowat; /* packets low watermark */
575 u_int32_t phiwat; /* packets high watermark */
939 * low and high watermarks for outstanding inbound packets/bytes.
1467 * a) handles all inbound packets for lo0
1468 * b) handles all inbound packets for interfaces with no dedicated
1523 * safeguards if we deal with long chains of packets.
1589 /* Free up pending packets */
1607 * safeguards if we deal with long chains of packets.
1671 /* Free up pending packets */
1680 /* Total count of all packets */
1683 /* Total bytes of all packets */
1716 /* Calculate min/max of inbound packets */
1717 ptot = (u_int32_t)inp->sstats.packets;
1723 /* Calculate EWMA of inbound packets */
1851 * safeguards if we deal with long chains of packets.
2039 * the rcvif of the packet header: loopback (lo0) packets use a
2193 * there are still packets in the send queue which haven't
2333 printf("%s%d: no packets, pkts avg %d max %d, "
2802 if (inp->tstats.packets != 0) {
2803 inp->pstats.ifi_poll_packets += inp->tstats.packets;
2804 inp->tstats.packets = 0;
2898 /* run interface filters, exclude VLAN packets PR-3586856 */
2954 /* pass up the last list of packets */
3362 /* Do not pass VLAN tagged packets to filters PR-3586856 */
3479 if (packetlist) /* if any packets are left, clean up */
4464 * starter thread to invoke the if_start callback where the packets
4486 * thread to invoke if_input_poll callback where the packets may