HomeSort by relevance Sort by last modified time
    Searched refs:nl_cache_ops_associate (Results 1 - 3 of 3) sorted by null

  /external/libnl/include/netlink/
cache.h 96 extern struct nl_cache_ops * nl_cache_ops_associate(int, int);
  /external/libnl/lib/
cache_mngt.c 59 struct nl_cache_ops *nl_cache_ops_associate(int protocol, int msgtype) function
msg.c 840 ops = nl_cache_ops_associate(nlmsg_get_proto(msg),
907 ops = nl_cache_ops_associate(nlmsg_get_proto(msg), nlh->nlmsg_type);
994 ops = nl_cache_ops_associate(nlmsg_get_proto(msg),

Completed in 114 milliseconds