Home
last modified time | relevance | path

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

/external/libnl/lib/route/cls/
Du32.c129 u->cu_police = nl_data_alloc_attr(tb[TCA_U32_POLICE]); in u32_msg_parser()
130 if (!u->cu_police) in u32_msg_parser()
179 nl_data_free(u->cu_police); in u32_free_data()
202 if (src->cu_police && !(dst->cu_police = nl_data_clone(src->cu_police))) in u32_clone()
381 NLA_PUT_DATA(msg, TCA_U32_POLICE, u->cu_police); in u32_msg_fill()
/external/libnl/include/netlink-private/
Dtypes.h606 struct nl_data * cu_police; member