1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef __LINUX_NEIGHBOUR_H
3 #define __LINUX_NEIGHBOUR_H
5 #include <linux/types.h>
6 #include <linux/netlink.h>
31 NDA_PROTOCOL, /* Originator of entry */
40 #define NDA_MAX (__NDA_MAX - 1)
43 * Neighbor Cache Entry Flags
46 #define NTF_USE (1 << 0)
47 #define NTF_SELF (1 << 1)
48 #define NTF_MASTER (1 << 2)
49 #define NTF_PROXY (1 << 3) /* == ATF_PUBL */
50 #define NTF_EXT_LEARNED (1 << 4)
51 #define NTF_OFFLOADED (1 << 5)
52 #define NTF_STICKY (1 << 6)
53 #define NTF_ROUTER (1 << 7)
54 /* Extended flags under NDA_FLAGS_EXT: */
55 #define NTF_EXT_MANAGED (1 << 0)
56 #define NTF_EXT_LOCKED (1 << 1)
59 * Neighbor Cache Entry States.
62 #define NUD_INCOMPLETE 0x01
63 #define NUD_REACHABLE 0x02
64 #define NUD_STALE 0x04
65 #define NUD_DELAY 0x08
66 #define NUD_PROBE 0x10
67 #define NUD_FAILED 0x20
70 #define NUD_NOARP 0x40
71 #define NUD_PERMANENT 0x80
74 /* NUD_NOARP & NUD_PERMANENT are pseudostates, they never change and make no
75 * address resolution or NUD.
77 * NUD_PERMANENT also cannot be deleted by garbage collectors. This holds true
78 * for dynamic entries with NTF_EXT_LEARNED flag as well. However, upon carrier
79 * down event, NUD_PERMANENT entries are not flushed whereas NTF_EXT_LEARNED
80 * flagged entries explicitly are (which is also consistent with the routing
83 * When NTF_EXT_LEARNED is set for a bridge fdb entry the different cache entry
84 * states don't make sense and thus are ignored. Such entries don't age and
87 * NTF_EXT_MANAGED flagged neigbor entries are managed by the kernel on behalf
88 * of a user space control plane, and automatically refreshed so that (if
89 * possible) they remain in NUD_REACHABLE state.
91 * NTF_EXT_LOCKED flagged bridge FDB entries are entries generated by the
92 * bridge in response to a host trying to communicate via a locked bridge port
93 * with MAB enabled. Their purpose is to notify user space that a host requires
97 struct nda_cacheinfo {
104 /*****************************************************************
105 * Neighbour tables specific messages.
107 * To retrieve the neighbour tables send RTM_GETNEIGHTBL with the
108 * NLM_F_DUMP flag set. Every neighbour table configuration is
109 * spread over multiple messages to avoid running into message
110 * size limits on systems with many interfaces. The first message
111 * in the sequence transports all not device specific data such as
112 * statistics, configuration, and the default parameter set.
113 * This message is followed by 0..n messages carrying device
114 * specific parameter sets.
115 * Although the ordering should be sufficient, NDTA_NAME can be
116 * used to identify sequences. The initial message can be identified
117 * by checking for NDTA_CONFIG. The device specific messages do
118 * not contain this TLV but have NDTPA_IFINDEX set to the
119 * corresponding interface index.
121 * To change neighbour table attributes, send RTM_SETNEIGHTBL
122 * with NDTA_NAME set. Changeable attribute include NDTA_THRESH[1-3],
123 * NDTA_GC_INTERVAL, and all TLVs in NDTA_PARMS unless marked
124 * otherwise. Device specific parameter sets can be changed by
125 * setting NDTPA_IFINDEX to the interface index of the corresponding
132 __u64 ndts_hash_grows;
133 __u64 ndts_res_failed;
136 __u64 ndts_rcv_probes_mcast;
137 __u64 ndts_rcv_probes_ucast;
138 __u64 ndts_periodic_gc_runs;
139 __u64 ndts_forced_gc_runs;
140 __u64 ndts_table_fulls;
145 NDTPA_IFINDEX, /* u32, unchangeable */
146 NDTPA_REFCNT, /* u32, read-only */
147 NDTPA_REACHABLE_TIME, /* u64, read-only, msecs */
148 NDTPA_BASE_REACHABLE_TIME, /* u64, msecs */
149 NDTPA_RETRANS_TIME, /* u64, msecs */
150 NDTPA_GC_STALETIME, /* u64, msecs */
151 NDTPA_DELAY_PROBE_TIME, /* u64, msecs */
152 NDTPA_QUEUE_LEN, /* u32 */
153 NDTPA_APP_PROBES, /* u32 */
154 NDTPA_UCAST_PROBES, /* u32 */
155 NDTPA_MCAST_PROBES, /* u32 */
156 NDTPA_ANYCAST_DELAY, /* u64, msecs */
157 NDTPA_PROXY_DELAY, /* u64, msecs */
158 NDTPA_PROXY_QLEN, /* u32 */
159 NDTPA_LOCKTIME, /* u64, msecs */
160 NDTPA_QUEUE_LENBYTES, /* u32 */
161 NDTPA_MCAST_REPROBES, /* u32 */
163 NDTPA_INTERVAL_PROBE_TIME_MS, /* u64, msecs */
166 #define NDTPA_MAX (__NDTPA_MAX - 1)
176 __u16 ndtc_entry_size;
178 __u32 ndtc_last_flush; /* delta to now in msecs */
179 __u32 ndtc_last_rand; /* delta to now in msecs */
181 __u32 ndtc_hash_mask;
182 __u32 ndtc_hash_chain_gc;
183 __u32 ndtc_proxy_qlen;
188 NDTA_NAME, /* char *, unchangeable */
189 NDTA_THRESH1, /* u32 */
190 NDTA_THRESH2, /* u32 */
191 NDTA_THRESH3, /* u32 */
192 NDTA_CONFIG, /* struct ndt_config, read-only */
193 NDTA_PARMS, /* nested TLV NDTPA_* */
194 NDTA_STATS, /* struct ndt_stats, read-only */
195 NDTA_GC_INTERVAL, /* u64, msecs */
199 #define NDTA_MAX (__NDTA_MAX - 1)
201 /* FDB activity notification bits used in NFEA_ACTIVITY_NOTIFY:
202 * - FDB_NOTIFY_BIT - notify on activity/expire for any entry
203 * - FDB_NOTIFY_INACTIVE_BIT - mark as inactive to avoid multiple notifications
206 FDB_NOTIFY_BIT = (1 << 0),
207 FDB_NOTIFY_INACTIVE_BIT = (1 << 1)
210 /* embedded into NDA_FDB_EXT_ATTRS:
211 * [NDA_FDB_EXT_ATTRS] = {
212 * [NFEA_ACTIVITY_NOTIFY]
218 NFEA_ACTIVITY_NOTIFY,
222 #define NFEA_MAX (__NFEA_MAX - 1)