Home
last modified time | relevance | path

Searched refs:ng_parse_uint64_type (Results 1 – 24 of 24) sorted by relevance

/src/sys/netgraph/
H A Dng_bridge.h91 { "recvOctets", &ng_parse_uint64_type }, \
92 { "recvPackets", &ng_parse_uint64_type }, \
93 { "recvMulticast", &ng_parse_uint64_type }, \
94 { "recvBroadcast", &ng_parse_uint64_type }, \
95 { "recvUnknown", &ng_parse_uint64_type }, \
96 { "recvRunts", &ng_parse_uint64_type }, \
97 { "recvInvalid", &ng_parse_uint64_type }, \
98 { "xmitOctets", &ng_parse_uint64_type }, \
99 { "xmitPackets", &ng_parse_uint64_type }, \
100 { "xmitMulticasts", &ng_parse_uint64_type }, \
[all …]
H A Dng_car.h50 { "passed", &ng_parse_uint64_type }, \
51 { "dropped", &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 }, \
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 }, \
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_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_bpf.h83 { "recvFrames", &ng_parse_uint64_type }, \
84 { "recvOctets", &ng_parse_uint64_type }, \
85 { "recvMatchFrames", &ng_parse_uint64_type }, \
86 { "recvMatchOctets", &ng_parse_uint64_type }, \
87 { "xmitFrames", &ng_parse_uint64_type }, \
88 { "xmitOctets", &ng_parse_uint64_type }, \
H A Dng_ppp.h232 { "xmitFrames", &ng_parse_uint64_type }, \
233 { "xmitOctets", &ng_parse_uint64_type }, \
234 { "recvFrames", &ng_parse_uint64_type }, \
235 { "recvOctets", &ng_parse_uint64_type }, \
236 { "badProtos", &ng_parse_uint64_type }, \
237 { "runts", &ng_parse_uint64_type }, \
238 { "dupFragments", &ng_parse_uint64_type }, \
239 { "dropFragments", &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_checksum.h58 { "csum_flags", &ng_parse_uint64_type }, \
59 { "csum_offload", &ng_parse_uint64_type }, \
64 { "Received", &ng_parse_uint64_type }, \
65 { "Processed", &ng_parse_uint64_type }, \
66 { "Dropped", &ng_parse_uint64_type }, \
H A Dng_one2many.h94 { "recvOctets", &ng_parse_uint64_type }, \
95 { "recvPackets", &ng_parse_uint64_type }, \
96 { "xmitOctets", &ng_parse_uint64_type }, \
97 { "xmitPackets", &ng_parse_uint64_type }, \
98 { "memoryFailures", &ng_parse_uint64_type }, \
H A Dng_patch.h77 { "csum_flags", &ng_parse_uint64_type }, \
87 { "value", &ng_parse_uint64_type }, \
92 { "Received", &ng_parse_uint64_type }, \
93 { "Patched", &ng_parse_uint64_type }, \
94 { "Dropped", &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_tee.h66 { "inOctets", &ng_parse_uint64_type }, \
67 { "inFrames", &ng_parse_uint64_type }, \
68 { "outOctets", &ng_parse_uint64_type }, \
69 { "outFrames", &ng_parse_uint64_type }, \
H A Dng_macfilter.h90 { "packets_in", &ng_parse_uint64_type }, \
91 { "bytes_in", &ng_parse_uint64_type }, \
92 { "packets_out", &ng_parse_uint64_type }, \
93 { "bytes_out", &ng_parse_uint64_type }, \
H A Dng_l2tp.h171 { "xmitPackets", &ng_parse_uint64_type }, \
172 { "xmitOctets", &ng_parse_uint64_type }, \
173 { "recvPackets", &ng_parse_uint64_type }, \
174 { "recvOctets", &ng_parse_uint64_type }, \
H A Dng_hole.h57 { "frames", &ng_parse_uint64_type }, \
58 { "octets", &ng_parse_uint64_type }, \
H A Dng_message.h315 { "nominal_in", &ng_parse_uint64_type }, \
316 { "seen_in", &ng_parse_uint64_type }, \
317 { "nominal_out", &ng_parse_uint64_type }, \
318 { "seen_out", &ng_parse_uint64_type }, \
H A Dng_source.h67 { "outOctets", &ng_parse_uint64_type }, \
68 { "outFrames", &ng_parse_uint64_type }, \
H A Dng_vlan_rotate.c74 &ng_parse_uint64_type,
82 {"drops", &ng_parse_uint64_type},
83 {"excessive", &ng_parse_uint64_type},
84 {"incomplete", &ng_parse_uint64_type},
H A Dng_parse.h427 extern const struct ng_parse_type ng_parse_uint64_type;
H A Dng_vjc.c113 #define NG_VJC_TSTATE_PTR_TYPE &ng_parse_uint64_type
H A Dng_source.c195 &ng_parse_uint64_type,
H A Dng_parse.c701 const struct ng_parse_type ng_parse_uint64_type = { variable
/src/sys/netgraph/netflow/
H A Dng_netflow.h91 { "IPv4 bytes", &ng_parse_uint64_type },\
92 { "IPv4 packets", &ng_parse_uint64_type },\
93 { "IPv6 bytes", &ng_parse_uint64_type },\
94 { "IPv6 packets", &ng_parse_uint64_type },\
95 { "IPv4 skipped bytes", &ng_parse_uint64_type },\
96 { "IPv4 skipped packets", &ng_parse_uint64_type },\
97 { "IPv6 skipped bytes", &ng_parse_uint64_type },\
98 { "IPv6 skipped packets", &ng_parse_uint64_type },\
99 { "Active expiries", &ng_parse_uint64_type },\
100 { "Inactive expiries", &ng_parse_uint64_type },\