1
0
Fork 0
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
..
Kconfig ipvs: Update CONFIG_IP_VS_IPV6 description and help text 2008-10-19 23:29:56 -07:00
Makefile IPVS: Move IPVS to net/netfilter/ipvs 2008-10-07 08:38:24 +11:00
ip_vs_app.c IPVS: Move IPVS to net/netfilter/ipvs 2008-10-07 08:38:24 +11:00
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 IPVS: Remove supports_ipv6 scheduler flag 2008-11-03 17:08:56 -08:00
ip_vs_est.c IPVS: Move IPVS to net/netfilter/ipvs 2008-10-07 08:38:24 +11:00
ip_vs_ftp.c net: replace NIPQUAD() in net/netfilter/ 2008-10-31 00:54:29 -07:00
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 net: replace NIPQUAD() in net/netfilter/ 2008-10-31 00:54:29 -07:00
ip_vs_proto_ah_esp.c net: replace NIPQUAD() in net/netfilter/ 2008-10-31 00:54:29 -07:00
ip_vs_proto_tcp.c ipvs: oldlen, newlen should be be16, not be32 2008-11-06 23:09:56 -08:00
ip_vs_proto_udp.c ipvs: oldlen, newlen should be be16, not be32 2008-11-06 23:09:56 -08:00
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 IPVS: Move IPVS to net/netfilter/ipvs 2008-10-07 08:38:24 +11:00
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