Searched refs:ipqnl (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter/
H A Dip_queue.c58 static struct sock *ipqnl; variable in typeref:struct:sock
305 status = netlink_unicast(ipqnl, nskb, peer_pid, MSG_DONTWAIT);
541 } while (ipqnl && ipqnl->receive_queue.qlen);
643 ipqnl = netlink_kernel_create(NETLINK_FIREWALL, ipq_rcv_sk);
644 if (ipqnl == NULL) {
679 sock_release(ipqnl->socket);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter.noQoS/
H A Dip_queue.c58 static struct sock *ipqnl; variable in typeref:struct:sock
305 status = netlink_unicast(ipqnl, nskb, peer_pid, MSG_DONTWAIT);
541 } while (ipqnl && ipqnl->receive_queue.qlen);
643 ipqnl = netlink_kernel_create(NETLINK_FIREWALL, ipq_rcv_sk);
644 if (ipqnl == NULL) {
679 sock_release(ipqnl->socket);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/netfilter/
H A Dip6_queue.c64 static struct sock *ipqnl; variable in typeref:struct:sock
310 status = netlink_unicast(ipqnl, nskb, peer_pid, MSG_DONTWAIT);
584 } while (ipqnl && ipqnl->receive_queue.qlen);
686 ipqnl = netlink_kernel_create(NETLINK_IP6_FW, ipq_rcv_sk);
687 if (ipqnl == NULL) {
722 sock_release(ipqnl->socket);

Completed in 94 milliseconds