Home
last modified time | relevance | path

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

/Linux-v6.6/net/sched/
Dact_vlan.c26 struct tcf_vlan *v = to_vlan(a); in tcf_vlan_act()
128 struct tcf_vlan *v; in tcf_vlan_init()
278 struct tcf_vlan *v = to_vlan(a); in tcf_vlan_cleanup()
290 struct tcf_vlan *v = to_vlan(a); in tcf_vlan_dump()
340 struct tcf_vlan *v = to_vlan(a); in tcf_vlan_stats_update()
428 .size = sizeof(struct tcf_vlan),
/Linux-v6.6/include/net/tc_act/
Dtc_vlan.h23 struct tcf_vlan { struct
27 #define to_vlan(a) ((struct tcf_vlan *)a) argument