Home
last modified time | relevance | path

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

/external/libnl/lib/
Dcache.c668 ret = nl_cache_parse(x->ops, &msg->nm_src, msg->nm_nlh, x->params); in update_msg_parser()
904 int nl_cache_parse(struct nl_cache_ops *ops, struct sockaddr_nl *who, in nl_cache_parse() function
947 return nl_cache_parse(cache->c_ops, NULL, nlmsg_hdr(msg), &p); in nl_cache_parse_and_add()
Dcache_mngr.c104 return nl_cache_parse(ops, NULL, nlmsg_hdr(msg), &p); in event_input()
Dmsg.c742 err = nl_cache_parse(ops, NULL, nlmsg_hdr(msg), &p); in nl_msg_parse()
/external/libnl/include/netlink-private/
Dnetlink.h175 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