Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ gen_iv
Function
gen_iv
dpdk/lib/ipsec/crypto.h:205–210 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
203
}
204
205
static inline void
206
gen_iv(uint64_t iv[IPSEC_MAX_IV_QWORD], rte_be64_t sqn)
207
{
208
iv[0] = sqn;
209
iv[1] = 0;
210
}
211
212
213
/*
Callers
5
esp_outb_tun_prepare
Function · 0.85
esp_outb_trs_prepare
Function · 0.85
cpu_outb_pkt_prepare
Function · 0.85
inline_outb_tun_pkt_process
Function · 0.85
inline_outb_trs_pkt_process
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected