libnl/lib
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
..
fib_lookup Remove old line counting while dumping 2008-05-23 23:45:14 +02:00
genl Remove XML dumping 2008-06-17 03:04:19 +02:00
netfilter libnl: nfqueue: add nfqueue specific socket allocation function 2008-10-23 13:59:40 +02:00
route Add internal wait_for_ack() which only waits for ACK if !NL_NO_AUTO_ACK 2008-10-20 13:12:13 +02:00
.gitignore Build separate libraries for each netilnk family 2008-05-15 18:01:50 +02:00
addr.c Properly handle addr=NULL in nl_addr2str 2008-06-13 16:39:35 +02:00
attr.c Introduce nla_strdup() to help parse strings attributes 2008-06-13 16:40:41 +02:00
cache.c Remove old line counting while dumping 2008-05-23 23:45:14 +02:00
cache_mngr.c Rename struct nl_handle to struct nl_sock 2008-05-15 13:26:32 +02:00
cache_mngt.c Thread-safe error handling 2008-05-14 17:49:44 +02:00
data.c Remove obsolete nla_get_addr() and nla_get_data() 2008-05-14 18:26:47 +02:00
defs.h.in Remove leftover definition of verbose errors 2008-04-30 18:53:01 +02:00
doc.c Rename struct nl_handle to struct nl_sock 2008-05-15 13:26:32 +02:00
error.c Thread-safe error handling 2008-05-14 17:49:44 +02:00
family.c Initial import 2007-09-15 01:28:01 +02:00
handlers.c Rename struct nl_handle to struct nl_sock 2008-05-15 13:26:32 +02:00
Makefile fix lib symlinks 2008-10-10 12:17:22 +02:00
msg.c Replace NL_KEEP code with proper message reference counting 2008-10-14 19:26:44 +02:00
nl.c Add socket flag NL_NO_AUTO_ACK to allow disabling auto ACKS 2008-10-20 13:02:38 +02:00
object.c Thread-safe error handling 2008-05-14 17:49:44 +02:00
socket.c Add socket flag NL_NO_AUTO_ACK to allow disabling auto ACKS 2008-10-20 13:02:38 +02:00
utils.c Extend nl_time2int() and rename it to nl_str2msec() 2008-06-16 13:54:57 +02:00