Home
last modified time | relevance | path

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

/third_party/libnl/lib/route/act/
Dvlan.c90 if ((v->v_parm.v_action != TCA_VLAN_ACT_POP) && !(v->v_flags & VLAN_F_VID)) in vlan_msg_fill()
168 switch (v->v_parm.v_action) { in vlan_dump_details()
212 v->v_parm.v_action = mode; in rtnl_vlan_set_mode()
234 *out_mode = v->v_parm.v_action; in rtnl_vlan_get_mode()
/third_party/libnl/include/linux-private/linux/tc_act/
Dtc_vlan.h24 int v_action; member