HomeSort by relevance Sort by last modified time
    Searched refs:rt_sock (Results 1 - 2 of 2) sorted by null

  /external/libnl/src/
nf-log.c 54 struct nl_sock *rt_sock; local
117 rt_sock = nl_cli_alloc_socket();
118 nl_cli_connect(rt_sock, NETLINK_ROUTE);
119 link_cache = nl_cli_link_alloc_cache(rt_sock);
130 rtfd = nl_socket_get_fd(rt_sock);
142 nl_recvmsgs_default(rt_sock);
nf-queue.c 62 struct nl_sock *rt_sock; local
117 rt_sock = nl_cli_alloc_socket();
118 nl_cli_connect(rt_sock, NETLINK_ROUTE);
119 link_cache = nl_cli_link_alloc_cache(rt_sock);
132 rtfd = nl_socket_get_fd(rt_sock);
144 nl_recvmsgs_default(rt_sock);

Completed in 149 milliseconds