Home
last modified time | relevance | path

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

/linux-4.4.14/net/sched/
Dact_pedit.c39 struct tcf_pedit *p; in tcf_pedit_init()
102 struct tcf_pedit *p = a->priv; in tcf_pedit_cleanup()
107 static int tcf_pedit(struct sk_buff *skb, const struct tc_action *a, in tcf_pedit() function
110 struct tcf_pedit *p = a->priv; in tcf_pedit()
177 struct tcf_pedit *p = a->priv; in tcf_pedit_dump()
218 .act = tcf_pedit,
/linux-4.4.14/include/net/tc_act/
Dtc_pedit.h6 struct tcf_pedit { struct
13 container_of(a->priv, struct tcf_pedit, common) argument