patch-1.3.6 linux/net/ethernet/eth.c
Next file: linux/net/ethernet/pe2.c
Previous file: linux/net/core/sock.c
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Thu Jun 29 19:18:52 1995
- Orig file:
v1.3.5/linux/net/ethernet/eth.c
- Orig date:
Tue Jun 6 12:16:43 1995
diff -u --recursive --new-file v1.3.5/linux/net/ethernet/eth.c linux/net/ethernet/eth.c
@@ -81,11 +81,10 @@
* daddr=NULL means leave destination address (eg unresolved arp)
*/
-int eth_header(unsigned char *buff, struct device *dev, unsigned short type,
- void *daddr, void *saddr, unsigned len,
- struct sk_buff *skb)
+int eth_header(struct sk_buff *skb, struct device *dev, unsigned short type,
+ void *daddr, void *saddr, unsigned len)
{
- struct ethhdr *eth = (struct ethhdr *)buff;
+ struct ethhdr *eth = (struct ethhdr *)skb_push(skb,14);
/*
* Set the protocol type. For a packet of type ETH_P_802_3 we put the length
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this