Home
last modified time | relevance | path

Searched defs:prog (Results 1 – 13 of 13) sorted by relevance

/net/sched/
Dcls_bpf.c90 struct cls_bpf_prog *prog; in cls_bpf_classify() local
144 static bool cls_bpf_is_ebpf(const struct cls_bpf_prog *prog) in cls_bpf_is_ebpf()
149 static int cls_bpf_offload_cmd(struct tcf_proto *tp, struct cls_bpf_prog *prog, in cls_bpf_offload_cmd()
171 static int cls_bpf_offload(struct tcf_proto *tp, struct cls_bpf_prog *prog, in cls_bpf_offload()
210 struct cls_bpf_prog *prog) in cls_bpf_stop_offload()
227 struct cls_bpf_prog *prog) in cls_bpf_offload_update_stats()
249 static void cls_bpf_free_parms(struct cls_bpf_prog *prog) in cls_bpf_free_parms()
260 static void __cls_bpf_delete_prog(struct cls_bpf_prog *prog) in __cls_bpf_delete_prog()
271 struct cls_bpf_prog *prog = container_of(work, struct cls_bpf_prog, work); in cls_bpf_delete_prog_work() local
280 struct cls_bpf_prog *prog = container_of(rcu, struct cls_bpf_prog, rcu); in cls_bpf_delete_prog_rcu() local
[all …]
Dact_bpf.c41 struct tcf_bpf *prog = to_bpf(act); in tcf_bpf() local
93 static bool tcf_bpf_is_ebpf(const struct tcf_bpf *prog) in tcf_bpf_is_ebpf()
98 static int tcf_bpf_dump_bpf_info(const struct tcf_bpf *prog, in tcf_bpf_dump_bpf_info()
116 static int tcf_bpf_dump_ebpf_info(const struct tcf_bpf *prog, in tcf_bpf_dump_ebpf_info()
141 struct tcf_bpf *prog = to_bpf(act); in tcf_bpf_dump() local
264 static void tcf_bpf_prog_fill_cfg(const struct tcf_bpf *prog, in tcf_bpf_prog_fill_cfg()
285 struct tcf_bpf *prog; in tcf_bpf_init() local
/net/bpf/
Dtest_run.c14 static __always_inline u32 bpf_test_run_one(struct bpf_prog *prog, void *ctx) in bpf_test_run_one()
27 static u32 bpf_test_run(struct bpf_prog *prog, void *ctx, u32 repeat, u32 *time) in bpf_test_run()
92 int bpf_prog_test_run_skb(struct bpf_prog *prog, const union bpf_attr *kattr, in bpf_prog_test_run_skb()
149 int bpf_prog_test_run_xdp(struct bpf_prog *prog, const union bpf_attr *kattr, in bpf_prog_test_run_xdp()
/net/core/
Dsock_reuseport.c179 struct bpf_prog *prog, struct sk_buff *skb, in run_bpf()
224 struct bpf_prog *prog; in reuseport_select_sock() local
254 reuseport_attach_prog(struct sock *sk, struct bpf_prog *prog) in reuseport_attach_prog()
Dlwt_bpf.c21 struct bpf_prog *prog; member
182 static void bpf_lwt_prog_destroy(struct bpf_lwt_prog *prog) in bpf_lwt_prog_destroy()
205 static int bpf_parse_prog(struct nlattr *attr, struct bpf_lwt_prog *prog, in bpf_parse_prog()
316 struct bpf_lwt_prog *prog) in bpf_fill_lwt_prog()
Dfilter.c371 static int bpf_convert_filter(struct sock_filter *prog, int len, in bpf_convert_filter()
931 static void __bpf_prog_release(struct bpf_prog *prog) in __bpf_prog_release()
1217 static int __sk_attach_prog(struct bpf_prog *prog, struct sock *sk) in __sk_attach_prog()
1243 static int __reuseport_attach_prog(struct bpf_prog *prog, struct sock *sk) in __reuseport_attach_prog()
1271 struct bpf_prog *prog; in __get_filter() local
1316 struct bpf_prog *prog = __get_filter(fprog, sk); in sk_attach_filter() local
1334 struct bpf_prog *prog = __get_filter(fprog, sk); in sk_reuseport_attach_filter() local
1359 struct bpf_prog *prog = __get_bpf(ufd, sk); in sk_attach_bpf() local
1376 struct bpf_prog *prog = __get_bpf(ufd, sk); in sk_reuseport_attach_bpf() local
3541 const struct bpf_prog *prog, int drop_verdict) in bpf_unclone_prologue()
[all …]
Ddev.c7063 struct bpf_prog *prog) in dev_xdp_install()
7092 struct bpf_prog *prog = NULL; in dev_change_xdp_fd() local
8184 struct bpf_prog *prog; in free_netdev() local
/net/sunrpc/
Dstats.c36 const struct rpc_program *prog = statp->program; in rpc_proc_show() local
82 const struct svc_program *prog = statp->program; in svc_seq_show() local
Dsvc.c423 __svc_create(struct svc_program *prog, unsigned int bufsize, int npools, in __svc_create()
488 svc_create(struct svc_program *prog, unsigned int bufsize, in svc_create()
496 svc_create_pooled(struct svc_program *prog, unsigned int bufsize, in svc_create_pooled()
1160 u32 prog, vers, proc; in svc_process_common() local
Drpcb_clnt.c445 int rpcb_register(struct net *net, u32 prog, u32 vers, int prot, unsigned short port) in rpcb_register()
/net/netfilter/
Dxt_bpf.c46 struct bpf_prog *prog; in __bpf_mt_check_fd() local
/net/kcm/
Dkcmsock.c383 struct bpf_prog *prog = psock->bpf_prog; in kcm_parse_func_strparser() local
1371 struct bpf_prog *prog) in kcm_attach()
1477 struct bpf_prog *prog; in kcm_attach_ioctl() local
/net/packet/
Daf_packet.c1438 struct bpf_prog *prog; in fanout_demux_bpf() local