libnl/include
Karl Hiramoto 27c505eb89 new feature nl_send_iovec(), nl_auto_complete() and code refactoring.
Create new function nl_send_iovec() to be used to send multiple 'struct iovec'
through the netlink socket.  This will be used for NF_QUEUE, to send
packet payload of a modified packet.

Refactor nl_send() to use nl_send_iovec() sending a single struct iovec.

Create new function nl_auto_complete() by refactoring nl_send_auto_complete(),
so other functions that call nl_send may also use nl_auto_complete()

Signed-off-by: Karl Hiramoto <karl@hiramoto.org>
2010-03-10 16:01:46 +01:00
..
linux - Reworked the classifier interface. 2009-09-02 18:31:14 +02:00
netlink new feature nl_send_iovec(), nl_auto_complete() and code refactoring. 2010-03-10 16:01:46 +01:00
Makefile.am Move to automake-based build 2009-06-23 01:24:51 +02:00
netlink-generic.h Initial import 2007-09-15 01:28:01 +02:00
netlink-local.h Add internal wait_for_ack() which only waits for ACK if !NL_NO_AUTO_ACK 2008-10-20 13:12:13 +02:00
netlink-tc.h Remove old line counting while dumping 2008-05-23 23:45:14 +02:00
netlink-types.h - Reworked the classifier interface. 2009-09-02 18:31:14 +02:00