remarkable-linux/net/netfilter/ipvs
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
..
ip_vs_app.c
ip_vs_conn.c ipvs: Fix IPv4 FWMARK virtual services 2009-05-08 14:54:47 -07:00
ip_vs_core.c ipvs: Fix IPv4 FWMARK virtual services 2009-05-08 14:54:47 -07:00
ip_vs_ctl.c ipvs: Use genl_register_family_with_ops() 2009-05-21 16:50:24 -07:00
ip_vs_dh.c
ip_vs_est.c
ip_vs_ftp.c
ip_vs_lblc.c IPVS: Make "no destination available" message more consistent between schedulers 2008-12-29 18:37:36 -08:00
ip_vs_lblcr.c IPVS: Make "no destination available" message more consistent between schedulers 2008-12-29 18:37:36 -08:00
ip_vs_lc.c IPVS: Make "no destination available" message more consistent between schedulers 2008-12-29 18:37:36 -08:00
ip_vs_nq.c IPVS: Make "no destination available" message more consistent between schedulers 2008-12-29 18:37:36 -08:00
ip_vs_proto.c
ip_vs_proto_ah_esp.c
ip_vs_proto_tcp.c
ip_vs_proto_udp.c
ip_vs_rr.c IPVS: Make "no destination available" message more consistent between schedulers 2008-12-29 18:37:36 -08:00
ip_vs_sched.c
ip_vs_sed.c IPVS: Make "no destination available" message more consistent between schedulers 2008-12-29 18:37:36 -08:00
ip_vs_sh.c IPVS: Make "no destination available" message more consistent between schedulers 2008-12-29 18:37:36 -08:00
ip_vs_sync.c net: replace uses of __constant_{endian} 2009-02-01 00:45:17 -08:00
ip_vs_wlc.c IPVS: Make "no destination available" message more consistent between schedulers 2008-12-29 18:37:36 -08:00
ip_vs_wrr.c IPVS: Make "no destination available" message more consistent between schedulers 2008-12-29 18:37:36 -08:00
ip_vs_xmit.c net: skb->dst accessors 2009-06-03 02:51:04 -07:00
Kconfig
Makefile