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

/external/libnl/lib/route/cls/
H A Du32.c63 [TCA_U32_SEL] = { .minlen = sizeof(struct tc_u32_sel) },
82 if (tb[TCA_U32_SEL]) {
83 u->cu_selector = nl_data_alloc_attr(tb[TCA_U32_SEL]);
122 if (!tb[TCA_U32_SEL]) {
321 NLA_PUT_DATA(msg, TCA_U32_SEL, u->cu_selector);
/external/iproute2/include/linux/
H A Dpkt_cls.h185 TCA_U32_SEL, enumerator in enum:__anon22313
/external/libnl/include/linux/
H A Dpkt_cls.h192 TCA_U32_SEL, enumerator in enum:__anon24461
/external/iproute2/tc/
H A Df_u32.c1167 addattr_l(n, MAX_MSG, TCA_U32_SEL, &sel,
1193 if (tb[TCA_U32_SEL]) {
1194 if (RTA_PAYLOAD(tb[TCA_U32_SEL]) < sizeof(*sel))
1197 sel = RTA_DATA(tb[TCA_U32_SEL]);
/external/kernel-headers/original/uapi/linux/
H A Dpkt_cls.h185 TCA_U32_SEL, enumerator in enum:__anon23293

Completed in 1102 milliseconds