Home
last modified time | relevance | path

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

/external/libnl/include/netlink/
Dsocket.h44 extern int nl_socket_modify_cb(struct nl_sock *, enum nl_cb_type,
/external/libnl/src/
Dnl-route-get.c76 nl_socket_modify_cb(sock, NL_CB_VALID, NL_CB_CUSTOM, cb, NULL); in main()
Dnf-monitor.c55 nl_socket_modify_cb(sock, NL_CB_VALID, NL_CB_CUSTOM, event_input, NULL); in main()
Dnl-monitor.c65 nl_socket_modify_cb(sock, NL_CB_VALID, NL_CB_CUSTOM, event_input, NULL); in main()
Dnf-log.c64 nl_socket_modify_cb(nf_sock, NL_CB_VALID, NL_CB_CUSTOM, event_input, NULL); in main()
Dnf-queue.c98 nl_socket_modify_cb(nf_sock, NL_CB_VALID, NL_CB_CUSTOM, event_input, NULL); in main()
/external/nfacct/
Dnfacct.c235 nl_socket_modify_cb(handle, NL_CB_VALID, NL_CB_CUSTOM, valid_input, NULL); in nfacct_cmd_list()
473 nl_socket_modify_cb(handle, NL_CB_VALID, NL_CB_CUSTOM, valid_input, NULL); in nfacct_cmd_get()
/external/libnl/lib/
Dcache_mngr.c171 nl_socket_modify_cb(mngr->cm_handle, NL_CB_VALID, NL_CB_CUSTOM, in nl_cache_mngr_alloc()
Dsocket.c476 int nl_socket_modify_cb(struct nl_sock *sk, enum nl_cb_type type, in nl_socket_modify_cb() function