Searched refs:tcf_vlan (Results 1 – 2 of 2) sorted by relevance
24 static int tcf_vlan(struct sk_buff *skb, const struct tc_action *a, in tcf_vlan() function27 struct tcf_vlan *v = a->priv; in tcf_vlan()73 struct tcf_vlan *v; in tcf_vlan_init()154 struct tcf_vlan *v = a->priv; in tcf_vlan_dump()188 .act = tcf_vlan,
18 struct tcf_vlan { struct25 container_of(a->priv, struct tcf_vlan, common) argument