Home
last modified time | relevance | path

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

/external/bcc/examples/networking/
Dsockmap.py110 func_sock_ops = bpf.load_func("bpf_sockhash", bpf.SOCK_OPS) variable
115 bpf.attach_func(func_sock_ops, fd, BPFAttachType.CGROUP_SOCK_OPS)
119 bpf.detach_func(func_sock_ops, fd, BPFAttachType.CGROUP_SOCK_OPS)