Home
last modified time | relevance | path

Searched refs:get_sk_storage_table (Results 1 – 4 of 4) sorted by relevance

/external/bcc/tests/cc/
Dtest_sk_storage.cc67 auto sk_table = bpf.get_sk_storage_table<unsigned long long>("sk_pkt_cnt");
Dtest_pinned_table.cc109 …REQUIRE(bpf_obj_pin(bpf.get_sk_storage_table<unsigned long long>("sk_stg").get_fd(), "/sys/fs/bpf/…
/external/bcc/examples/cpp/
DSkLocalStorageIterator.cc111 auto sk_table = bpf.get_sk_storage_table<unsigned long long>("sk_data_map"); in main()
/external/bcc/src/cc/api/
DBPF.h157 BPFSkStorageTable<ValueType> get_sk_storage_table(const std::string& name) { in get_sk_storage_table() function