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

  /external/libnl/include/netlink/
socket.h 45 extern int nl_socket_modify_cb(struct nl_sock *, enum nl_cb_type,
  /external/libnl/src/
nl-route-get.c 80 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 75 nl_socket_modify_cb(nf_sock, NL_CB_VALID, NL_CB_CUSTOM, event_input, NULL);
  /external/libnl/tests/
test-genl.c 107 if ((err = nl_socket_modify_cb(sock, NL_CB_VALID, NL_CB_CUSTOM,
  /external/nfacct/
nfacct.c 239 nl_socket_modify_cb(handle, NL_CB_VALID, NL_CB_CUSTOM, valid_input, NULL);
477 nl_socket_modify_cb(handle, NL_CB_VALID, NL_CB_CUSTOM, valid_input, NULL);
  /external/libnl/lib/
socket.c 633 int nl_socket_modify_cb(struct nl_sock *sk, enum nl_cb_type type, function
  /external/wpa_supplicant_8/src/drivers/
driver_macsec_linux.c 155 nl_socket_modify_cb(ctx->sk, NL_CB_VALID, NL_CB_CUSTOM, dump_callback,

Completed in 290 milliseconds