Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/quectelCM/libmnl/
H A Difutils.c126 portid = mnl_socket_get_portid(nl); in if_act_on_link()
209 portid = mnl_socket_get_portid(nl); in if_set_mtu()
312 portid = mnl_socket_get_portid(nl); in if_act_on_addr()
476 portid = mnl_socket_get_portid(nl); in if_get_addr()
612 portid = mnl_socket_get_portid(nl); in if_act_on_route()
H A Dsocket.c99 unsigned int mnl_socket_get_portid(const struct mnl_socket *nl) in mnl_socket_get_portid() function
H A Dlibmnl.h31 extern unsigned int mnl_socket_get_portid(const struct mnl_socket *nl);
/OK3568_Linux_fs/kernel/tools/testing/selftests/netfilter/
H A Dnf-queue.c286 portid = mnl_socket_get_portid(nl); in mainloop()