libnl/include/netlink
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 Rename struct nl_handle to struct nl_sock 2008-05-15 13:26:32 +02:00
genl Fix compile errors when linking against libnl-genl 2008-06-17 02:57:33 +02:00
netfilter libnl: nfqueue: add nfqueue specific socket allocation function 2008-10-23 13:59:40 +02:00
route Error handling for rtnl_cls_set_kind() & addition of rtnl_cls_get_ops() 2008-10-15 13:01:46 +02:00
.gitignore ignore more temporary files 2008-05-05 17:13:02 +02:00
addr.h Remove obsolete nla_get_addr() and nla_get_data() 2008-05-14 18:26:47 +02:00
attr.h Introduce nla_strdup() to help parse strings attributes 2008-06-13 16:40:41 +02:00
cache-api.h Rename struct nl_handle to struct nl_sock 2008-05-15 13:26:32 +02:00
cache.h Rename struct nl_handle to struct nl_sock 2008-05-15 13:26:32 +02:00
data.h Remove obsolete nla_get_addr() and nla_get_data() 2008-05-14 18:26:47 +02:00
errno.h Thread-safe error handling 2008-05-14 17:49:44 +02:00
handlers.h Replace NL_KEEP code with proper message reference counting 2008-10-14 19:26:44 +02:00
list.h Big routing code rework (API/ABI BREAK!) 2008-04-29 23:31:30 +02:00
msg.h Replace NL_KEEP code with proper message reference counting 2008-10-14 19:26:44 +02:00
netlink-compat.h Initial import 2007-09-15 01:28:01 +02:00
netlink-kernel.h Initial import 2007-09-15 01:28:01 +02:00
netlink.h <netlink/addr.h> requires <netdb.h> 2008-06-17 02:09:38 +02:00
object-api.h Remove old line counting while dumping 2008-05-23 23:45:14 +02:00
object.h Thread-safe error handling 2008-05-14 17:49:44 +02:00
socket.h Add socket flag NL_NO_AUTO_ACK to allow disabling auto ACKS 2008-10-20 13:02:38 +02:00
types.h Remove XML dumping 2008-06-17 03:04:19 +02:00
utils.h Extend nl_time2int() and rename it to nl_str2msec() 2008-06-16 13:54:57 +02:00
version.h.in version.h.in should be in tree not the generated version 2008-04-30 18:52:28 +02:00