Home
last modified time | relevance | path

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

/linux-4.4.14/net/sched/
Dact_vlan.c24 static int tcf_vlan(struct sk_buff *skb, const struct tc_action *a, in tcf_vlan() function
27 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,
/linux-4.4.14/include/net/tc_act/
Dtc_vlan.h18 struct tcf_vlan { struct
25 container_of(a->priv, struct tcf_vlan, common) argument