Home
last modified time | relevance | path

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

/third_party/libnl/lib/route/act/
Dvlan.c35 [TCA_VLAN_PARMS] = { .minlen = sizeof(struct tc_vlan) },
52 if (!tb[TCA_VLAN_PARMS]) in vlan_msg_parser()
55 nla_memcpy(&v->v_parm, tb[TCA_VLAN_PARMS], sizeof(v->v_parm)); in vlan_msg_parser()
87 NLA_PUT(msg, TCA_VLAN_PARMS, sizeof(v->v_parm), &v->v_parm); in vlan_msg_fill()
/third_party/libnl/include/linux-private/linux/tc_act/
Dtc_vlan.h30 TCA_VLAN_PARMS, enumerator