Searched refs:is_func (Results 1 - 11 of 11) sorted by relevance

/linux-master/arch/parisc/net/
H A Dbpf_jit_core.c169 if (!prog->is_func || extra_pass) {
/linux-master/arch/riscv/net/
H A Dbpf_jit_core.c178 if (!prog->is_func || extra_pass) {
/linux-master/arch/powerpc/net/
H A Dbpf_jit_comp.c227 if (!fp->is_func || extra_pass) {
/linux-master/scripts/mod/
H A Dmodpost.c215 bool is_func; member in struct:symbol
1134 s->is_func = (ELF_ST_TYPE(sym->st_info) == STT_FUNC);
1143 s->is_func = true;
1878 sym->is_func ? "FUNC" : "DATA", sym->name,
/linux-master/arch/loongarch/net/
H A Dbpf_jit.c1296 if (!prog->is_func || extra_pass) {
1316 if (!prog->is_func || extra_pass) {
/linux-master/arch/sparc/net/
H A Dbpf_jit_comp_64.c1604 if (!prog->is_func || extra_pass) {
1616 if (!prog->is_func || extra_pass) {
/linux-master/arch/arm64/net/
H A Dbpf_jit_comp.c1719 if (!prog->is_func || extra_pass) {
1752 if (!prog->is_func || extra_pass) {
/linux-master/arch/s390/net/
H A Dbpf_jit_comp.c2110 if (!fp->is_func || extra_pass) {
2121 if (!fp->is_func || extra_pass) {
/linux-master/arch/x86/net/
H A Dbpf_jit_comp.c3299 if (!prog->is_func || extra_pass) {
3336 if (!image || !prog->is_func || extra_pass) {
/linux-master/include/linux/
H A Dbpf.h1537 is_func:1, /* program is a bpf function */ member in struct:bpf_prog
/linux-master/kernel/bpf/
H A Dverifier.c19183 func[i]->is_func = 1;

Completed in 289 milliseconds