Home
last modified time | relevance | path

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

/Linux-v5.10/net/sched/
Dact_vlan.c25 struct tcf_vlan *v = to_vlan(a); in tcf_vlan_act()
126 struct tcf_vlan *v; in tcf_vlan_init()
274 struct tcf_vlan *v = to_vlan(a); in tcf_vlan_cleanup()
286 struct tcf_vlan *v = to_vlan(a); in tcf_vlan_dump()
346 struct tcf_vlan *v = to_vlan(a); in tcf_vlan_stats_update()
380 .size = sizeof(struct tcf_vlan),
/Linux-v5.10/include/net/tc_act/
Dtc_vlan.h22 struct tcf_vlan { struct
26 #define to_vlan(a) ((struct tcf_vlan *)a) argument