Home
last modified time | relevance | path

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

/Linux-v5.4/net/sched/
Dact_bpf.c38 struct tcf_bpf *prog = to_bpf(act); in tcf_bpf_act()
90 static bool tcf_bpf_is_ebpf(const struct tcf_bpf *prog) in tcf_bpf_is_ebpf()
95 static int tcf_bpf_dump_bpf_info(const struct tcf_bpf *prog, in tcf_bpf_dump_bpf_info()
113 static int tcf_bpf_dump_ebpf_info(const struct tcf_bpf *prog, in tcf_bpf_dump_ebpf_info()
138 struct tcf_bpf *prog = to_bpf(act); in tcf_bpf_dump()
262 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()
418 .size = sizeof(struct tcf_bpf),
/Linux-v5.4/include/net/tc_act/
Dtc_bpf.h12 struct tcf_bpf { struct
22 #define to_bpf(a) ((struct tcf_bpf *)a) argument