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

Function ipsec_newisr

freebsd/netipsec/key.c:1453–1459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1451}
1452
1453struct ipsecrequest *
1454ipsec_newisr(void)
1455{
1456
1457 return (malloc(sizeof(struct ipsecrequest), M_IPSEC_SR,
1458 M_NOWAIT | M_ZERO));
1459}
1460
1461void
1462ipsec_delisr(struct ipsecrequest *p)

Callers 3

ipsec_newpoliciesFunction · 0.85
key_msg2spFunction · 0.85
ipsec_deepcopy_pcbpolicyFunction · 0.85

Calls 1

mallocFunction · 0.85

Tested by

no test coverage detected