Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ rte_ipsec_sa_fini
Function
rte_ipsec_sa_fini
dpdk/lib/ipsec/sa.c:159–163 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
157
}
158
159
void
160
rte_ipsec_sa_fini(struct rte_ipsec_sa *sa)
161
{
162
memset(sa, 0, sa->size);
163
}
164
165
/*
166
* Determine expected SA type based on input parameters.
Callers
4
rte_ipsec_sa_init
Function · 0.85
ipsec_session_create
Function · 0.85
ipsec_session_free
Function · 0.85
destroy_sa
Function · 0.85
Calls
1
memset
Function · 0.85
Tested by
1
destroy_sa
Function · 0.68