bz f7f4373428 The inp_lle field to struct inpcb, along with two "valid" flags
for the rt and lle cache were added in r191129 (2009).
To my best knowledge they have never been used and route caching
has converted the inp_rt field from that commit to inp_route
rendering this field and these flags obsolete.

Convert the pointer into a spare pointer to not change the size of
the structure anymore (and to have a spare pointer) and mark the
two fields as unused.

Reviewed by:	markj, karels
Approved by:	re (gjb)
Differential Revision:	https://reviews.freebsd.org/D17062
2018-09-06 19:55:40 +00:00
..
2018-07-11 14:54:56 +00:00
2018-05-29 12:32:08 +00:00
2018-08-15 15:44:30 +00:00
2018-07-01 08:37:07 +00:00
2018-08-15 20:23:08 +00:00
2018-07-01 08:37:07 +00:00
2018-07-10 08:05:32 +00:00
2018-05-19 05:56:21 +00:00
2018-07-30 20:35:50 +00:00
2018-08-24 10:50:19 +00:00
2018-07-31 22:56:03 +00:00