Searched refs:pkts (Results 1 – 13 of 13) sorted by relevance
| /include/net/ |
| A D | netdev_queues.h | 232 unsigned int pkts, unsigned int bytes) in netdev_txq_completed_mb() argument 235 netdev_tx_completed_queue(dev_queue, pkts, bytes); in netdev_txq_completed_mb() 260 #define __netif_txq_completed_wake(txq, pkts, bytes, \ argument 270 netdev_txq_completed_mb(txq, pkts, bytes); \ 273 if (pkts && likely(get_desc >= start_thrs)) { \ 284 #define netif_txq_completed_wake(txq, pkts, bytes, get_desc, start_thrs) \ argument 285 __netif_txq_completed_wake(txq, pkts, bytes, get_desc, start_thrs, false) 314 #define netif_subqueue_completed_wake(dev, idx, pkts, bytes, \ argument 320 netif_txq_completed_wake(_txq, pkts, bytes, \
|
| A D | flow_offload.h | 543 u64 pkts; member 552 u64 bytes, u64 pkts, in flow_stats_update() argument 556 flow_stats->pkts += pkts; in flow_stats_update()
|
| A D | pkt_cls.h | 308 tcf_action_stats_update(a, stats->bytes, stats->pkts, stats->drops, in tcf_exts_hw_stats_update()
|
| A D | tcp.h | 365 const unsigned int pkts = inet_csk_ack_scheduled(sk) ? 1 : 0; in tcp_dec_quickack_mode() local 367 if (pkts >= icsk->icsk_ack.quick) { in tcp_dec_quickack_mode() 372 icsk->icsk_ack.quick -= pkts; in tcp_dec_quickack_mode()
|
| A D | ip_vs.h | 1589 void ip_vs_sync_conn(struct netns_ipvs *ipvs, struct ip_vs_conn *cp, int pkts);
|
| A D | cfg80211.h | 4946 u32 rate, u32 pkts, u32 intvl);
|
| /include/linux/ |
| A D | dim.h | 54 u16 pkts; member
|
| A D | ethtool.h | 592 u64 pkts;
|
| A D | netdevice.h | 3807 unsigned int pkts, unsigned int bytes) in netdev_tx_completed_queue() argument 3841 unsigned int pkts, unsigned int bytes) in netdev_completed_queue() argument 3843 netdev_tx_completed_queue(netdev_get_tx_queue(dev, 0), pkts, bytes); in netdev_completed_queue()
|
| /include/soc/mscc/ |
| A D | ocelot_vcap.h | 668 u64 pkts; member
|
| A D | ocelot.h | 763 u64 pkts; member
|
| /include/net/netfilter/ |
| A D | nf_tables.h | 1190 u64 pkts; member
|
| /include/net/bluetooth/ |
| A D | hci.h | 2585 __le16 pkts; member
|
Completed in 120 milliseconds