Lines Matching refs:entry_new
109 struct bpf_mprog_entry **entry_new, in bpf_mprog_replace() argument
123 *entry_new = entry; in bpf_mprog_replace()
128 struct bpf_mprog_entry **entry_new, in bpf_mprog_insert() argument
147 *entry_new = peer; in bpf_mprog_insert()
152 struct bpf_mprog_entry **entry_new, in bpf_mprog_delete() argument
167 *entry_new = peer; in bpf_mprog_delete()
226 struct bpf_mprog_entry **entry_new, in bpf_mprog_attach() argument
289 ret = bpf_mprog_replace(entry, entry_new, &ntuple, idx); in bpf_mprog_attach()
291 ret = bpf_mprog_insert(entry, entry_new, &ntuple, idx, flags); in bpf_mprog_attach()
329 struct bpf_mprog_entry **entry_new, in bpf_mprog_detach() argument
389 ret = bpf_mprog_delete(entry, entry_new, &dtuple, idx); in bpf_mprog_detach()