Lines Matching defs:mrtstat
203 struct mrtstat { struct
204 u_long mrts_mfc_lookups; /* # forw. cache hash table hits */
205 u_long mrts_mfc_misses; /* # forw. cache hash table misses */
206 u_long mrts_upcalls; /* # calls to mrouted */
207 u_long mrts_no_route; /* no route for packet's origin */
208 u_long mrts_bad_tunnel; /* malformed tunnel options */
209 u_long mrts_cant_tunnel; /* no room for tunnel options */
210 u_long mrts_wrong_if; /* arrived on wrong interface */
211 u_long mrts_upq_ovflw; /* upcall Q overflow */
212 u_long mrts_cache_cleanups; /* # entries with no upcalls */
213 u_long mrts_drop_sel; /* pkts dropped selectively */
214 u_long mrts_q_overflow; /* pkts dropped - Q overflow */
215 u_long mrts_pkt2large; /* pkts dropped - size > BKT SIZE */
216 u_long mrts_upq_sockfull; /* upcalls dropped - socket full */