Home
last modified time | relevance | path

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

/external/libnl/lib/
Dnl-core.h55 extern int nl_cache_parse(struct nl_cache_ops *, struct sockaddr_nl *,
Dcache.c671 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()
Dcache_mngr.c120 return nl_cache_parse(ops, NULL, nlmsg_hdr(msg), &p); in event_input()
Dmsg.c753 err = nl_cache_parse(ops, NULL, nlmsg_hdr(msg), &p); in nl_msg_parse()
/external/libnl/
Dlibnl-3.sym11 nl_cache_parse;
DChangeLog290 o use parser_param in nl_cache_parse
309 o added nl_cache_parse to put nl_msg's into a cache