in_kdtrace.h (646c28ea80cb0f9258386626297495b5a0e56db5) in_kdtrace.h (b1c3a4d75f4ff74218434a11cdd4e56632e13711)
1/*-
2 * SPDX-License-Identifier: BSD-2-Clause
3 *
4 * Copyright (c) 2013 Mark Johnston <markj@FreeBSD.org>
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 319 unchanged lines hidden (view full) ---

328SDT_PROBE_DECLARE(mib, tcp, count, tcps_ecn_sndect0);
329SDT_PROBE_DECLARE(mib, tcp, count, tcps_ecn_sndect1);
330
331SDT_PROBE_DECLARE(mib, tcp, count, tcps_tlpresends);
332SDT_PROBE_DECLARE(mib, tcp, count, tcps_tlpresend_bytes);
333
334SDT_PROBE_DECLARE(mib, tcp, count, tcps_rcvghostack);
335SDT_PROBE_DECLARE(mib, tcp, count, tcps_rcvacktooold);
1/*-
2 * SPDX-License-Identifier: BSD-2-Clause
3 *
4 * Copyright (c) 2013 Mark Johnston <markj@FreeBSD.org>
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 319 unchanged lines hidden (view full) ---

328SDT_PROBE_DECLARE(mib, tcp, count, tcps_ecn_sndect0);
329SDT_PROBE_DECLARE(mib, tcp, count, tcps_ecn_sndect1);
330
331SDT_PROBE_DECLARE(mib, tcp, count, tcps_tlpresends);
332SDT_PROBE_DECLARE(mib, tcp, count, tcps_tlpresend_bytes);
333
334SDT_PROBE_DECLARE(mib, tcp, count, tcps_rcvghostack);
335SDT_PROBE_DECLARE(mib, tcp, count, tcps_rcvacktooold);
336
337SDT_PROBE_DECLARE(mib, ipsec, count, ips_in_polvio);
338SDT_PROBE_DECLARE(mib, ipsec, count, ips_in_nomem);
339SDT_PROBE_DECLARE(mib, ipsec, count, ips_in_inval);
340SDT_PROBE_DECLARE(mib, ipsec, count, ips_out_polvio);
341SDT_PROBE_DECLARE(mib, ipsec, count, ips_out_nosa);
342SDT_PROBE_DECLARE(mib, ipsec, count, ips_out_nomem);
343SDT_PROBE_DECLARE(mib, ipsec, count, ips_out_noroute);
344SDT_PROBE_DECLARE(mib, ipsec, count, ips_out_inval);
345SDT_PROBE_DECLARE(mib, ipsec, count, ips_out_bundlesa);
346
347SDT_PROBE_DECLARE(mib, ipsec, count, ips_spdcache_hits);
348SDT_PROBE_DECLARE(mib, ipsec, count, ips_spdcache_misses);
349
350SDT_PROBE_DECLARE(mib, ipsec, count, ips_clcopied);
351SDT_PROBE_DECLARE(mib, ipsec, count, ips_mbinserted);
352SDT_PROBE_DECLARE(mib, ipsec, count, ips_input_front);
353SDT_PROBE_DECLARE(mib, ipsec, count, ips_input_middle);
354SDT_PROBE_DECLARE(mib, ipsec, count, ips_input_end);
355
356SDT_PROBE_DECLARE(mib, esp, count, esps_hdrops);
357SDT_PROBE_DECLARE(mib, esp, count, esps_nopf);
358SDT_PROBE_DECLARE(mib, esp, count, esps_notdb);
359SDT_PROBE_DECLARE(mib, esp, count, esps_badkcr);
360SDT_PROBE_DECLARE(mib, esp, count, esps_qfull);
361SDT_PROBE_DECLARE(mib, esp, count, esps_noxform);
362SDT_PROBE_DECLARE(mib, esp, count, esps_badilen);
363SDT_PROBE_DECLARE(mib, esp, count, esps_wrap);
364SDT_PROBE_DECLARE(mib, esp, count, esps_badenc);
365SDT_PROBE_DECLARE(mib, esp, count, esps_badauth);
366SDT_PROBE_DECLARE(mib, esp, count, esps_replay);
367SDT_PROBE_DECLARE(mib, esp, count, esps_input);
368SDT_PROBE_DECLARE(mib, esp, count, esps_output);
369SDT_PROBE_DECLARE(mib, esp, count, esps_invalid);
370SDT_PROBE_DECLARE(mib, esp, count, esps_ibytes);
371SDT_PROBE_DECLARE(mib, esp, count, esps_obytes);
372SDT_PROBE_DECLARE(mib, esp, count, esps_toobig);
373SDT_PROBE_DECLARE(mib, esp, count, esps_pdrops);
374SDT_PROBE_DECLARE(mib, esp, count, esps_crypto);
375SDT_PROBE_DECLARE(mib, esp, count, esps_tunnel);
376SDT_PROBE_DECLARE(mib, esp, count, esps_hist);
377
378SDT_PROBE_DECLARE(mib, ah, count, ahs_hdrops);
379SDT_PROBE_DECLARE(mib, ah, count, ahs_nopf);
380SDT_PROBE_DECLARE(mib, ah, count, ahs_notdb);
381SDT_PROBE_DECLARE(mib, ah, count, ahs_badkcr);
382SDT_PROBE_DECLARE(mib, ah, count, ahs_badauth);
383SDT_PROBE_DECLARE(mib, ah, count, ahs_noxform);
384SDT_PROBE_DECLARE(mib, ah, count, ahs_qfull);
385SDT_PROBE_DECLARE(mib, ah, count, ahs_wrap);
386SDT_PROBE_DECLARE(mib, ah, count, ahs_replay);
387SDT_PROBE_DECLARE(mib, ah, count, ahs_badauthl);
388SDT_PROBE_DECLARE(mib, ah, count, ahs_input);
389SDT_PROBE_DECLARE(mib, ah, count, ahs_output);
390SDT_PROBE_DECLARE(mib, ah, count, ahs_invalid);
391SDT_PROBE_DECLARE(mib, ah, count, ahs_ibytes);
392SDT_PROBE_DECLARE(mib, ah, count, ahs_obytes);
393SDT_PROBE_DECLARE(mib, ah, count, ahs_toobig);
394SDT_PROBE_DECLARE(mib, ah, count, ahs_pdrops);
395SDT_PROBE_DECLARE(mib, ah, count, ahs_crypto);
396SDT_PROBE_DECLARE(mib, ah, count, ahs_tunnel);
397SDT_PROBE_DECLARE(mib, ah, count, ahs_hist);
398
399SDT_PROBE_DECLARE(mib, ipcomp, count, ipcomps_hdrops);
400SDT_PROBE_DECLARE(mib, ipcomp, count, ipcomps_nopf);
401SDT_PROBE_DECLARE(mib, ipcomp, count, ipcomps_notdb);
402SDT_PROBE_DECLARE(mib, ipcomp, count, ipcomps_badkcr);
403SDT_PROBE_DECLARE(mib, ipcomp, count, ipcomps_qfull);
404SDT_PROBE_DECLARE(mib, ipcomp, count, ipcomps_noxform);
405SDT_PROBE_DECLARE(mib, ipcomp, count, ipcomps_wrap);
406SDT_PROBE_DECLARE(mib, ipcomp, count, ipcomps_input);
407SDT_PROBE_DECLARE(mib, ipcomp, count, ipcomps_output);
408SDT_PROBE_DECLARE(mib, ipcomp, count, ipcomps_invalid);
409SDT_PROBE_DECLARE(mib, ipcomp, count, ipcomps_ibytes);
410SDT_PROBE_DECLARE(mib, ipcomp, count, ipcomps_obytes);
411SDT_PROBE_DECLARE(mib, ipcomp, count, ipcomps_toobig);
412SDT_PROBE_DECLARE(mib, ipcomp, count, ipcomps_pdrops);
413SDT_PROBE_DECLARE(mib, ipcomp, count, ipcomps_crypto);
414SDT_PROBE_DECLARE(mib, ipcomp, count, ipcomps_hist);
415SDT_PROBE_DECLARE(mib, ipcomp, count, ipcomps_threshold);
416SDT_PROBE_DECLARE(mib, ipcomp, count, ipcomps_uncompr);
417
336#endif
337
338SDT_PROBE_DECLARE(ip, , , receive);
339SDT_PROBE_DECLARE(ip, , , send);
340
341SDT_PROBE_DECLARE(tcp, , , accept__established);
342SDT_PROBE_DECLARE(tcp, , , accept__refused);
343SDT_PROBE_DECLARE(tcp, , , connect__established);

--- 70 unchanged lines hidden ---
418#endif
419
420SDT_PROBE_DECLARE(ip, , , receive);
421SDT_PROBE_DECLARE(ip, , , send);
422
423SDT_PROBE_DECLARE(tcp, , , accept__established);
424SDT_PROBE_DECLARE(tcp, , , accept__refused);
425SDT_PROBE_DECLARE(tcp, , , connect__established);

--- 70 unchanged lines hidden ---