Home
last modified time | relevance | path

Searched refs:cu_police (Results 1 – 2 of 2) sorted by relevance

/external/libnl/lib/route/cls/
Du32.c112 u->cu_police = nl_data_alloc_attr(tb[TCA_U32_POLICE]); in u32_msg_parser()
113 if (!u->cu_police) in u32_msg_parser()
160 nl_data_free(u->cu_police); in u32_free_data()
176 if (src->cu_police && !(dst->cu_police = nl_data_clone(src->cu_police))) in u32_clone()
327 NLA_PUT_DATA(msg, TCA_U32_POLICE, u->cu_police); in u32_get_opts()
/external/libnl/include/
Dnetlink-types.h494 struct nl_data * cu_police; member