dect
/
libnl
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
libnl/lib/netfilter
Patrick McHardy 334f551c59 libnl: nfqueue: add nfqueue specific socket allocation function
commit e92539843a0c7e5116254382626cce226bf2135e
Author: Patrick McHardy <kaber@trash.net>
Date:   Thu Oct 23 13:46:16 2008 +0200

    libnl: nfqueue: add nfqueue specific socket allocation function

    nfqueue users usually send verdict messages from the receive callback.
    When waiting for ACKs, the receive callback might be called again
    recursively until the stack blows up.

    Add a nfqueue specific socket allocation function that automatically
    disables ACKing for the socket.

    Signed-off-by: Patrick McHardy <kaber@trash.net>
2008-10-23 13:59:40 +02:00
..
ct.c Add internal wait_for_ack() which only waits for ACK if !NL_NO_AUTO_ACK 2008-10-20 13:12:13 +02:00
ct_obj.c Remove old line counting while dumping 2008-05-23 23:45:14 +02:00
log.c Add internal wait_for_ack() which only waits for ACK if !NL_NO_AUTO_ACK 2008-10-20 13:12:13 +02:00
log_msg.c Allow parser callbacks to return NL_OK, NL_SKIP, NL_EXIT 2008-05-15 14:01:57 +02:00
log_msg_obj.c Remove old line counting while dumping 2008-05-23 23:45:14 +02:00
log_obj.c Remove old line counting while dumping 2008-05-23 23:45:14 +02:00
netfilter.c [LIBNL]: Generic netfilter stuff 2008-02-07 12:53:03 +01:00
nfnl.c Rename struct nl_handle to struct nl_sock 2008-05-15 13:26:32 +02:00
queue.c libnl: nfqueue: add nfqueue specific socket allocation function 2008-10-23 13:59:40 +02:00
queue_msg.c Add internal wait_for_ack() which only waits for ACK if !NL_NO_AUTO_ACK 2008-10-20 13:12:13 +02:00
queue_msg_obj.c Remove old line counting while dumping 2008-05-23 23:45:14 +02:00
queue_obj.c Remove old line counting while dumping 2008-05-23 23:45:14 +02:00