Searched refs:nl_cache_parse (Results 1 – 6 of 6) sorted by relevance
/external/libnl/lib/ |
D | nl-core.h | 55 extern int nl_cache_parse(struct nl_cache_ops *, struct sockaddr_nl *,
|
D | cache.c | 671 ret = nl_cache_parse(x->ops, &msg->nm_src, msg->nm_nlh, x->params); in update_msg_parser() 985 int nl_cache_parse(struct nl_cache_ops *ops, struct sockaddr_nl *who, in nl_cache_parse() function 1028 return nl_cache_parse(cache->c_ops, NULL, nlmsg_hdr(msg), &p); in nl_cache_parse_and_add()
|
D | cache_mngr.c | 120 return nl_cache_parse(ops, NULL, nlmsg_hdr(msg), &p); in event_input()
|
D | msg.c | 753 err = nl_cache_parse(ops, NULL, nlmsg_hdr(msg), &p); in nl_msg_parse()
|
/external/libnl/ |
D | libnl-3.sym | 11 nl_cache_parse;
|
D | ChangeLog | 290 o use parser_param in nl_cache_parse 309 o added nl_cache_parse to put nl_msg's into a cache
|