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

Function rsn_release

dpdk/lib/ipsec/ipsec_sqn.h:255–260  ·  view source on GitHub ↗

* Release read-only access for RSN. */

Source from the content-addressed store, hash-verified

253 * Release read-only access for RSN.
254 */
255static inline void
256rsn_release(struct rte_ipsec_sa *sa, struct replay_sqn *rsn)
257{
258 if (SQN_ATOMIC(sa))
259 rte_rwlock_read_unlock(&rsn->rwl);
260}
261
262/**
263 * Start RSN update.

Callers 2

esp_inb_pkt_prepareFunction · 0.85
cpu_inb_pkt_prepareFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected