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

  /external/libnl/src/
nf-monitor.c 28 static int event_input(struct nl_msg *msg, void *arg) function
55 nl_socket_modify_cb(sock, NL_CB_VALID, NL_CB_CUSTOM, event_input, NULL);
nl-monitor.c 26 static int event_input(struct nl_msg *msg, void *arg) function
65 nl_socket_modify_cb(sock, NL_CB_VALID, NL_CB_CUSTOM, event_input, NULL);
nf-log.c 42 static int event_input(struct nl_msg *msg, void *arg) function
64 nl_socket_modify_cb(nf_sock, NL_CB_VALID, NL_CB_CUSTOM, event_input, NULL);
nf-queue.c 74 static int event_input(struct nl_msg *msg, void *arg) function
98 nl_socket_modify_cb(nf_sock, NL_CB_VALID, NL_CB_CUSTOM, event_input, NULL);
  /external/libnl/lib/
cache_mngr.c 101 static int event_input(struct nl_msg *msg, void *arg) function
172 event_input, mngr);

Completed in 52 milliseconds