Lines Matching refs:uint64_t

34 	uint64_t	opcnt64;	/* 6to4 of packets translated */
35 uint64_t opcnt46; /* 4to6 of packets translated */
36 uint64_t ofrags; /* number of fragments generated */
37 uint64_t ifrags; /* number of fragments received */
38 uint64_t oerrors; /* number of output errors */
39 uint64_t noroute4;
40 uint64_t noroute6;
41 uint64_t noproto; /* Protocol not supported */
42 uint64_t nomem; /* mbuf allocation failed */
43 uint64_t dropped; /* dropped due to some errors */
47 uint64_t opcnt64; /* 6to4 of packets translated */
48 uint64_t opcnt46; /* 4to6 of packets translated */
49 uint64_t ofrags; /* number of fragments generated */
50 uint64_t ifrags; /* number of fragments received */
51 uint64_t oerrors; /* number of output errors */
52 uint64_t noroute4;
53 uint64_t noroute6;
54 uint64_t noproto; /* Protocol not supported */
55 uint64_t nomem; /* mbuf allocation failed */
56 uint64_t dropped; /* dropped due to some errors */
60 uint64_t opcnt64; /* 6to4 of packets translated */
61 uint64_t opcnt46; /* 4to6 of packets translated */
62 uint64_t ofrags; /* number of fragments generated */
63 uint64_t ifrags; /* number of fragments received */
64 uint64_t oerrors; /* number of output errors */
65 uint64_t noroute4;
66 uint64_t noroute6;
67 uint64_t noproto; /* Protocol not supported */
68 uint64_t nomem; /* mbuf allocation failed */
69 uint64_t dropped; /* dropped due to some errors */
71 uint64_t nomatch4; /* No addr/port match */
72 uint64_t jcalls; /* Number of job handler calls */
73 uint64_t jrequests; /* Number of job requests */
74 uint64_t jhostsreq; /* Number of job host requests */
75 uint64_t jportreq; /* Number of portgroup requests */
76 uint64_t jhostfails; /* Number of failed host allocs */
77 uint64_t jportfails; /* Number of failed portgroup allocs */
78 uint64_t jreinjected; /* Number of packets reinjected to q */
79 uint64_t jmaxlen; /* Max queue length reached */
80 uint64_t jnomem; /* No memory to alloc queue item */
82 uint64_t screated; /* Number of states created */
83 uint64_t sdeleted; /* Number of states deleted */
84 uint64_t spgcreated; /* Number of portgroups created */
85 uint64_t spgdeleted; /* Number of portgroups deleted */
86 uint64_t hostcount; /* Number of hosts */
87 uint64_t tcpchunks; /* Number of TCP portgroups */
88 uint64_t udpchunks; /* Number of UDP portgroups */
89 uint64_t icmpchunks; /* Number of ICMP portgroups */
91 uint64_t _reserved[4];
176 uint64_t next_idx; /* next state index */
200 uint64_t index;