diff options
author | Lorenzo Colitti <lorenzo@google.com> | 2016-12-12 11:41:11 +0900 |
---|---|---|
committer | Lorenzo Colitti <lorenzo@google.com> | 2016-12-20 01:25:06 +0900 |
commit | 9789b697c6e4db733b4afe9572cd8e053c63e943 (patch) | |
tree | bfad1a3c3d7a002ea2c02725ef1b43b66cffc438 /include/net/ip6_route.h | |
parent | 61f26de8c058833bb29aa4641717fc5b873724b5 (diff) |
Revert "net: core: Support UID-based routing."
This reverts commit fd2cf795f3ab193752781be7372949ac1780d0ed.
Bug: 16355602
Change-Id: I1ec2d1eb3d53f4186b60c6ca5d6a20fcca46d442
Diffstat (limited to 'include/net/ip6_route.h')
-rw-r--r-- | include/net/ip6_route.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/ip6_route.h b/include/net/ip6_route.h index 4bbd221637cd..877f682989b8 100644 --- a/include/net/ip6_route.h +++ b/include/net/ip6_route.h @@ -108,7 +108,7 @@ int rt6_route_rcv(struct net_device *dev, u8 *opt, int len, const struct in6_addr *gwaddr); void ip6_update_pmtu(struct sk_buff *skb, struct net *net, __be32 mtu, int oif, - u32 mark, kuid_t uid); + u32 mark); void ip6_sk_update_pmtu(struct sk_buff *skb, struct sock *sk, __be32 mtu); void ip6_redirect(struct sk_buff *skb, struct net *net, int oif, u32 mark); void ip6_redirect_no_header(struct sk_buff *skb, struct net *net, int oif, |