Searched refs:cnt_p (Results 1 – 2 of 2) sorted by relevance
38 u64 *cnt_p = bpf_map_lookup_elem(&stats, &idx); in stat_inc() 39 if (cnt_p) in stat_inc() 40 (*cnt_p)++; in stat_inc() local
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()