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

/linux-master/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()
706 if (BLOCK_NUM_PKTS(pbd)) {
714 if (!BLOCK_NUM_PKTS(pbd)) {
814 if (BLOCK_NUM_PKTS(pbd1)) {
864 BLOCK_NUM_PKTS(pbd1) = 0;
1046 BLOCK_NUM_PKTS(pbd) += 1;

Completed in 120 milliseconds