Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/bpf/
Dhelpers.c71 .ret_type = RET_INTEGER,
91 .ret_type = RET_INTEGER,
99 .ret_type = RET_INTEGER,
110 .ret_type = RET_INTEGER,
122 .ret_type = RET_INTEGER,
138 .ret_type = RET_INTEGER,
158 .ret_type = RET_INTEGER,
176 .ret_type = RET_INTEGER,
Dverifier.c986 if (fn->ret_type == RET_INTEGER) { in check_call()
/linux-4.4.14/kernel/trace/
Dbpf_trace.c76 .ret_type = RET_INTEGER,
173 .ret_type = RET_INTEGER,
218 .ret_type = RET_INTEGER,
259 .ret_type = RET_INTEGER,
/linux-4.4.14/net/core/
Dfilter.c1304 .ret_type = RET_INTEGER,
1353 .ret_type = RET_INTEGER,
1400 .ret_type = RET_INTEGER,
1434 .ret_type = RET_INTEGER,
1478 .ret_type = RET_INTEGER,
1491 .ret_type = RET_INTEGER,
1510 .ret_type = RET_INTEGER,
1529 .ret_type = RET_INTEGER,
1546 .ret_type = RET_INTEGER,
1580 .ret_type = RET_INTEGER,
[all …]
/linux-4.4.14/include/linux/
Dbpf.h75 RET_INTEGER, /* function returns integer */ enumerator