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.h39 extern int nl_socket_modify_cb(struct nl_sock *, enum nl_cb_type,
/external/libnl/src/
Dnl-route-get.c77 nl_socket_modify_cb(sock, NL_CB_VALID, NL_CB_CUSTOM, cb, NULL); in main()
Dnf-ct-events.c91 nl_socket_modify_cb(socket, NL_CB_VALID, NL_CB_CUSTOM, &nf_conntrack_event_callback, 0); in main()
Dnf-monitor.c54 nl_socket_modify_cb(sock, NL_CB_VALID, NL_CB_CUSTOM, event_input, NULL); in main()
Dnl-monitor.c87 nl_socket_modify_cb(sock, NL_CB_VALID, NL_CB_CUSTOM, event_input, &dp); in main()
Dnf-log.c61 nl_socket_modify_cb(nf_sock, NL_CB_VALID, NL_CB_CUSTOM, event_input, NULL); in main()
Dnf-queue.c70 nl_socket_modify_cb(nf_sock, NL_CB_VALID, NL_CB_CUSTOM, event_input, NULL); in main()
/external/libnl/tests/
Dtest-genl.c112 if ((err = nl_socket_modify_cb(sock, NL_CB_VALID, NL_CB_CUSTOM, in main()
/external/libnl/
Dlibnl-3.sym226 nl_socket_modify_cb;
/external/libnl/lib/
Dsocket.c795 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.c170 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);