Home
last modified time | relevance | path

Searched refs:nl_data_get (Results 1 – 7 of 7) sorted by relevance

/third_party/libnl/lib/
Ddata.c155 void *nl_data_get(const struct nl_data *data) in nl_data_get() function
189 const void *a_ = nl_data_get(a); in nl_data_cmp()
190 const void *b_ = nl_data_get(b); in nl_data_cmp()
Dattr.c538 nl_data_get(data)); in nla_put_data()
/third_party/libnl/include/netlink/
Ddata.h33 extern void * nl_data_get(const struct nl_data *);
Dattr.h301 nl_data_get(data))
/third_party/libnl/lib/route/
Dtc.c806 ops->to_free_data(tc, nl_data_get(tc->tc_subdata)); in rtnl_tc_free_data()
1070 return tc->tc_subdata ? nl_data_get(tc->tc_subdata) : NULL; in rtnl_tc_data_peek()
1099 return nl_data_get(tc->tc_subdata); in rtnl_tc_data()
/third_party/libnl/
Dlibnl-3.sym132 nl_data_get;
/third_party/libnl/doc/
Dcore.txt2992 The function `nl_data_get()` returns a pointer to the data, the size
2997 void *nl_data_get(struct nl_data *data);
3012 returned by `nl_data_get()` of the same data object.