Home
last modified time | relevance | path

Searched refs:nl_socket_modify_cb (Results 1 – 12 of 12) sorted by relevance

/external/libnl/include/netlink/
Dsocket.h45 extern int nl_socket_modify_cb(struct nl_sock *, enum nl_cb_type,
/external/libnl/src/
Dnl-route-get.c82 nl_socket_modify_cb(sock, NL_CB_VALID, NL_CB_CUSTOM, cb, NULL); in main()
Dnf-ct-events.c96 nl_socket_modify_cb(socket, NL_CB_VALID, NL_CB_CUSTOM, &nf_conntrack_event_callback, 0); in main()
Dnf-monitor.c59 nl_socket_modify_cb(sock, NL_CB_VALID, NL_CB_CUSTOM, event_input, NULL); in main()
Dnl-monitor.c89 nl_socket_modify_cb(sock, NL_CB_VALID, NL_CB_CUSTOM, event_input, &dp); in main()
Dnf-queue.c77 nl_socket_modify_cb(nf_sock, NL_CB_VALID, NL_CB_CUSTOM, event_input, NULL); in main()
Dnf-log.c66 nl_socket_modify_cb(nf_sock, NL_CB_VALID, NL_CB_CUSTOM, event_input, NULL); in main()
/external/libnl/tests/
Dtest-genl.c109 if ((err = nl_socket_modify_cb(sock, NL_CB_VALID, NL_CB_CUSTOM, in main()
/external/libnl/
Dlibnl-3.sym220 nl_socket_modify_cb;
/external/libnl/lib/
Dsocket.c771 int nl_socket_modify_cb(struct nl_sock *sk, enum nl_cb_type type, in nl_socket_modify_cb() function
/external/wpa_supplicant_8/src/drivers/
Ddriver_macsec_linux.c156 nl_socket_modify_cb(ctx->sk, NL_CB_VALID, NL_CB_CUSTOM, dump_callback, in init_genl_ctx()
/external/libnl/doc/
Dcore.txt697 nl_socket_modify_cb(sk, NL_CB_VALID, NL_CB_CUSTOM, my_func, NULL);
743 int nl_socket_modify_cb(struct nl_sock *sk, enum nl_cb_type type, enum nl_cb_kind kind,
753 nl_socket_modify_cb(sk, NL_CB_VALID, NL_CB_CUSTOM, my_input, NULL);