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

  /external/libnl/include/netlink/
socket.h 44 extern int nl_socket_modify_cb(struct nl_sock *, enum nl_cb_type,
  /external/libnl/src/
nl-route-get.c 76 nl_socket_modify_cb(sock, NL_CB_VALID, NL_CB_CUSTOM, cb, NULL);
nf-monitor.c 55 nl_socket_modify_cb(sock, NL_CB_VALID, NL_CB_CUSTOM, event_input, NULL);
nl-monitor.c 65 nl_socket_modify_cb(sock, NL_CB_VALID, NL_CB_CUSTOM, event_input, NULL);
nf-log.c 64 nl_socket_modify_cb(nf_sock, NL_CB_VALID, NL_CB_CUSTOM, event_input, NULL);
nf-queue.c 98 nl_socket_modify_cb(nf_sock, NL_CB_VALID, NL_CB_CUSTOM, event_input, NULL);
  /external/nfacct/
nfacct.c 235 nl_socket_modify_cb(handle, NL_CB_VALID, NL_CB_CUSTOM, valid_input, NULL);
473 nl_socket_modify_cb(handle, NL_CB_VALID, NL_CB_CUSTOM, valid_input, NULL);
  /external/libnl/lib/
cache_mngr.c 171 nl_socket_modify_cb(mngr->cm_handle, NL_CB_VALID, NL_CB_CUSTOM,
socket.c 476 int nl_socket_modify_cb(struct nl_sock *sk, enum nl_cb_type type, function

Completed in 519 milliseconds