MCPcopy Create free account
hub / github.com/F-Stack/f-stack / kdebug_sec_lifetime

Function kdebug_sec_lifetime

freebsd/netipsec/key_debug.c:776–786  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

774}
775
776static void
777kdebug_sec_lifetime(struct seclifetime *lft, const char *indent)
778{
779
780 IPSEC_ASSERT(lft != NULL, ("null lft"));
781 if (indent != NULL)
782 printf("%s", indent);
783 printf("lifetime { alloc=%u, bytes=%ju addtime=%ju usetime=%ju }\n",
784 lft->allocations, (uintmax_t)lft->bytes, (uintmax_t)lft->addtime,
785 (uintmax_t)lft->usetime);
786}
787
788void
789kdebug_secash(struct secashead *sah, const char *indent)

Callers 1

kdebug_secasvFunction · 0.85

Calls 1

printfFunction · 0.50

Tested by

no test coverage detected