Searched refs:RET_INTEGER (Results 1 – 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/kernel/bpf/ |
D | helpers.c | 56 .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 …]
|
D | stackmap.c | 497 .ret_type = RET_INTEGER, 566 .ret_type = RET_INTEGER, 648 .ret_type = RET_INTEGER, 677 .ret_type = RET_INTEGER, 741 .ret_type = RET_INTEGER,
|
D | ringbuf.c | 464 .ret_type = RET_INTEGER, 493 .ret_type = RET_INTEGER,
|
D | bpf_inode_storage.c | 275 .ret_type = RET_INTEGER,
|
D | cgroup.c | 1603 .ret_type = RET_INTEGER, 1645 .ret_type = RET_INTEGER, 1665 .ret_type = RET_INTEGER, 1690 .ret_type = RET_INTEGER,
|
D | verifier.c | 5299 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/ |
D | bpf_trace.c | 143 .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/ |
D | filter.c | 1713 .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 …]
|
D | sock_map.c | 661 .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,
|
D | bpf_sk_storage.c | 377 .ret_type = RET_INTEGER,
|
/kernel/linux/linux-5.10/drivers/media/rc/ |
D | bpf-lirc.c | 34 .ret_type = RET_INTEGER, 53 .ret_type = RET_INTEGER, 76 .ret_type = RET_INTEGER,
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | bpf_tcp_ca.c | 158 .ret_type = RET_INTEGER,
|
/kernel/linux/linux-5.10/include/linux/ |
D | bpf.h | 344 RET_INTEGER, /* function returns integer */ enumerator
|