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

Function pdcp_hfn_mask_get

dpdk/app/test/test_pdcp.c:204–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204static inline uint32_t
205pdcp_hfn_mask_get(enum rte_security_pdcp_sn_size sn_size)
206{
207 return ~pdcp_sn_mask_get(sn_size);
208}
209
210static inline uint32_t
211pdcp_hfn_from_count_get(uint32_t count, enum rte_security_pdcp_sn_size sn_size)

Callers 1

pdcp_hfn_from_count_getFunction · 0.70

Calls 1

pdcp_sn_mask_getFunction · 0.70

Tested by

no test coverage detected