Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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.c497 .ret_type = RET_INTEGER,
566 .ret_type = RET_INTEGER,
648 .ret_type = RET_INTEGER,
677 .ret_type = RET_INTEGER,
741 .ret_type = RET_INTEGER,
Dringbuf.c464 .ret_type = RET_INTEGER,
493 .ret_type = RET_INTEGER,
Dbpf_inode_storage.c275 .ret_type = RET_INTEGER,
Dcgroup.c1603 .ret_type = RET_INTEGER,
1645 .ret_type = RET_INTEGER,
1665 .ret_type = RET_INTEGER,
1690 .ret_type = RET_INTEGER,
Dverifier.c5299 if (ret_type != RET_INTEGER || in do_refine_retval_range()
5523 if (ret_type == RET_INTEGER) { in check_helper_call()
/kernel/linux/linux-5.10/kernel/trace/
Dbpf_trace.c143 .ret_type = RET_INTEGER,
169 .ret_type = RET_INTEGER,
206 .ret_type = RET_INTEGER,
232 .ret_type = RET_INTEGER,
267 .ret_type = RET_INTEGER,
287 .ret_type = RET_INTEGER,
306 .ret_type = RET_INTEGER,
343 .ret_type = RET_INTEGER,
547 .ret_type = RET_INTEGER,
754 .ret_type = RET_INTEGER,
[all …]
/kernel/linux/linux-5.10/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,
1890 .ret_type = RET_INTEGER,
1931 .ret_type = RET_INTEGER,
1984 .ret_type = RET_INTEGER,
2023 .ret_type = RET_INTEGER,
2046 .ret_type = RET_INTEGER,
[all …]
Dsock_map.c661 .ret_type = RET_INTEGER,
689 .ret_type = RET_INTEGER,
716 .ret_type = RET_INTEGER,
1274 .ret_type = RET_INTEGER,
1302 .ret_type = RET_INTEGER,
1329 .ret_type = RET_INTEGER,
Dbpf_sk_storage.c377 .ret_type = RET_INTEGER,
/kernel/linux/linux-5.10/drivers/media/rc/
Dbpf-lirc.c34 .ret_type = RET_INTEGER,
53 .ret_type = RET_INTEGER,
76 .ret_type = RET_INTEGER,
/kernel/linux/linux-5.10/net/ipv4/
Dbpf_tcp_ca.c158 .ret_type = RET_INTEGER,
/kernel/linux/linux-5.10/include/linux/
Dbpf.h344 RET_INTEGER, /* function returns integer */ enumerator