Home
last modified time | relevance | path

Searched refs:tx_xmit_list (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/tools/perf/scripts/python/
Dnetdev-times.py37 tx_xmit_list = []; # list of packets which pass through dev_hard_start_xmit variable
223 (len(tx_xmit_list), of_count_tx_xmit_list)
420 tx_xmit_list.insert(0, skb)
422 if len(tx_xmit_list) > buffer_budget:
423 tx_xmit_list.pop()
435 for i in range(len(tx_xmit_list)):
436 skb = tx_xmit_list[i]
440 del tx_xmit_list[i]
452 for i in range(len(tx_xmit_list)):
453 skb = tx_xmit_list[i]
[all …]