Searched refs:get_sk_storage_table (Results 1 – 4 of 4) sorted by relevance
67 auto sk_table = bpf.get_sk_storage_table<unsigned long long>("sk_pkt_cnt");
109 …REQUIRE(bpf_obj_pin(bpf.get_sk_storage_table<unsigned long long>("sk_stg").get_fd(), "/sys/fs/bpf/…
111 auto sk_table = bpf.get_sk_storage_table<unsigned long long>("sk_data_map"); in main()
157 BPFSkStorageTable<ValueType> get_sk_storage_table(const std::string& name) { in get_sk_storage_table() function