patch-2.3.14 linux/net/ipv6/icmp.c
Next file: linux/net/ipv6/ip6_input.c
Previous file: linux/net/ipv6/addrconf.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Wed Aug 18 11:38:49 1999
- Orig file:
v2.3.13/linux/net/ipv6/icmp.c
- Orig date:
Wed May 26 18:14:38 1999
diff -u --recursive --new-file v2.3.13/linux/net/ipv6/icmp.c linux/net/ipv6/icmp.c
@@ -237,7 +237,7 @@
*/
void icmpv6_send(struct sk_buff *skb, int type, int code, __u32 info,
- struct device *dev)
+ struct net_device *dev)
{
struct ipv6hdr *hdr = skb->nh.ipv6h;
struct sock *sk = icmpv6_socket->sk;
@@ -458,7 +458,7 @@
int icmpv6_rcv(struct sk_buff *skb, unsigned long len)
{
- struct device *dev = skb->dev;
+ struct net_device *dev = skb->dev;
struct in6_addr *saddr = &skb->nh.ipv6h->saddr;
struct in6_addr *daddr = &skb->nh.ipv6h->daddr;
struct ipv6hdr *orig_hdr;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)