summaryrefslogtreecommitdiffstats
path: root/sys/net/if_llatbl.h
diff options
context:
space:
mode:
authormelifaro <melifaro@FreeBSD.org>2015-09-27 05:29:34 +0000
committermelifaro <melifaro@FreeBSD.org>2015-09-27 05:29:34 +0000
commit91b3356875cad6ddb2c03051a670dd2aa4ab96b9 (patch)
treed651d5df1346953e1c615f8471e69e84ae966b32 /sys/net/if_llatbl.h
parent5ba0fc23d6d9d3ec0ae8c73012b4a9940923738d (diff)
downloadFreeBSD-src-91b3356875cad6ddb2c03051a670dd2aa4ab96b9.zip
FreeBSD-src-91b3356875cad6ddb2c03051a670dd2aa4ab96b9.tar.gz
Eliminate nd6_nud_hint() and its TCP bindings.
Initially function was introduced in r53541 (KAME initial commit) to "provide hints from upper layer protocols that indicate a connection is making "forward progress"" (quote from RFC 2461 7.3.1 Reachability Confirmation). However, it was converted to do nothing (e.g. just return) in r122922 (tcp_hostcache implementation) back in 2003. Some defines were moved to tcp_var.h in r169541. Then, it was broken (for non-corner cases) by r186119 (L2<>L3 split) in 2008 (NULL ifp in nd6_lookup). So, right now this code is broken and has no "real" base users. Differential Revision: https://reviews.freebsd.org/D3699
Diffstat (limited to 'sys/net/if_llatbl.h')
-rw-r--r--sys/net/if_llatbl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/net/if_llatbl.h b/sys/net/if_llatbl.h
index 98d28f2..1415ad4 100644
--- a/sys/net/if_llatbl.h
+++ b/sys/net/if_llatbl.h
@@ -75,7 +75,6 @@ struct llentry {
uint16_t la_flags;
uint16_t la_asked;
uint16_t la_preempt;
- uint16_t ln_byhint;
int16_t ln_state; /* IPv6 has ND6_LLINFO_NOSTATE == -2 */
uint16_t ln_router;
time_t ln_ntick;
OpenPOWER on IntegriCloud