Home
last modified time | relevance | path

Searched refs:func_ret (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/bpf/
H A Dcgroup.c94 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 Dtrace.h1822 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)