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

Function pdcp_sn_from_count_get

dpdk/app/test/test_pdcp.c:198–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198static inline uint32_t
199pdcp_sn_from_count_get(uint32_t count, enum rte_security_pdcp_sn_size sn_size)
200{
201 return (count & pdcp_sn_mask_get(sn_size));
202}
203
204static inline uint32_t
205pdcp_hfn_mask_get(enum rte_security_pdcp_sn_size sn_size)

Calls 1

pdcp_sn_mask_getFunction · 0.70

Tested by

no test coverage detected