Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/bpf/
Dhelpers.c55 .ret_type = RET_INTEGER,
72 .ret_type = RET_INTEGER,
86 .ret_type = RET_INTEGER,
100 .ret_type = RET_INTEGER,
113 .ret_type = RET_INTEGER,
121 .ret_type = RET_INTEGER,
132 .ret_type = RET_INTEGER,
143 .ret_type = RET_INTEGER,
155 .ret_type = RET_INTEGER,
167 .ret_type = RET_INTEGER,
[all …]
Dstackmap.c500 .ret_type = RET_INTEGER,
569 .ret_type = RET_INTEGER,
653 .ret_type = RET_INTEGER,
673 .ret_type = RET_INTEGER,
737 .ret_type = RET_INTEGER,
Dringbuf.c464 .ret_type = RET_INTEGER,
493 .ret_type = RET_INTEGER,
Dbpf_inode_storage.c268 .ret_type = RET_INTEGER,
Dcgroup.c1545 .ret_type = RET_INTEGER,
1587 .ret_type = RET_INTEGER,
1607 .ret_type = RET_INTEGER,
1632 .ret_type = RET_INTEGER,
Dverifier.c4887 if (ret_type != RET_INTEGER || in do_refine_retval_range()
5111 if (fn->ret_type == RET_INTEGER) { in check_helper_call()
/Linux-v5.10/kernel/trace/
Dbpf_trace.c146 .ret_type = RET_INTEGER,
172 .ret_type = RET_INTEGER,
209 .ret_type = RET_INTEGER,
240 .ret_type = RET_INTEGER,
282 .ret_type = RET_INTEGER,
302 .ret_type = RET_INTEGER,
321 .ret_type = RET_INTEGER,
358 .ret_type = RET_INTEGER,
562 .ret_type = RET_INTEGER,
769 .ret_type = RET_INTEGER,
[all …]
/Linux-v5.10/net/core/
Dfilter.c1712 .ret_type = RET_INTEGER,
1743 .ret_type = RET_INTEGER,
1777 .ret_type = RET_INTEGER,
1821 .ret_type = RET_INTEGER,
1846 .ret_type = RET_INTEGER,
1889 .ret_type = RET_INTEGER,
1930 .ret_type = RET_INTEGER,
1983 .ret_type = RET_INTEGER,
2022 .ret_type = RET_INTEGER,
2045 .ret_type = RET_INTEGER,
[all …]
Dsock_map.c659 .ret_type = RET_INTEGER,
687 .ret_type = RET_INTEGER,
714 .ret_type = RET_INTEGER,
1263 .ret_type = RET_INTEGER,
1291 .ret_type = RET_INTEGER,
1318 .ret_type = RET_INTEGER,
Dbpf_sk_storage.c379 .ret_type = RET_INTEGER,
/Linux-v5.10/drivers/media/rc/
Dbpf-lirc.c34 .ret_type = RET_INTEGER,
53 .ret_type = RET_INTEGER,
76 .ret_type = RET_INTEGER,
/Linux-v5.10/net/ipv4/
Dbpf_tcp_ca.c158 .ret_type = RET_INTEGER,
/Linux-v5.10/include/linux/
Dbpf.h302 RET_INTEGER, /* function returns integer */ enumerator