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

Function key_getspgen

freebsd/netipsec/key.c:811–816  ·  view source on GitHub ↗

%%% IPsec policy management */ * Return current SPDB generation. */

Source from the content-addressed store, hash-verified

809 * Return current SPDB generation.
810 */
811uint32_t
812key_getspgen(void)
813{
814
815 return (V_sp_genid);
816}
817
818void
819key_bumpspgen(void)

Callers 2

ipsec_cachepolicyFunction · 0.85
ipsec_getpcbpolicyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected