HomeSort by relevance Sort by last modified time
    Searched refs:TCA_VLAN_PARMS (Results 1 - 4 of 4) sorted by null

  /bionic/libc/kernel/uapi/linux/tc_act/
tc_vlan.h 35 TCA_VLAN_PARMS,
  /external/iproute2/include/linux/tc_act/
tc_vlan.h 28 TCA_VLAN_PARMS,
  /external/kernel-headers/original/uapi/linux/tc_act/
tc_vlan.h 28 TCA_VLAN_PARMS,
  /external/iproute2/tc/
m_vlan.c 149 addattr_l(n, MAX_MSG, TCA_VLAN_PARMS, &parm, sizeof(parm));
181 if (!tb[TCA_VLAN_PARMS]) {
185 parm = RTA_DATA(tb[TCA_VLAN_PARMS]);

Completed in 61 milliseconds