OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 36... Line 36...
36 +} 36 +}
37 + 37 +
38 #endif 38 #endif
39 --- a/include/net/ipv6.h 39 --- a/include/net/ipv6.h
40 +++ b/include/net/ipv6.h 40 +++ b/include/net/ipv6.h
41 @@ -889,8 +889,6 @@ static inline struct sk_buff *ip6_finish 41 @@ -918,8 +918,6 @@ static inline struct sk_buff *ip6_finish
42 &inet6_sk(sk)->cork); 42 &inet6_sk(sk)->cork);
43 } 43 }
Line 44... Line 44...
44 44
45 -unsigned int ip6_dst_mtu_forward(const struct dst_entry *dst); 45 -unsigned int ip6_dst_mtu_forward(const struct dst_entry *dst);
46 - 46 -
47 int ip6_dst_lookup(struct net *net, struct sock *sk, struct dst_entry **dst, 47 int ip6_dst_lookup(struct net *net, struct sock *sk, struct dst_entry **dst,
48 struct flowi6 *fl6); 48 struct flowi6 *fl6);
49 struct dst_entry *ip6_dst_lookup_flow(const struct sock *sk, struct flowi6 *fl6, 49 struct dst_entry *ip6_dst_lookup_flow(const struct sock *sk, struct flowi6 *fl6,
50 --- a/net/ipv6/ip6_output.c 50 --- a/net/ipv6/ip6_output.c
51 +++ b/net/ipv6/ip6_output.c 51 +++ b/net/ipv6/ip6_output.c
52 @@ -381,28 +381,6 @@ static inline int ip6_forward_finish(str 52 @@ -383,28 +383,6 @@ static inline int ip6_forward_finish(str
53 return dst_output(net, sk, skb); 53 return dst_output(net, sk, skb);
Line 54... Line 54...
54 } 54 }
55 55