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

  /external/libnl/src/
nf-log.c 53 struct nl_sock *nf_sock; local
62 nf_sock = nl_cli_alloc_socket();
63 nl_socket_disable_seq_check(nf_sock);
64 nl_socket_modify_cb(nf_sock, NL_CB_VALID, NL_CB_CUSTOM, event_input, NULL);
72 nl_cli_connect(nf_sock, NETLINK_NETFILTER);
79 nfnl_log_pf_unbind(nf_sock, family);
80 if ((err = nfnl_log_pf_bind(nf_sock, family)) < 0)
102 if ((err = nfnl_log_create(nf_sock, log)) < 0)
127 maxfd = nffd = nl_socket_get_fd(nf_sock);
140 nl_recvmsgs_default(nf_sock);
    [all...]
nf-queue.c 22 static struct nl_sock *nf_sock; variable in typeref:struct:nl_sock
61 nfnl_queue_msg_send_verdict(nf_sock, lost_msg);
71 nfnl_queue_msg_send_verdict(nf_sock, msg);
93 nf_sock = nfnl_queue_socket_alloc();
94 if (nf_sock == NULL)
97 nl_socket_disable_seq_check(nf_sock);
98 nl_socket_modify_cb(nf_sock, NL_CB_VALID, NL_CB_CUSTOM, event_input, NULL);
109 nl_cli_connect(nf_sock, NETLINK_NETFILTER);
114 nfnl_queue_pf_unbind(nf_sock, family);
115 if ((err = nfnl_queue_pf_bind(nf_sock, family)) < 0
    [all...]

Completed in 46 milliseconds