Home
last modified time | relevance | path

Searched refs:NL_CB_CUSTOM (Results 1 – 22 of 22) sorted by relevance

/third_party/libnl/python/examples/
Diface.py72 nl.py_nl_cb_err(rx_cb, nl.NL_CB_CUSTOM, error_handler, cbd);
73 nl.py_nl_cb_set(rx_cb, nl.NL_CB_FINISH, nl.NL_CB_CUSTOM, finish_handler, cbd);
74 nl.py_nl_cb_set(rx_cb, nl.NL_CB_ACK, nl.NL_CB_CUSTOM, ack_handler, cbd);
75 nl.py_nl_cb_set(rx_cb, nl.NL_CB_VALID, nl.NL_CB_CUSTOM, msg_handler, cbd);
Dwiphy.py121 nl.py_nl_cb_err(rx_cb, nl.NL_CB_CUSTOM, error_handler, cbd);
122 nl.py_nl_cb_set(rx_cb, nl.NL_CB_FINISH, nl.NL_CB_CUSTOM, finish_handler, cbd);
123 nl.py_nl_cb_set(rx_cb, nl.NL_CB_ACK, nl.NL_CB_CUSTOM, ack_handler, cbd);
124 nl.py_nl_cb_set(rx_cb, nl.NL_CB_VALID, nl.NL_CB_CUSTOM, msg_handler, cbd);
/third_party/libnl/include/netlink/
Dhandlers.h83 NL_CB_CUSTOM, enumerator
/third_party/libnl/python/netlink/
Dcapi.i500 NL_CB_CUSTOM, enumerator
737 if (k == NL_CB_CUSTOM) { in py_nl_cb_set()
762 if (k == NL_CB_CUSTOM) { in py_nl_cb_set_all()
769 if (k == NL_CB_CUSTOM) in py_nl_cb_set_all()
792 if (k == NL_CB_CUSTOM) { in py_nl_cb_err()
/third_party/libnl/lib/
Dhandlers.c303 if (kind == NL_CB_CUSTOM) { in nl_cb_set()
350 if (kind == NL_CB_CUSTOM) { in nl_cb_err()
Dnl.c1122 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_wait_handler, NULL); in nl_wait_for_ack()
1212 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, __pickup_answer, &pp); in nl_pickup_keep_syserr()
1216 nl_cb_err(cb, NL_CB_CUSTOM, __pickup_answer_syserr, &pp); in nl_pickup_keep_syserr()
Dcache_mngr.c546 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, event_input, mngr); in nl_cache_mngr_data_ready()
Dsocket.c286 NL_CB_CUSTOM, noop_seq_check, NULL); in nl_socket_disable_seq_check()
Dcache.c702 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, update_msg_parser, &x); in __cache_pickup()
/third_party/libnl/src/
Dnf-ct-events.c96 nl_socket_modify_cb(socket, NL_CB_VALID, NL_CB_CUSTOM, &nf_conntrack_event_callback, 0); in main()
Dnl-route-get.c82 nl_socket_modify_cb(sock, NL_CB_VALID, NL_CB_CUSTOM, cb, NULL); 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-log.c66 nl_socket_modify_cb(nf_sock, NL_CB_VALID, NL_CB_CUSTOM, event_input, NULL); in main()
Dnf-queue.c77 nl_socket_modify_cb(nf_sock, NL_CB_VALID, NL_CB_CUSTOM, event_input, NULL); in main()
/third_party/libnl/tests/
Dtest-genl.c109 if ((err = nl_socket_modify_cb(sock, NL_CB_VALID, NL_CB_CUSTOM, in main()
/third_party/libnl/lib/genl/
Dctrl.c273 rc = nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, probe_response, in genl_ctrl_probe_by_name()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_nl80211.c424 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &err); in send_and_recv()
425 nl_cb_set(cb, NL_CB_FINISH, NL_CB_CUSTOM, finish_handler, &err); in send_and_recv()
426 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err); in send_and_recv()
429 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, in send_and_recv()
775 nl_cb_set(w->nl_cb, NL_CB_SEQ_CHECK, NL_CB_CUSTOM, in nl80211_get_wiphy_data_ap()
777 nl_cb_set(w->nl_cb, NL_CB_VALID, NL_CB_CUSTOM, in nl80211_get_wiphy_data_ap()
1770 nl_cb_set(global->nl_cb, NL_CB_SEQ_CHECK, NL_CB_CUSTOM, in wpa_driver_nl80211_init_nl_global()
1772 nl_cb_set(global->nl_cb, NL_CB_VALID, NL_CB_CUSTOM, in wpa_driver_nl80211_init_nl_global()
1919 nl_cb_set(bss->nl_cb, NL_CB_SEQ_CHECK, NL_CB_CUSTOM, in nl80211_init_bss()
1921 nl_cb_set(bss->nl_cb, NL_CB_VALID, NL_CB_CUSTOM, in nl80211_init_bss()
Ddriver_macsec_linux.c158 nl_socket_modify_cb(ctx->sk, NL_CB_VALID, NL_CB_CUSTOM, dump_callback, in init_genl_ctx()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_nl80211.c431 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &err); in send_and_recv()
432 nl_cb_set(cb, NL_CB_FINISH, NL_CB_CUSTOM, finish_handler, &err); in send_and_recv()
437 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, in send_and_recv()
440 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err); in send_and_recv()
444 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, in send_and_recv()
907 nl_cb_set(w->nl_cb, NL_CB_SEQ_CHECK, NL_CB_CUSTOM, in nl80211_get_wiphy_data_ap()
909 nl_cb_set(w->nl_cb, NL_CB_VALID, NL_CB_CUSTOM, in nl80211_get_wiphy_data_ap()
1937 nl_cb_set(global->nl_cb, NL_CB_SEQ_CHECK, NL_CB_CUSTOM, in wpa_driver_nl80211_init_nl_global()
1939 nl_cb_set(global->nl_cb, NL_CB_VALID, NL_CB_CUSTOM, in wpa_driver_nl80211_init_nl_global()
2105 nl_cb_set(bss->nl_cb, NL_CB_SEQ_CHECK, NL_CB_CUSTOM, in nl80211_init_bss()
[all …]
Ddriver_macsec_linux.c156 nl_socket_modify_cb(ctx->sk, NL_CB_VALID, NL_CB_CUSTOM, dump_callback, in init_genl_ctx()
/third_party/libnl/doc/
Dcore.txt697 nl_socket_modify_cb(sk, NL_CB_VALID, NL_CB_CUSTOM, my_func, NULL);
753 nl_socket_modify_cb(sk, NL_CB_VALID, NL_CB_CUSTOM, my_input, NULL);
2556 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, my_func, NULL);