Searched refs:tcf_skbedit (Results 1 – 2 of 2) sorted by relevance
32 static int tcf_skbedit(struct sk_buff *skb, const struct tc_action *a, in tcf_skbedit() function35 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,
24 struct tcf_skbedit { struct33 container_of(a->priv, struct tcf_skbedit, common) argument