Home
last modified time | relevance | path

Searched refs:RET_INTEGER (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/kernel/bpf/
Dhelpers.c57 .ret_type = RET_INTEGER,
74 .ret_type = RET_INTEGER,
82 .ret_type = RET_INTEGER,
93 .ret_type = RET_INTEGER,
104 .ret_type = RET_INTEGER,
116 .ret_type = RET_INTEGER,
132 .ret_type = RET_INTEGER,
152 .ret_type = RET_INTEGER,
178 .ret_type = RET_INTEGER,
194 .ret_type = RET_INTEGER,
Dstackmap.c432 .ret_type = RET_INTEGER,
498 .ret_type = RET_INTEGER,
Dsockmap.c2605 .ret_type = RET_INTEGER,
2626 .ret_type = RET_INTEGER,
Dverifier.c2437 if (ret_type != RET_INTEGER || in do_refine_retval_range()
2570 if (fn->ret_type == RET_INTEGER) { in check_helper_call()
/Linux-v4.19/kernel/trace/
Dbpf_trace.c93 .ret_type = RET_INTEGER,
113 .ret_type = RET_INTEGER,
145 .ret_type = RET_INTEGER,
277 .ret_type = RET_INTEGER,
334 .ret_type = RET_INTEGER,
359 .ret_type = RET_INTEGER,
422 .ret_type = RET_INTEGER,
468 .ret_type = RET_INTEGER,
489 .ret_type = RET_INTEGER,
518 .ret_type = RET_INTEGER,
[all …]
/Linux-v4.19/net/core/
Dfilter.c262 .ret_type = RET_INTEGER,
1691 .ret_type = RET_INTEGER,
1722 .ret_type = RET_INTEGER,
1764 .ret_type = RET_INTEGER,
1789 .ret_type = RET_INTEGER,
1820 .ret_type = RET_INTEGER,
1861 .ret_type = RET_INTEGER,
1914 .ret_type = RET_INTEGER,
1953 .ret_type = RET_INTEGER,
1976 .ret_type = RET_INTEGER,
[all …]
/Linux-v4.19/drivers/media/rc/
Dbpf-lirc.c31 .ret_type = RET_INTEGER,
55 .ret_type = RET_INTEGER,
/Linux-v4.19/include/linux/
Dbpf.h161 RET_INTEGER, /* function returns integer */ enumerator