Searched refs:event_input (Results 1 – 5 of 5) sorted by relevance
/external/libnl/src/ |
D | nf-monitor.c | 28 static int event_input(struct nl_msg *msg, void *arg) in event_input() function 55 nl_socket_modify_cb(sock, NL_CB_VALID, NL_CB_CUSTOM, event_input, NULL); in main()
|
D | nl-monitor.c | 26 static int event_input(struct nl_msg *msg, void *arg) in event_input() function 65 nl_socket_modify_cb(sock, NL_CB_VALID, NL_CB_CUSTOM, event_input, NULL); in main()
|
D | nf-log.c | 42 static int event_input(struct nl_msg *msg, void *arg) in event_input() function 64 nl_socket_modify_cb(nf_sock, NL_CB_VALID, NL_CB_CUSTOM, event_input, NULL); in main()
|
D | nf-queue.c | 51 static int event_input(struct nl_msg *msg, void *arg) in event_input() function 75 nl_socket_modify_cb(nf_sock, NL_CB_VALID, NL_CB_CUSTOM, event_input, NULL); in main()
|
/external/libnl/lib/ |
D | cache_mngr.c | 67 static int event_input(struct nl_msg *msg, void *arg) in event_input() function 431 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, event_input, mngr); in nl_cache_mngr_data_ready()
|