Searched refs:TCA_U32_SEL (Results 1 – 5 of 5) sorted by relevance
/external/libnl/lib/route/cls/ |
D | u32.c | 63 [TCA_U32_SEL] = { .minlen = sizeof(struct tc_u32_sel) }, 82 if (tb[TCA_U32_SEL]) { in u32_msg_parser() 83 u->cu_selector = nl_data_alloc_attr(tb[TCA_U32_SEL]); in u32_msg_parser() 122 if (!tb[TCA_U32_SEL]) { in u32_msg_parser() 332 NLA_PUT_DATA(msg, TCA_U32_SEL, u->cu_selector); in u32_msg_fill()
|
/external/iproute2/tc/ |
D | f_u32.c | 1188 addattr_l(n, MAX_MSG, TCA_U32_SEL, &sel, in u32_parse_opt() 1225 if (tb[TCA_U32_SEL]) { in u32_print_opt() 1226 if (RTA_PAYLOAD(tb[TCA_U32_SEL]) < sizeof(*sel)) in u32_print_opt() 1229 sel = RTA_DATA(tb[TCA_U32_SEL]); in u32_print_opt()
|
/external/iproute2/include/uapi/linux/ |
D | pkt_cls.h | 149 TCA_U32_SEL, enumerator
|
/external/kernel-headers/original/uapi/linux/ |
D | pkt_cls.h | 149 TCA_U32_SEL, enumerator
|
/external/libnl/include/linux-private/linux/ |
D | pkt_cls.h | 185 TCA_U32_SEL, enumerator
|