Searched refs:cnt_p (Results 1 – 2 of 2) sorted by relevance
50 u64 *cnt_p = bpf_map_lookup_elem(&stats, &idx); in stat_inc() local51 if (cnt_p) in stat_inc()52 (*cnt_p)++; in stat_inc()
77 u64 *cnt_p = bpf_map_lookup_elem(&stats, &idx_v); in stat_inc() local78 if (cnt_p) in stat_inc()79 (*cnt_p)++; in stat_inc()