aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/net/route.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2022-07-25 13:25:39 +0100
committerDavid S. Miller <davem@davemloft.net>2022-07-25 13:25:39 +0100
commite222dc8d8408788e906a5c0dd5f01fbe7f6cd1d3 (patch)
treec3ed571bf7c664f44b08c740b60fbb5cb7057fd0 /include/net/route.h
parentMerge branch 'macb-versal-device-support' (diff)
parentxfrm: improve wording of comment above XFRM_OFFLOAD flags (diff)
downloadwireguard-linux-e222dc8d8408788e906a5c0dd5f01fbe7f6cd1d3.tar.xz
wireguard-linux-e222dc8d8408788e906a5c0dd5f01fbe7f6cd1d3.zip
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
Steffen Klassert says: ==================== pull request (net-next): ipsec-next 2022-07-20 1) Don't set DST_NOPOLICY in IPv4, a recent patch made this superfluous. From Eyal Birger. 2) Convert alg_key to flexible array member to avoid an iproute2 compile warning when built with gcc-12. From Stephen Hemminger. 3) xfrm_register_km and xfrm_unregister_km do always return 0 so change the type to void. From Zhengchao Shao. 4) Fix spelling mistake in esp6.c From Zhang Jiaming. 5) Improve the wording of comment above XFRM_OFFLOAD flags. From Petr Vaněk. Please pull or let me know if there are problems. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/route.h')
-rw-r--r--include/net/route.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/net/route.h b/include/net/route.h
index f3257000d4e1..6e92dd5bcd61 100644
--- a/include/net/route.h
+++ b/include/net/route.h
@@ -240,8 +240,7 @@ void ip_rt_multicast_event(struct in_device *);
int ip_rt_ioctl(struct net *, unsigned int cmd, struct rtentry *rt);
void ip_rt_get_source(u8 *src, struct sk_buff *skb, struct rtable *rt);
struct rtable *rt_dst_alloc(struct net_device *dev,
- unsigned int flags, u16 type,
- bool nopolicy, bool noxfrm);
+ unsigned int flags, u16 type, bool noxfrm);
struct rtable *rt_dst_clone(struct net_device *dev, struct rtable *rt);
struct in_ifaddr;