Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/bpf/
Dhelpers.c52 .ret_type = RET_INTEGER,
69 .ret_type = RET_INTEGER,
83 .ret_type = RET_INTEGER,
97 .ret_type = RET_INTEGER,
110 .ret_type = RET_INTEGER,
118 .ret_type = RET_INTEGER,
129 .ret_type = RET_INTEGER,
140 .ret_type = RET_INTEGER,
152 .ret_type = RET_INTEGER,
168 .ret_type = RET_INTEGER,
[all …]
Dcgroup.c1190 .ret_type = RET_INTEGER,
1232 .ret_type = RET_INTEGER,
1252 .ret_type = RET_INTEGER,
1277 .ret_type = RET_INTEGER,
Dstackmap.c439 .ret_type = RET_INTEGER,
505 .ret_type = RET_INTEGER,
Dverifier.c3874 if (ret_type != RET_INTEGER || in do_refine_retval_range()
4055 if (fn->ret_type == RET_INTEGER) { in check_helper_call()
/Linux-v5.4/kernel/trace/
Dbpf_trace.c135 .ret_type = RET_INTEGER,
160 .ret_type = RET_INTEGER,
198 .ret_type = RET_INTEGER,
332 .ret_type = RET_INTEGER,
389 .ret_type = RET_INTEGER,
414 .ret_type = RET_INTEGER,
500 .ret_type = RET_INTEGER,
562 .ret_type = RET_INTEGER,
583 .ret_type = RET_INTEGER,
617 .ret_type = RET_INTEGER,
[all …]
/Linux-v5.4/net/core/
Dfilter.c267 .ret_type = RET_INTEGER,
1693 .ret_type = RET_INTEGER,
1724 .ret_type = RET_INTEGER,
1758 .ret_type = RET_INTEGER,
1800 .ret_type = RET_INTEGER,
1825 .ret_type = RET_INTEGER,
1868 .ret_type = RET_INTEGER,
1909 .ret_type = RET_INTEGER,
1962 .ret_type = RET_INTEGER,
2001 .ret_type = RET_INTEGER,
[all …]
Dsock_map.c446 .ret_type = RET_INTEGER,
470 .ret_type = RET_INTEGER,
492 .ret_type = RET_INTEGER,
895 .ret_type = RET_INTEGER,
919 .ret_type = RET_INTEGER,
941 .ret_type = RET_INTEGER,
Dbpf_sk_storage.c908 .ret_type = RET_INTEGER,
/Linux-v5.4/drivers/media/rc/
Dbpf-lirc.c34 .ret_type = RET_INTEGER,
58 .ret_type = RET_INTEGER,
81 .ret_type = RET_INTEGER,
/Linux-v5.4/include/linux/
Dbpf.h218 RET_INTEGER, /* function returns integer */ enumerator