Home
last modified time | relevance | path

Searched refs:mnl_cb_run (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/app/forlinx/quectelCM/libmnl/
H A Difutils.c141 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 Dcallback.c163 int mnl_cb_run(const void *buf, size_t numbytes, unsigned int seq, in mnl_cb_run() function
H A Dlibmnl.h178 extern int mnl_cb_run(const void *buf, size_t numbytes, unsigned int seq,
/OK3568_Linux_fs/kernel/tools/testing/selftests/netfilter/
H A Dnf-queue.c306 ret = mnl_cb_run(buf, ret, 0, portid, queue_cb, NULL); in mainloop()