Searched refs:direct_write (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | bpf.h | 317 int (*gen_prologue)(struct bpf_insn *insn, bool direct_write,
|
| /Linux-v5.4/net/core/ |
| D | filter.c | 6732 static int bpf_noop_prologue(struct bpf_insn *insn_buf, bool direct_write, in bpf_noop_prologue() argument 6741 static int bpf_unclone_prologue(struct bpf_insn *insn_buf, bool direct_write, in bpf_unclone_prologue() argument 6746 if (!direct_write) in bpf_unclone_prologue() 6815 static int tc_cls_act_prologue(struct bpf_insn *insn_buf, bool direct_write, in tc_cls_act_prologue() argument 6818 return bpf_unclone_prologue(insn_buf, direct_write, prog, TC_ACT_SHOT); in tc_cls_act_prologue() 7072 static int sk_skb_prologue(struct bpf_insn *insn_buf, bool direct_write, in sk_skb_prologue() argument 7075 return bpf_unclone_prologue(insn_buf, direct_write, prog, SK_DROP); in sk_skb_prologue()
|
| /Linux-v5.4/kernel/bpf/ |
| D | cgroup.c | 1536 bool direct_write, in cg_sockopt_get_prologue() argument
|