Home
last modified time | relevance | path

Searched refs:direct_write (Results 1 – 6 of 6) sorted by relevance

/linux/fs/netfs/
H A DMakefile7 direct_write.o \
/linux/net/sched/
H A Dbpf_qdisc.c135 static int bpf_qdisc_gen_prologue(struct bpf_insn *insn_buf, bool direct_write, in BTF_ID_LIST_SINGLE()
/linux/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_testmod.c1765 static int st_ops_gen_prologue_with_kfunc(struct bpf_insn *insn_buf, bool direct_write, in st_ops_gen_prologue_with_kfunc() argument
1841 static int st_ops_gen_prologue(struct bpf_insn *insn_buf, bool direct_write, in st_ops_gen_prologue() argument
1851 return st_ops_gen_prologue_with_kfunc(insn_buf, direct_write, prog); in st_ops_gen_prologue()
/linux/net/core/
H A Dfilter.c9343 static int bpf_noop_prologue(struct bpf_insn *insn_buf, bool direct_write, in bpf_noop_prologue() argument
9352 static int bpf_unclone_prologue(struct bpf_insn *insn_buf, bool direct_write, in bpf_unclone_prologue() argument
9357 if (!direct_write) in bpf_unclone_prologue()
9426 static int tc_cls_act_prologue(struct bpf_insn *insn_buf, bool direct_write, in tc_cls_act_prologue() argument
9429 return bpf_unclone_prologue(insn_buf, direct_write, prog, TC_ACT_SHOT); in tc_cls_act_prologue()
9767 static int sk_skb_prologue(struct bpf_insn *insn_buf, bool direct_write, in sk_skb_prologue() argument
9770 return bpf_unclone_prologue(insn_buf, direct_write, prog, SK_DROP); in sk_skb_prologue()
/linux/kernel/bpf/
H A Dcgroup.c2757 bool direct_write, in cg_sockopt_get_prologue() argument
/linux/include/linux/
H A Dbpf.h1154 int (*gen_prologue)(struct bpf_insn *insn, bool direct_write,