Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/bpf/
Dhelpers.c56 .ret_type = RET_INTEGER,
73 .ret_type = RET_INTEGER,
87 .ret_type = RET_INTEGER,
101 .ret_type = RET_INTEGER,
114 .ret_type = RET_INTEGER,
122 .ret_type = RET_INTEGER,
133 .ret_type = RET_INTEGER,
144 .ret_type = RET_INTEGER,
156 .ret_type = RET_INTEGER,
168 .ret_type = RET_INTEGER,
[all …]
Dstackmap.c364 .ret_type = RET_INTEGER,
433 .ret_type = RET_INTEGER,
517 .ret_type = RET_INTEGER,
543 .ret_type = RET_INTEGER,
607 .ret_type = RET_INTEGER,
Dbpf_lsm.c73 .ret_type = RET_INTEGER,
94 .ret_type = RET_INTEGER,
Dringbuf.c445 .ret_type = RET_INTEGER,
474 .ret_type = RET_INTEGER,
Dbpf_inode_storage.c275 .ret_type = RET_INTEGER,
Dcgroup.c1667 .ret_type = RET_INTEGER,
1709 .ret_type = RET_INTEGER,
1729 .ret_type = RET_INTEGER,
1754 .ret_type = RET_INTEGER,
1890 .ret_type = RET_INTEGER,
Dbpf_task_storage.c334 .ret_type = RET_INTEGER,
Dbpf_iter.c711 .ret_type = RET_INTEGER,
Dsyscall.c4730 .ret_type = RET_INTEGER,
4755 .ret_type = RET_INTEGER,
Dbtf.c6210 .ret_type = RET_INTEGER,
Dverifier.c5996 if (ret_type != RET_INTEGER || in do_refine_retval_range()
6306 if (fn->ret_type == RET_INTEGER) { in check_helper_call()
/Linux-v5.15/kernel/trace/
Dbpf_trace.c146 .ret_type = RET_INTEGER,
172 .ret_type = RET_INTEGER,
209 .ret_type = RET_INTEGER,
235 .ret_type = RET_INTEGER,
270 .ret_type = RET_INTEGER,
290 .ret_type = RET_INTEGER,
309 .ret_type = RET_INTEGER,
346 .ret_type = RET_INTEGER,
396 .ret_type = RET_INTEGER,
446 .ret_type = RET_INTEGER,
[all …]
/Linux-v5.15/net/core/
Dfilter.c1713 .ret_type = RET_INTEGER,
1744 .ret_type = RET_INTEGER,
1778 .ret_type = RET_INTEGER,
1822 .ret_type = RET_INTEGER,
1847 .ret_type = RET_INTEGER,
1887 .ret_type = RET_INTEGER,
1928 .ret_type = RET_INTEGER,
1981 .ret_type = RET_INTEGER,
2020 .ret_type = RET_INTEGER,
2043 .ret_type = RET_INTEGER,
[all …]
Dsock_map.c625 .ret_type = RET_INTEGER,
651 .ret_type = RET_INTEGER,
678 .ret_type = RET_INTEGER,
1209 .ret_type = RET_INTEGER,
1235 .ret_type = RET_INTEGER,
1262 .ret_type = RET_INTEGER,
Dbpf_sk_storage.c377 .ret_type = RET_INTEGER,
449 .ret_type = RET_INTEGER,
/Linux-v5.15/drivers/media/rc/
Dbpf-lirc.c34 .ret_type = RET_INTEGER,
53 .ret_type = RET_INTEGER,
76 .ret_type = RET_INTEGER,
/Linux-v5.15/net/ipv4/
Dbpf_tcp_ca.c163 .ret_type = RET_INTEGER,
/Linux-v5.15/include/linux/
Dbpf.h347 RET_INTEGER, /* function returns integer */ enumerator