commit | b529ccf2799c14346d1518e9bdf1f88f03643e99 | [log] [tgz] |
---|---|---|
author | Arnaldo Carvalho de Melo <acme@redhat.com> | Wed Apr 25 19:08:35 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Apr 25 22:26:34 2007 -0700 |
tree | f899a5a5d66d2ca21724c1871ee3afeda6c4a670 | |
parent | 965ffea43d4ebe8cd7b9fee78d651268dd7d23c5 [diff] |
[NETLINK]: Introduce nlmsg_hdr() helper For the common "(struct nlmsghdr *)skb->data" sequence, so that we reduce the number of direct accesses to skb->data and for consistency with all the other cast skb member helpers. Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>