Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ get_priv
Function
get_priv
dpdk/examples/ipsec-secgw/ipsec.h:358–362 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
356
}
357
358
static inline struct ipsec_mbuf_metadata *
359
get_priv(struct rte_mbuf *m)
360
{
361
return rte_mbuf_to_priv(m);
362
}
363
364
static inline void *
365
get_cnt_blk(struct rte_mbuf *m)
Callers
11
ipsec_enqueue
Function · 0.85
ipsec_inline_dequeue
Function · 0.85
ipsec_dequeue
Function · 0.85
ipsec_prepare_crypto_group
Function · 0.85
get_cnt_blk
Function · 0.85
get_aad
Function · 0.85
inbound_sa_check
Function · 0.85
prep_process_group
Function · 0.85
prepare_one_packet
Function · 0.85
get_hop_for_offload_pkt
Function · 0.85
crypto_prepare_event
Function · 0.85
Calls
1
rte_mbuf_to_priv
Function · 0.85
Tested by
no test coverage detected