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

  /bionic/libc/kernel/uapi/linux/tc_act/
tc_pedit.h 27 TCA_PEDIT_PARMS,
  /external/iproute2/include/uapi/linux/tc_act/
tc_pedit.h 13 TCA_PEDIT_PARMS,
  /external/kernel-headers/original/uapi/linux/tc_act/
tc_pedit.h 13 TCA_PEDIT_PARMS,
  /external/iproute2/tc/
m_pedit.c 692 addattr_l(n, MAX_MSG, TCA_PEDIT_PARMS, &sel,
746 if (!tb[TCA_PEDIT_PARMS] && !tb[TCA_PEDIT_PARMS_EX]) {
751 if (tb[TCA_PEDIT_PARMS]) {
752 sel = RTA_DATA(tb[TCA_PEDIT_PARMS]);

Completed in 416 milliseconds