Home
last modified time | relevance | path

Searched defs:max_entries (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/bpf/bpf_progs/
H A Dnetstats.c30 unsigned int max_entries; member
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/
H A Dbpf_def.h45 __u32 max_entries; member
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
H A Dtable.rs125 pub(crate) fn max_entries(&self) -> usize { in max_entries() method
H A Ddecoder.rs209 let max_entries = self.table.max_entries(); in decode_repr() localVariable