Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/net/tc_act/
A Dtc_vlan.h13 int tcfv_action; member
40 u32 tcfv_action; in tcf_vlan_action() local
43 tcfv_action = rcu_dereference(to_vlan(a)->vlan_p)->tcfv_action; in tcf_vlan_action()
46 return tcfv_action; in tcf_vlan_action()
/linux-6.3-rc2/net/sched/
A Dact_vlan.c45 switch (p->tcfv_action) { in tcf_vlan_act()
244 p->tcfv_action = action; in tcf_vlan_init()
302 opt.v_action = p->tcfv_action; in tcf_vlan_dump()
306 if ((p->tcfv_action == TCA_VLAN_ACT_PUSH || in tcf_vlan_dump()
307 p->tcfv_action == TCA_VLAN_ACT_MODIFY) && in tcf_vlan_dump()
315 if (p->tcfv_action == TCA_VLAN_ACT_PUSH_ETH) { in tcf_vlan_dump()

Completed in 4 milliseconds