Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/quectelCM/libmnl/
H A Difutils.c114 nl = mnl_socket_open(NETLINK_ROUTE); in if_act_on_link()
197 nl = mnl_socket_open(NETLINK_ROUTE); in if_set_mtu()
300 nl = mnl_socket_open(NETLINK_ROUTE); in if_act_on_addr()
464 nl = mnl_socket_open(NETLINK_ROUTE); in if_get_addr()
600 nl = mnl_socket_open(NETLINK_ROUTE); in if_act_on_route()
H A Dsocket.c128 struct mnl_socket *mnl_socket_open(int bus) in mnl_socket_open() function
H A Dlibmnl.h25 extern struct mnl_socket *mnl_socket_open(int bus);
/OK3568_Linux_fs/kernel/tools/testing/selftests/netfilter/
H A Dnf-queue.c216 nl = mnl_socket_open(NETLINK_NETFILTER); in open_queue()