Searched defs:mroute_helper (Results 1 – 3 of 3) sorted by relevance
131 struct mroute_helper { struct132 unsigned int cache_generation; /* incremented when route added */133 int ageable_ttl_secs; /* host route cache entry time-to-live*/134 int n_net_len; /* length of net_len array */135 uint8_t net_len[MR_HELPER_NET_LEN]; /* CIDR netlengths in descending order */136 int net_len_refcount[MR_HELPER_NET_LEN]; /* refcount of each netlength */