Searched refs:nl_data_get (Results 1 – 7 of 7) sorted by relevance
155 void *nl_data_get(const struct nl_data *data) in nl_data_get() function189 const void *a_ = nl_data_get(a); in nl_data_cmp()190 const void *b_ = nl_data_get(b); in nl_data_cmp()
538 nl_data_get(data)); in nla_put_data()
33 extern void * nl_data_get(const struct nl_data *);
301 nl_data_get(data))
806 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()
132 nl_data_get;
2992 The function `nl_data_get()` returns a pointer to the data, the size2997 void *nl_data_get(struct nl_data *data);3012 returned by `nl_data_get()` of the same data object.