Home
last modified time | relevance | path

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

/net/core/
Dfilter.c8189 static int bpf_noop_prologue(struct bpf_insn *insn_buf, bool direct_write, in bpf_noop_prologue() argument
8198 static int bpf_unclone_prologue(struct bpf_insn *insn_buf, bool direct_write, in bpf_unclone_prologue() argument
8203 if (!direct_write) in bpf_unclone_prologue()
8272 static int tc_cls_act_prologue(struct bpf_insn *insn_buf, bool direct_write, in tc_cls_act_prologue() argument
8275 return bpf_unclone_prologue(insn_buf, direct_write, prog, TC_ACT_SHOT); in tc_cls_act_prologue()
8551 static int sk_skb_prologue(struct bpf_insn *insn_buf, bool direct_write, in sk_skb_prologue() argument
8554 return bpf_unclone_prologue(insn_buf, direct_write, prog, SK_DROP); in sk_skb_prologue()