Home
last modified time | relevance | path

Searched refs:BLOCK_NUM_PKTS (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/packet/
H A Daf_packet.c179 #define BLOCK_NUM_PKTS(x) ((x)->hdr.bh1.num_pkts) macro
664 * lock(); increment BLOCK_NUM_PKTS; unlock() in prb_retire_rx_blk_timer_expired()
671 if (BLOCK_NUM_PKTS(pbd)) { in prb_retire_rx_blk_timer_expired()
679 if (!BLOCK_NUM_PKTS(pbd)) { in prb_retire_rx_blk_timer_expired()
779 if (BLOCK_NUM_PKTS(pbd1)) { in prb_close_block()
829 BLOCK_NUM_PKTS(pbd1) = 0; in prb_open_block()
1011 BLOCK_NUM_PKTS(pbd) += 1;
/kernel/linux/linux-6.6/net/packet/
H A Daf_packet.c184 #define BLOCK_NUM_PKTS(x) ((x)->hdr.bh1.num_pkts) macro
699 * lock(); increment BLOCK_NUM_PKTS; unlock() in prb_retire_rx_blk_timer_expired()
706 if (BLOCK_NUM_PKTS(pbd)) { in prb_retire_rx_blk_timer_expired()
714 if (!BLOCK_NUM_PKTS(pbd)) { in prb_retire_rx_blk_timer_expired()
814 if (BLOCK_NUM_PKTS(pbd1)) { in prb_close_block()
864 BLOCK_NUM_PKTS(pbd1) = 0; in prb_open_block()
1046 BLOCK_NUM_PKTS(pbd) += 1;

Completed in 12 milliseconds