Home
last modified time | relevance | path

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

/linux-4.4.14/net/sched/
Dact_skbedit.c32 static int tcf_skbedit(struct sk_buff *skb, const struct tc_action *a, in tcf_skbedit() function
35 struct tcf_skbedit *d = a->priv; in tcf_skbedit()
66 struct tcf_skbedit *d; in tcf_skbedit_init()
141 struct tcf_skbedit *d = a->priv; in tcf_skbedit_dump()
180 .act = tcf_skbedit,
/linux-4.4.14/include/net/tc_act/
Dtc_skbedit.h24 struct tcf_skbedit { struct
33 container_of(a->priv, struct tcf_skbedit, common) argument