Home
last modified time | relevance | path

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

/third_party/libnl/lib/route/act/
Dvlan.c28 #define VLAN_F_VID (1 << 0) macro
62 v->v_flags |= VLAN_F_VID; in vlan_msg_parser()
90 if ((v->v_parm.v_action != TCA_VLAN_ACT_POP) && !(v->v_flags & VLAN_F_VID)) in vlan_msg_fill()
93 if (v->v_flags & VLAN_F_VID) in vlan_msg_fill()
181 if (v->v_flags & VLAN_F_VID) in vlan_dump_details()
333 v->v_flags |= VLAN_F_VID; in rtnl_vlan_set_vlan_id()
351 if (!(v->v_flags & VLAN_F_VID)) in rtnl_vlan_get_vlan_id()