Searched refs:func_ret (Results 1 – 2 of 2) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | cgroup.c | 94 u32 func_ret; in bpf_prog_run_array_cg() local 103 func_ret = run_prog(prog, ctx); in bpf_prog_run_array_cg() 105 *(ret_flags) |= (func_ret >> 1); in bpf_prog_run_array_cg() 106 func_ret &= 1; in bpf_prog_run_array_cg() 108 if (!func_ret && cgroup_bpf_hook_returns_errno(atype) && in bpf_prog_run_array_cg()
|
| /linux/net/wireless/ |
| H A D | trace.h | 1822 TP_PROTO(struct wiphy *wiphy, int func_ret, int func_fill), 1823 TP_ARGS(wiphy, func_ret, func_fill), 1826 __field(int, func_ret) 1831 __entry->func_ret = func_ret; 1835 WIPHY_PR_ARG, __entry->func_ret, __entry->func_fill)
|