X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Fnet%2Fip.h;h=fab3d5b3ab1c34fbb1feca0f67c2391b17d02cbe;hb=7b875affd49fbc8978a1a898a0a80ebfff11f8c6;hp=7bb5804847f29d2ea457383cdce7b0929e16a65a;hpb=d7906de1d774ca70d696d3047223bb3e5e759d92;p=linux-2.6-omap-h63xx.git diff --git a/include/net/ip.h b/include/net/ip.h index 7bb5804847f..fab3d5b3ab1 100644 --- a/include/net/ip.h +++ b/include/net/ip.h @@ -37,11 +37,11 @@ struct inet_skb_parm struct ip_options opt; /* Compiled IP options */ unsigned char flags; -#define IPSKB_MASQUERADED 1 -#define IPSKB_TRANSLATED 2 -#define IPSKB_FORWARDED 4 -#define IPSKB_XFRM_TUNNEL_SIZE 8 -#define IPSKB_FRAG_COMPLETE 16 +#define IPSKB_FORWARDED 1 +#define IPSKB_XFRM_TUNNEL_SIZE 2 +#define IPSKB_XFRM_TRANSFORMED 4 +#define IPSKB_FRAG_COMPLETE 8 +#define IPSKB_REROUTED 16 }; struct ipcm_cookie @@ -95,7 +95,6 @@ extern int ip_local_deliver(struct sk_buff *skb); extern int ip_mr_input(struct sk_buff *skb); extern int ip_output(struct sk_buff *skb); extern int ip_mc_output(struct sk_buff *skb); -extern int ip_fragment(struct sk_buff *skb, int (*out)(struct sk_buff*)); extern int ip_do_nat(struct sk_buff *skb); extern void ip_send_check(struct iphdr *ip); extern int ip_queue_xmit(struct sk_buff *skb, int ipfragok);