Home
last modified time | relevance | path

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

/linux-4.4.14/net/sched/
Dact_bpf.c36 static int tcf_bpf(struct sk_buff *skb, const struct tc_action *act, in tcf_bpf() function
39 struct tcf_bpf *prog = act->priv; in tcf_bpf()
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()
133 struct tcf_bpf *prog = act->priv; in tcf_bpf_dump()
261 static void tcf_bpf_prog_fill_cfg(const struct tcf_bpf *prog, in tcf_bpf_prog_fill_cfg()
281 struct tcf_bpf *prog; in tcf_bpf_init()
374 .act = tcf_bpf,
/linux-4.4.14/include/net/tc_act/
Dtc_bpf.h16 struct tcf_bpf { struct
27 container_of(a->priv, struct tcf_bpf, common) argument