Lines Matching refs:_count

1188 #define DP_STATS_INC_PKT(_handle, _field, _count, _bytes) \  argument
1190 DP_STATS_INC(_handle, _field.num, _count); \
1194 #define DP_PEER_STATS_FLAT_INC_PKT(_handle, _field, _count, _bytes) \ argument
1196 DP_PEER_STATS_FLAT_INC(_handle, _field.num, _count); \
1200 #define DP_STATS_INCC_PKT(_handle, _field, _count, _bytes, _cond) \ argument
1202 DP_STATS_INCC(_handle, _field.num, _count, _cond); \
1243 #define DP_STATS_INC_PKT(_handle, _field, _count, _bytes) argument
1244 #define DP_PEER_STATS_FLAT_INC_PKT(_handle, _field, _count, _bytes) argument
1245 #define DP_STATS_INCC_PKT(_handle, _field, _count, _bytes, _cond) argument
1262 #define DP_PEER_PER_PKT_STATS_INC_PKT(_handle, _field, _count, _bytes, _link) \ argument
1264 DP_PEER_PER_PKT_STATS_INC(_handle, _field.num, _count, _link); \
1268 #define DP_PEER_PER_PKT_STATS_INCC_PKT(_handle, _field, _count, _bytes, _cond, _link) \ argument
1270 DP_PEER_PER_PKT_STATS_INCC(_handle, _field.num, _count, _cond, _link); \
1298 #define DP_PEER_TO_STACK_INCC_PKT(_handle, _count, _bytes, _cond) \ argument
1301 DP_PEER_STATS_FLAT_INC_PKT(_handle, to_stack, _count, _bytes); \
1304 #define DP_PEER_TO_STACK_DECC(_handle, _count, _cond) \ argument
1307 DP_PEER_STATS_FLAT_DEC(_handle, to_stack.num, _count); \
1310 #define DP_PEER_MC_INCC_PKT(_handle, _count, _bytes, _cond, _link) \ argument
1313 DP_PEER_PER_PKT_STATS_INC_PKT(_handle, rx.multicast, _count, _bytes, _link); \
1316 #define DP_PEER_BC_INCC_PKT(_handle, _count, _bytes, _cond, _link) \ argument
1319 DP_PEER_PER_PKT_STATS_INC_PKT(_handle, rx.bcast, _count, _bytes, _link); \
1322 #define DP_PEER_UC_INCC_PKT(_handle, _count, _bytes, _cond, _link) \ argument
1325 DP_PEER_PER_PKT_STATS_INC_PKT(_handle, rx.unicast, _count, _bytes, _link); \
1328 #define DP_PEER_TO_STACK_INCC_PKT(_handle, _count, _bytes, _cond) \ argument
1331 DP_PEER_STATS_FLAT_INC_PKT(_handle, to_stack, _count, _bytes); \
1334 #define DP_PEER_TO_STACK_DECC(_handle, _count, _cond) \ argument
1337 DP_PEER_STATS_FLAT_DEC(_handle, to_stack.num, _count); \
1340 #define DP_PEER_MC_INCC_PKT(_handle, _count, _bytes, _cond, _link) \ argument
1343 DP_PEER_PER_PKT_STATS_INC_PKT(_handle, rx.multicast, _count, _bytes, _link); \
1346 #define DP_PEER_BC_INCC_PKT(_handle, _count, _bytes, _cond, _link) \ argument
1349 DP_PEER_PER_PKT_STATS_INC_PKT(_handle, rx.bcast, _count, _bytes, _link); \
1352 #define DP_PEER_UC_INCC_PKT(_handle, _count, _bytes, _cond, _link) \ argument
1355 DP_PEER_PER_PKT_STATS_INC_PKT(_handle, rx.unicast, _count, _bytes, _link); \
1358 #define DP_PEER_TO_STACK_INCC_PKT(_handle, _count, _bytes, _cond) \ argument
1359 DP_PEER_STATS_FLAT_INC_PKT(_handle, to_stack, _count, _bytes);
1361 #define DP_PEER_TO_STACK_DECC(_handle, _count, _cond) \ argument
1362 DP_PEER_STATS_FLAT_DEC(_handle, to_stack.num, _count);
1364 #define DP_PEER_MC_INCC_PKT(_handle, _count, _bytes, _cond, _link) \ argument
1365 DP_PEER_PER_PKT_STATS_INC_PKT(_handle, rx.multicast, _count, _bytes, _link);
1367 #define DP_PEER_BC_INCC_PKT(_handle, _count, _bytes, _cond, _link) \ argument
1368 DP_PEER_PER_PKT_STATS_INC_PKT(_handle, rx.bcast, _count, _bytes, _link);
1370 #define DP_PEER_UC_INCC_PKT(_handle, _count, _bytes, _cond, _link) \ argument
1371 DP_PEER_PER_PKT_STATS_INC_PKT(_handle, rx.unicast, _count, _bytes, _link);