Searched refs:TCA_U32_INDEV (Results 1 - 5 of 5) sorted by relevance

/external/libnl/lib/route/cls/
H A Du32.c61 [TCA_U32_INDEV] = { .type = NLA_STRING,
141 if (tb[TCA_U32_INDEV]) {
142 nla_strlcpy(u->cu_indev, tb[TCA_U32_INDEV], IFNAMSIZ);
330 NLA_PUT_STRING(msg, TCA_U32_INDEV, u->cu_indev);
/external/iproute2/include/linux/
H A Dpkt_cls.h188 TCA_U32_INDEV, enumerator in enum:__anon22313
/external/libnl/include/linux/
H A Dpkt_cls.h195 TCA_U32_INDEV, enumerator in enum:__anon24461
/external/kernel-headers/original/uapi/linux/
H A Dpkt_cls.h188 TCA_U32_INDEV, enumerator in enum:__anon23293
/external/iproute2/tc/
H A Df_u32.c1122 addattr_l(n, MAX_MSG, TCA_U32_INDEV, ind, strlen(ind) + 1);
1279 if (tb[TCA_U32_INDEV]) {
1280 struct rtattr *idev = tb[TCA_U32_INDEV];

Completed in 115 milliseconds