Home
last modified time | relevance | path

Searched refs:insnsi (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Dbpf.h672 const struct bpf_insn *insnsi, in bpf_dispatcher_nop_func() argument
676 return bpf_func(ctx, insnsi); in bpf_dispatcher_nop_func()
701 const struct bpf_insn *insnsi, \
705 return bpf_func(ctx, insnsi); \
713 const struct bpf_insn *insnsi, \
Dfilter.h564 struct bpf_insn insnsi[]; member
581 __ret = dfunc(ctx, (prog)->insnsi, (prog)->bpf_func); \
588 __ret = dfunc(ctx, (prog)->insnsi, (prog)->bpf_func); \