Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H A 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 …]
H A 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,
H A Dringbuf.c464 .ret_type = RET_INTEGER,
493 .ret_type = RET_INTEGER,
H A Dbpf_inode_storage.c275 .ret_type = RET_INTEGER,
H A Dcgroup.c1603 .ret_type = RET_INTEGER,
1645 .ret_type = RET_INTEGER,
1665 .ret_type = RET_INTEGER,
1690 .ret_type = RET_INTEGER,
H A Dverifier.c5220 if (ret_type != RET_INTEGER || in do_refine_retval_range()
5440 if (fn->ret_type == RET_INTEGER) { in check_helper_call()
/OK3568_Linux_fs/kernel/kernel/trace/
H A 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 …]
/OK3568_Linux_fs/kernel/net/core/
H A 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 …]
H A Dsock_map.c659 .ret_type = RET_INTEGER,
687 .ret_type = RET_INTEGER,
714 .ret_type = RET_INTEGER,
1272 .ret_type = RET_INTEGER,
1300 .ret_type = RET_INTEGER,
1327 .ret_type = RET_INTEGER,
H A Dbpf_sk_storage.c377 .ret_type = RET_INTEGER,
/OK3568_Linux_fs/kernel/drivers/media/rc/
H A Dbpf-lirc.c34 .ret_type = RET_INTEGER,
53 .ret_type = RET_INTEGER,
76 .ret_type = RET_INTEGER,
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dbpf_tcp_ca.c158 .ret_type = RET_INTEGER,
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h316 RET_INTEGER, /* function returns integer */ enumerator