Searched refs:mnl_cb_run (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/quectelCM/libmnl/ |
| H A D | ifutils.c | 141 ret = mnl_cb_run(buf, ret, seq, portid, NULL, NULL); in if_act_on_link() 224 ret = mnl_cb_run(buf, ret, seq, portid, NULL, NULL); in if_set_mtu() 327 ret = mnl_cb_run(buf, ret, seq, portid, NULL, NULL); in if_act_on_addr() 487 ret = mnl_cb_run(buf, ret, seq, portid, data_cb, addrinfo); in if_get_addr() 627 ret = mnl_cb_run(buf, ret, seq, portid, NULL, NULL); in if_act_on_route()
|
| H A D | callback.c | 163 int mnl_cb_run(const void *buf, size_t numbytes, unsigned int seq, in mnl_cb_run() function
|
| H A D | libmnl.h | 178 extern int mnl_cb_run(const void *buf, size_t numbytes, unsigned int seq,
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/netfilter/ |
| H A D | nf-queue.c | 306 ret = mnl_cb_run(buf, ret, 0, portid, queue_cb, NULL); in mainloop()
|