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

Function pdcp_sn_mask_get

dpdk/app/test/test_pdcp.c:192–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192static inline uint32_t
193pdcp_sn_mask_get(enum rte_security_pdcp_sn_size sn_size)
194{
195 return (1 << sn_size) - 1;
196}
197
198static inline uint32_t
199pdcp_sn_from_count_get(uint32_t count, enum rte_security_pdcp_sn_size sn_size)

Callers 2

pdcp_sn_from_count_getFunction · 0.70
pdcp_hfn_mask_getFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected