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

  /external/libnl/lib/route/
neightbl.c 53 static struct nl_cache_ops rtnl_neightbl_ops; variable in typeref:struct:nl_cache_ops
389 return nl_cache_alloc_and_fill(&rtnl_neightbl_ops, sk, result);
410 if (cache->c_ops != &rtnl_neightbl_ops)
790 static struct nl_cache_ops rtnl_neightbl_ops = { variable in typeref:struct:nl_cache_ops
807 nl_cache_mngt_register(&rtnl_neightbl_ops);
812 nl_cache_mngt_unregister(&rtnl_neightbl_ops);

Completed in 29 milliseconds