libbcc: support BPF_SOCKHASH specify the key type (#3473)
authorzcy <zcy.chenyue.zhou@gmail.com>
Mon, 7 Jun 2021 16:14:14 +0000 (00:14 +0800)
committerGitHub <noreply@github.com>
Mon, 7 Jun 2021 16:14:14 +0000 (09:14 -0700)
commit6d88feb202aaf6dbe54ba90f1b17fcf2b5edd107
tree3be7ec9260bc6069ac701eb650d294ebac33809a
parent5b9a5c6413280a424fd81f5ed10996bd73880d48
libbcc: support BPF_SOCKHASH specify the key type (#3473)

support BPF SOCKHASH specify the key type and update documentation
for BPF_SOCKHASH and map.sock_hash_update().
docs/reference_guide.md
src/cc/export/helpers.h
tests/cc/test_sock_table.cc