Home
last modified time | relevance | path

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

/net/core/
Dfilter.c1013 static struct bpf_prog *bpf_prepare_filter(struct bpf_prog *fp, in bpf_prepare_filter() function
1087 fp = bpf_prepare_filter(fp, NULL); in bpf_prog_create()
1141 fp = bpf_prepare_filter(fp, trans); in bpf_prog_create_from_user()
1225 prog = bpf_prepare_filter(prog, NULL); in __sk_attach_filter()