Searched refs:ng_parse_uint64_type (Results 1 - 22 of 22) sorted by relevance

/freebsd-11.0-release/sys/netgraph/
H A Dng_deflate.h66 { "FramesPlain",&ng_parse_uint64_type }, \
67 { "FramesComp", &ng_parse_uint64_type }, \
68 { "FramesUncomp", &ng_parse_uint64_type }, \
69 { "InOctets", &ng_parse_uint64_type }, \
70 { "OutOctets", &ng_parse_uint64_type }, \
71 { "Errors", &ng_parse_uint64_type }, \
H A Dng_pred1.h64 { "FramesPlain",&ng_parse_uint64_type }, \
65 { "FramesComp", &ng_parse_uint64_type }, \
66 { "FramesUncomp", &ng_parse_uint64_type }, \
67 { "InOctets", &ng_parse_uint64_type }, \
68 { "OutOctets", &ng_parse_uint64_type }, \
69 { "Errors", &ng_parse_uint64_type }, \
H A Dng_bridge.h96 { "recvOctets", &ng_parse_uint64_type }, \
97 { "recvPackets", &ng_parse_uint64_type }, \
98 { "recvMulticast", &ng_parse_uint64_type }, \
99 { "recvBroadcast", &ng_parse_uint64_type }, \
100 { "recvUnknown", &ng_parse_uint64_type }, \
101 { "recvRunts", &ng_parse_uint64_type }, \
102 { "recvInvalid", &ng_parse_uint64_type }, \
103 { "xmitOctets", &ng_parse_uint64_type }, \
104 { "xmitPackets", &ng_parse_uint64_type }, \
105 { "xmitMulticasts", &ng_parse_uint64_type }, \
[all...]
H A Dng_bpf.h85 { "recvFrames", &ng_parse_uint64_type }, \
86 { "recvOctets", &ng_parse_uint64_type }, \
87 { "recvMatchFrames", &ng_parse_uint64_type }, \
88 { "recvMatchOctets", &ng_parse_uint64_type }, \
89 { "xmitFrames", &ng_parse_uint64_type }, \
90 { "xmitOctets", &ng_parse_uint64_type }, \
H A Dng_hole.h59 { "frames", &ng_parse_uint64_type }, \
60 { "octets", &ng_parse_uint64_type }, \
H A Dng_tcpmss.h50 { "Octets", &ng_parse_uint64_type }, \
51 { "Packets", &ng_parse_uint64_type }, \
53 { "SYNPkts", &ng_parse_uint64_type }, \
54 { "FixedPkts", &ng_parse_uint64_type }, \
H A Dng_one2many.h96 { "recvOctets", &ng_parse_uint64_type }, \
97 { "recvPackets", &ng_parse_uint64_type }, \
98 { "xmitOctets", &ng_parse_uint64_type }, \
99 { "xmitPackets", &ng_parse_uint64_type }, \
100 { "memoryFailures", &ng_parse_uint64_type }, \
H A Dng_car.h50 { "passed", &ng_parse_uint64_type }, \
51 { "droped", &ng_parse_uint64_type }, \
52 { "green", &ng_parse_uint64_type }, \
53 { "yellow", &ng_parse_uint64_type }, \
54 { "red", &ng_parse_uint64_type }, \
55 { "errors", &ng_parse_uint64_type }, \
84 { "cbs", &ng_parse_uint64_type }, \
85 { "ebs", &ng_parse_uint64_type }, \
86 { "cir", &ng_parse_uint64_type }, \
87 { "pir", &ng_parse_uint64_type }, \
[all...]
H A Dng_pipe.h59 { "FwdOctets", &ng_parse_uint64_type }, \
60 { "FwdFrames", &ng_parse_uint64_type }, \
61 { "queueDropOctets", &ng_parse_uint64_type }, \
62 { "queueDropFrames", &ng_parse_uint64_type }, \
63 { "delayDropOctets", &ng_parse_uint64_type }, \
64 { "delayDropFrames", &ng_parse_uint64_type }, \
129 { "bandwidth", &ng_parse_uint64_type }, \
130 { "BER", &ng_parse_uint64_type }, \
154 { "bandwidth", &ng_parse_uint64_type }, \
155 { "delay", &ng_parse_uint64_type }, \
[all...]
H A Dng_tee.h68 { "inOctets", &ng_parse_uint64_type }, \
69 { "inFrames", &ng_parse_uint64_type }, \
70 { "outOctets", &ng_parse_uint64_type }, \
71 { "outFrames", &ng_parse_uint64_type }, \
H A Dng_patch.h74 { "value", &ng_parse_uint64_type }, \
101 { "received", &ng_parse_uint64_type }, \
102 { "patched", &ng_parse_uint64_type }, \
103 { "dropped", &ng_parse_uint64_type }, \
H A Dng_tag.h106 { "recvFrames", &ng_parse_uint64_type }, \
107 { "recvOctets", &ng_parse_uint64_type }, \
108 { "recvMatchFrames", &ng_parse_uint64_type }, \
109 { "recvMatchOctets", &ng_parse_uint64_type }, \
110 { "xmitFrames", &ng_parse_uint64_type }, \
111 { "xmitOctets", &ng_parse_uint64_type }, \
H A Dng_ppp.h234 { "xmitFrames", &ng_parse_uint64_type }, \
235 { "xmitOctets", &ng_parse_uint64_type }, \
236 { "recvFrames", &ng_parse_uint64_type }, \
237 { "recvOctets", &ng_parse_uint64_type }, \
238 { "badProtos", &ng_parse_uint64_type }, \
239 { "runts", &ng_parse_uint64_type }, \
240 { "dupFragments", &ng_parse_uint64_type }, \
241 { "dropFragments", &ng_parse_uint64_type }, \
H A Dng_l2tp.h173 { "xmitPackets", &ng_parse_uint64_type }, \
174 { "xmitOctets", &ng_parse_uint64_type }, \
175 { "recvPackets", &ng_parse_uint64_type }, \
176 { "recvOctets", &ng_parse_uint64_type }, \
H A Dng_source.h69 { "outOctets", &ng_parse_uint64_type }, \
70 { "outFrames", &ng_parse_uint64_type }, \
H A Dng_message.h314 { "nominal_in", &ng_parse_uint64_type }, \
315 { "seen_in", &ng_parse_uint64_type }, \
316 { "nominal_out", &ng_parse_uint64_type }, \
317 { "seen_out", &ng_parse_uint64_type }, \
H A Dng_parse.h429 extern const struct ng_parse_type ng_parse_uint64_type;
H A Dng_vjc.c115 #define NG_VJC_TSTATE_PTR_TYPE &ng_parse_uint64_type
H A Dng_source.c188 &ng_parse_uint64_type,
H A Dng_parse.c704 const struct ng_parse_type ng_parse_uint64_type = { variable in typeref:struct:ng_parse_type
/freebsd-11.0-release/sys/netgraph/atm/
H A Dng_atm.h198 { "in_packets", &ng_parse_uint64_type }, \
199 { "in_errors", &ng_parse_uint64_type }, \
200 { "out_packets", &ng_parse_uint64_type }, \
201 { "out_errors", &ng_parse_uint64_type }, \
/freebsd-11.0-release/sys/netgraph/netflow/
H A Dng_netflow.h90 { "IPv4 bytes", &ng_parse_uint64_type },\
91 { "IPv4 packets", &ng_parse_uint64_type },\
92 { "IPv6 bytes", &ng_parse_uint64_type },\
93 { "IPv6 packets", &ng_parse_uint64_type },\
94 { "IPv4 skipped bytes", &ng_parse_uint64_type },\
95 { "IPv4 skipped packets", &ng_parse_uint64_type },\
96 { "IPv6 skipped bytes", &ng_parse_uint64_type },\
97 { "IPv6 skipped packets", &ng_parse_uint64_type },\
98 { "Active expiries", &ng_parse_uint64_type },\
99 { "Inactive expiries", &ng_parse_uint64_type },\
[all...]

Completed in 84 milliseconds