Thomas Graf fe4944e59c [NETLINK]: Extend netlink messaging interface
Adds:
 nlmsg_get_pos()                 return current position in message
 nlmsg_trim()                    trim part of message
 nla_reserve_nohdr(skb, len)     reserve room for an attribute w/o hdr
 nla_put_nohdr(skb, len, data)   add attribute w/o hdr
 nla_find_nested()               find attribute in nested attributes

Fixes nlmsg_new() to take allocation flags and consider size.

Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-09-22 14:53:43 -07:00
..
2006-09-06 11:00:02 -07:00
2006-09-11 13:32:17 -04:00
2006-09-11 13:32:30 -04:00
2006-09-11 13:32:30 -04:00
2006-08-27 11:01:32 -07:00
2005-04-16 15:20:36 -07:00
2006-09-01 11:39:08 -07:00
2006-03-26 08:57:03 -08:00
2005-10-08 15:00:57 -07:00
2006-09-16 12:54:32 -07:00
2006-07-03 15:27:04 -07:00
2005-04-16 15:20:36 -07:00
2006-09-06 11:00:01 -07:00
2006-04-19 16:27:18 -07:00
2006-07-10 13:24:25 -07:00