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);
346 NLA_PUT_STRING(msg, TCA_U32_INDEV, u->cu_indev);
/external/iproute2/include/linux/
H A Dpkt_cls.h118 TCA_U32_INDEV, enumerator in enum:__anon7835
/external/libnl/include/linux-private/linux/
H A Dpkt_cls.h188 TCA_U32_INDEV, enumerator in enum:__anon11170
/external/kernel-headers/original/uapi/linux/
H A Dpkt_cls.h180 TCA_U32_INDEV, enumerator in enum:__anon8930
/external/iproute2/tc/
H A Df_u32.c1120 addattr_l(n, MAX_MSG, TCA_U32_INDEV, ind, strlen(ind) + 1);
1277 if (tb[TCA_U32_INDEV]) {
1278 struct rtattr *idev = tb[TCA_U32_INDEV];

Completed in 158 milliseconds