patch-2.1.79 linux/net/core/skbuff.c
Next file: linux/net/core/sock.c
Previous file: linux/net/core/rtnetlink.c
Back to the patch index
Back to the overall index
- Lines: 31
- Date:
Mon Jan 12 15:28:25 1998
- Orig file:
v2.1.78/linux/net/core/skbuff.c
- Orig date:
Mon Dec 1 12:04:16 1997
diff -u --recursive --new-file v2.1.78/linux/net/core/skbuff.c linux/net/core/skbuff.c
@@ -303,7 +303,6 @@
n->ack_seq=skb->ack_seq;
memcpy(n->cb, skb->cb, sizeof(skb->cb));
n->used=skb->used;
- n->arp=skb->arp;
n->tries=0;
atomic_set(&n->users, 1);
n->pkt_type=skb->pkt_type;
@@ -354,7 +353,6 @@
n->end_seq=skb->end_seq;
n->ack_seq=skb->ack_seq;
n->used=skb->used;
- n->arp=skb->arp;
n->tries=0;
atomic_set(&n->users, 1);
n->pkt_type=skb->pkt_type;
@@ -363,14 +361,4 @@
n->security=skb->security;
return n;
-}
-
-struct sk_buff *dev_alloc_skb(unsigned int length)
-{
- struct sk_buff *skb;
-
- skb = alloc_skb(length+16, GFP_ATOMIC);
- if (skb)
- skb_reserve(skb,16);
- return skb;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov