Lines Matching refs:bpf_mprog_entry
108 static int bpf_mprog_replace(struct bpf_mprog_entry *entry, in bpf_mprog_replace()
109 struct bpf_mprog_entry **entry_new, in bpf_mprog_replace()
127 static int bpf_mprog_insert(struct bpf_mprog_entry *entry, in bpf_mprog_insert()
128 struct bpf_mprog_entry **entry_new, in bpf_mprog_insert()
132 struct bpf_mprog_entry *peer; in bpf_mprog_insert()
151 static int bpf_mprog_delete(struct bpf_mprog_entry *entry, in bpf_mprog_delete()
152 struct bpf_mprog_entry **entry_new, in bpf_mprog_delete()
156 struct bpf_mprog_entry *peer; in bpf_mprog_delete()
178 static int bpf_mprog_pos_exact(struct bpf_mprog_entry *entry, in bpf_mprog_pos_exact()
193 static int bpf_mprog_pos_before(struct bpf_mprog_entry *entry, in bpf_mprog_pos_before()
209 static int bpf_mprog_pos_after(struct bpf_mprog_entry *entry, in bpf_mprog_pos_after()
225 int bpf_mprog_attach(struct bpf_mprog_entry *entry, in bpf_mprog_attach()
226 struct bpf_mprog_entry **entry_new, in bpf_mprog_attach()
297 static int bpf_mprog_fetch(struct bpf_mprog_entry *entry, in bpf_mprog_fetch()
328 int bpf_mprog_detach(struct bpf_mprog_entry *entry, in bpf_mprog_detach()
329 struct bpf_mprog_entry **entry_new, in bpf_mprog_detach()
396 struct bpf_mprog_entry *entry) in bpf_mprog_query()