Lines Matching refs:uint_t

65 typedef uint_t			vifbitmap_t;
85 uint_t vifc_rate_limit; /* max rate */
92 uint_t vifc_pkt_in; /* # Pkts in on interface */
93 uint_t vifc_pkt_out; /* # Pkts out on interface */
108 uint_t mfcc_pkt_cnt; /* pkt count for src-grp */
116 uint_t mrts_mfcfind_lookups; /* #forwarding cache table lookups */
117 uint_t mrts_mfcfind_misses; /* # forwarding cache table misses */
118 uint_t mrts_mfc_hits; /* forwarding pkt mfctable hits */
119 uint_t mrts_mfc_misses; /* forwarding pkt mfctable misses */
120 uint_t mrts_upcalls; /* # calls to mrouted */
121 uint_t mrts_fwd_in; /* # packets potentially forwarded */
122 uint_t mrts_fwd_out; /* # resulting outgoing packets */
123 uint_t mrts_fwd_drop; /* # dropped for lack of resources */
124 uint_t mrts_bad_tunnel; /* malformed tunnel options */
125 uint_t mrts_cant_tunnel; /* no room for tunnel options */
126 uint_t mrts_wrong_if; /* arrived on wrong interface */
127 uint_t mrts_upq_ovflw; /* upcall Q overflow */
128 uint_t mrts_cache_cleanups; /* # entries with no upcalls */
129 uint_t mrts_drop_sel; /* pkts dropped selectively */
130 uint_t mrts_q_overflow; /* pkts dropped - Q overflow */
131 uint_t mrts_pkt2large; /* pkts dropped - size > BKT SIZE */
132 uint_t mrts_vifctlSize; /* Size of vifctl */
133 uint_t mrts_mfcctlSize; /* Size of mfcctl */
134 uint_t mrts_pim_badversion; /* dtgrms dropped - bad version */
135 uint_t mrts_pim_rcv_badcsum; /* dtgrms dropped - bad checksum */
136 uint_t mrts_pim_badregisters; /* dtgrms dropped - bad register pkts */
137 uint_t mrts_pim_regforwards; /* dtgrms to be forwd - register pkts */
138 uint_t mrts_pim_regsend_drops; /* dtgrms dropped - register send */
139 uint_t mrts_pim_malformed; /* dtgrms dropped - packet malformed */
140 uint_t mrts_pim_nomemory; /* dtgrms dropped - no memory to fwd. */
149 uint_t pktcnt;
150 uint_t bytecnt;
151 uint_t wrong_if;
159 uint_t icount; /* Input packet count on vif */
160 uint_t ocount; /* Output packet count on vif */
161 uint_t ibytes; /* Input byte count on vif */
162 uint_t obytes; /* Output byte count on vif */
172 uint_t v_rate_limit; /* Max rate, in kbits/sec */
177 uint_t v_pkt_in; /* # Pkts in on interface */
178 uint_t v_pkt_out; /* # Pkts out on interface */
179 uint_t v_bytes_in; /* # Bytes in on interface */
180 uint_t v_bytes_out; /* # Bytes out on interface */
186 uint_t v_refcnt;
213 uint_t mfc_pkt_cnt; /* pkt count for src-grp */
214 uint_t mfc_byte_cnt; /* byte count for src-grp */
215 uint_t mfc_wrong_if; /* wrong if for src-grp */
230 uint_t mfcb_refcnt; /* protected by mfcb_lock */
251 uint_t unused1;
252 uint_t unused2;
285 uint_t tbf_n_tok; /* no of tokens in bucket */
286 uint_t tbf_q_len; /* length of queue at this vif */
287 uint_t tbf_max_q_len; /* max queue length */