Lines Matching defs:packets

120  * indicates that the device will soon be dropping packets, or already drops
121 * some packets of the same priority; prompting us to send less aggressively. */
523 * @work_done: number of packets processed
1371 * This function is used to submit @n XDP packets for transmit on a
1381 * responsible for sending and/or receiving packets on a specific
1918 * because most packets are unicast)
1929 * @rx_handler: handler for received packets
1933 * @nf_hooks_ingress: netfilter hooks executed for ingress packets
1953 * @nf_hooks_egress: netfilter hooks executed for egress packets
1983 * @lstats: Loopback statistics: packets, bytes
1984 * @tstats: Tunnel statistics: RX/TX packets, RX/TX bytes
1985 * @dstats: Dummy statistics: RX/TX/drop packets, RX/TX bytes
2751 u64_stats_t packets;
2756 void dev_lstats_read(struct net_device *dev, u64 *packets, u64 *bytes);
2769 unsigned int packets,
2776 u64_stats_add(&tstats->tx_packets, packets);
2786 u64_stats_inc(&lstats->packets);
3206 * Incoming packets are placed on per-CPU queues
3371 * netif_stop_queue - stop transmitted packets
3541 * netdev_tx_completed_queue - report number of packets/bytes at TX completion.
3543 * @pkts: number of packets (currently ignored)
3574 * netdev_completed_queue - report bytes and packets completed by device
3576 * @pkts: actual number of packets sent over the medium
3579 * Report the number of bytes and packets transmitted by the network device
3598 * netdev_reset_queue - reset the packets and bytes count of a network device
3648 * netif_start_subqueue - allow sending packets on subqueue
3662 * netif_stop_subqueue - stop sending packets on subqueue
3703 * netif_wake_subqueue - allow sending packets on subqueue
4195 * actually in a condition to pass packets (i.e., it is not 'up') but is