HomeSort by relevance Sort by last modified time
    Searched full:rtnl_addr_ops (Results 1 - 2 of 2) sorted by null

  /external/libnl/lib/route/
addr.c 131 static struct nl_cache_ops rtnl_addr_ops; variable in typeref:struct:nl_cache_ops
507 return nl_cache_alloc_and_fill(&rtnl_addr_ops, sk, result);
529 if (cache->c_ops != &rtnl_addr_ops)
1111 static struct nl_cache_ops rtnl_addr_ops = { variable in typeref:struct:nl_cache_ops
1129 nl_cache_mngt_register(&rtnl_addr_ops);
1134 nl_cache_mngt_unregister(&rtnl_addr_ops);
  /external/libnl/include/netlink-private/
cache-api.h 96 * static struct nl_cache_ops rtnl_addr_ops = {

Completed in 93 milliseconds