commit | 797659fb4a4a511649cd71028141c32ad1698a12 | [log] [tgz] |
---|---|---|
author | Arnaldo Carvalho de Melo <acme@redhat.com> | Sat Mar 10 15:56:08 2007 -0300 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Apr 25 22:24:43 2007 -0700 |
tree | 370361e706de99e3c176b343e9f2db5a1a9df2a3 | |
parent | 37e6636669b0b996681586facee8034f7f674f6a [diff] |
[PPPOE]: Introduce pppoe_hdr() For consistency with all the other skb->nh.raw accessors. Also do some really obvious simplifications in pppoe_recvmsg, well the kfree_skb one is not so obvious, but free() and kfree() have the same behaviour (hint :-) ). Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>