Lines Matching refs:key
11 __type(key, u32);
20 __type(key, u32);
47 u32 key = XDP_REDIRECT_ERROR; in xdp_redirect_collect_stat() local
52 key = XDP_REDIRECT_SUCCESS; in xdp_redirect_collect_stat()
54 cnt = bpf_map_lookup_elem(&redirect_err_cnt, &key); in xdp_redirect_collect_stat()
109 u32 key; in trace_xdp_exception() local
111 key = ctx->act; in trace_xdp_exception()
112 if (key > XDP_REDIRECT) in trace_xdp_exception()
113 key = XDP_UNKNOWN; in trace_xdp_exception()
115 cnt = bpf_map_lookup_elem(&exception_cnt, &key); in trace_xdp_exception()
134 __type(key, u32);
141 __type(key, u32);
198 u32 key = 0; in trace_xdp_cpumap_kthread() local
200 rec = bpf_map_lookup_elem(&cpumap_kthread_cnt, &key); in trace_xdp_cpumap_kthread()
215 __type(key, u32);
237 u32 key = 0; in trace_xdp_devmap_xmit() local
239 rec = bpf_map_lookup_elem(&devmap_xmit_cnt, &key); in trace_xdp_devmap_xmit()