Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b678027c authored by David S. Miller's avatar David S. Miller
Browse files

ipv4: Kill RTO_CONN.



It's not used by anything in the kernel, and defined in net/route.h so
never exported to userspace.

Therefore we can safely remove it.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 2e97e980
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -37,10 +37,6 @@

#define RTO_ONLINK	0x01

#define RTO_CONN	0
/* RTO_CONN is not used (being alias for 0), but preserved not to break
 * some modules referring to it. */

#define RT_CONN_FLAGS(sk)   (RT_TOS(inet_sk(sk)->tos) | sock_flag(sk, SOCK_LOCALROUTE))

struct fib_nh;