dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/s390
Eric Dumazet adf30907d6 net: skb->dst accessors
Define three accessors to get/set dst attached to a skb

struct dst_entry *skb_dst(const struct sk_buff *skb)

void skb_dst_set(struct sk_buff *skb, struct dst_entry *dst)

void skb_dst_drop(struct sk_buff *skb)
This one should replace occurrences of :
dst_release(skb->dst)
skb->dst = NULL;

Delete skb->dst field

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-06-03 02:51:04 -07:00
..
block [S390] dasd: fix idaw boundary checking for track based ccw 2009-04-14 15:37:25 +02:00
char [S390] Use tape_generic_offline directly. 2009-04-23 13:58:17 +02:00
cio [S390] qdio: remove dead timeout handler 2009-04-14 15:37:24 +02:00
crypto [S390] use kzfree() 2009-03-26 15:24:29 +01:00
kvm s390: remove s390_root_dev_*() 2009-01-06 10:44:34 -08:00
net net: skb->dst accessors 2009-06-03 02:51:04 -07:00
scsi [SCSI] zfcp: Fix oops when port disappears 2009-04-27 10:07:37 -05:00
Makefile [S390] split/move machine check handler code 2009-03-26 15:24:10 +01:00