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

  /external/libnl/include/netlink/
msg.h 89 extern int nlmsg_get_proto(struct nl_msg *);
  /external/libnl/lib/
msg.c 697 int nlmsg_get_proto(struct nl_msg *msg) function
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),
cache_mngr.c 104 int protocol = nlmsg_get_proto(msg);

Completed in 671 milliseconds