Searched refs:RET_INTEGER (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/kernel/bpf/ |
D | helpers.c | 68 .ret_type = RET_INTEGER, 88 .ret_type = RET_INTEGER, 101 .ret_type = RET_INTEGER, 112 .ret_type = RET_INTEGER,
|
D | verifier.c | 890 if (fn->ret_type == RET_INTEGER) { in check_call()
|
/linux-4.1.27/kernel/trace/ |
D | bpf_trace.c | 76 .ret_type = RET_INTEGER, 91 .ret_type = RET_INTEGER, 157 .ret_type = RET_INTEGER,
|
/linux-4.1.27/include/linux/ |
D | bpf.h | 68 RET_INTEGER, /* function returns integer */ enumerator
|
/linux-4.1.27/net/core/ |
D | filter.c | 1246 .ret_type = RET_INTEGER, 1296 .ret_type = RET_INTEGER, 1344 .ret_type = RET_INTEGER,
|