Lines Matching refs:interface
38 * Interface statistics. All values are unsigned 64-bit.
41 if_ipackets = 0, /* packets received on interface */
42 if_ierrors = 1, /* input errors on interface */
43 if_opackets = 2, /* packets sent on interface */
44 if_oerrors = 3, /* output errors on interface */
50 if_iqdrops = 9, /* dropped on input, this interface */
60 SDT_PROBE_DECLARE(sdt, net, interface, stat);
68 SDT_PROBE3(sdt, net, interface, stat, ifp, x, +1);
75 SDT_PROBE3(sdt, net, interface, stat, ifp, x, +1);
82 SDT_PROBE3(sdt, net, interface, stat, ifp, x, -1);
89 SDT_PROBE3(sdt, net, interface, stat, ifp, x, -1);
96 SDT_PROBE3(sdt, net, interface, stat, ifp, x, v);
103 SDT_PROBE3(sdt, net, interface, stat, ifp, x, v);
111 SDT_PROBE3(sdt, net, interface, stat, ifp, x1, v1);
112 SDT_PROBE3(sdt, net, interface, stat, ifp, x2, v2);
121 SDT_PROBE3(sdt, net, interface, stat, ifp, x, -v);
128 SDT_PROBE3(sdt, net, interface, stat, ifp, x, -v);