Home
last modified time | relevance | path

Searched refs:nl_cache_parse (Results 1 – 5 of 5) sorted by relevance

/external/libnl/lib/
Dcache.c460 return nl_cache_parse(x->ops, &msg->nm_src, msg->nm_nlh, x->params); in update_msg_parser()
634 int nl_cache_parse(struct nl_cache_ops *ops, struct sockaddr_nl *who, in nl_cache_parse() function
674 return nl_cache_parse(cache->c_ops, NULL, nlmsg_hdr(msg), &p); in nl_cache_parse_and_add()
Dcache_mngr.c138 return nl_cache_parse(ops, NULL, nlmsg_hdr(msg), &p); in event_input()
Dmsg.c846 return nl_cache_parse(ops, NULL, nlmsg_hdr(msg), &p); in nl_msg_parse()
/external/libnl/include/
Dnetlink-local.h140 extern int nl_cache_parse(struct nl_cache_ops *, struct sockaddr_nl *,
/external/libnl/
DChangeLog290 o use parser_param in nl_cache_parse
309 o added nl_cache_parse to put nl_msg's into a cache