Lines Matching +full:multi +full:- +full:socket

2 bpftool-cgroup
4 -------------------------------------------------------------------------------
6 -------------------------------------------------------------------------------
15 *OPTIONS* := { { **-j** | **--json** } [{ **-p** | **--pretty** }] | { **-d** | **--debug** } |
16 { **-f** | **--bpffs** } }
36 | *ATTACH_FLAGS* := { **multi** | **override** }
67 *ATTACH_FLAGS* can be one of: **override** if a sub-cgroup installs
68 some bpf program, the program in this cgroup yields to sub-cgroup
69 program; **multi** if a sub-cgroup installs some bpf program,
78 **multi**. They are executed in FIFO order (those that were
81 Non-default *ATTACH_FLAGS* are supported by kernel version 4.14
85 **ingress** ingress path of the inet socket (since 4.10);
86 **egress** egress path of the inet socket (since 4.10);
87 **sock_create** opening of an inet socket (since 4.10);
88 **sock_ops** various socket operations (since 4.12);
90 **bind4** call to bind(2) for an inet4 socket (since 4.17);
91 **bind6** call to bind(2) for an inet6 socket (since 4.17);
92 **post_bind4** return from bind(2) for an inet4 socket (since 4.17);
93 **post_bind6** return from bind(2) for an inet6 socket (since 4.17);
94 **connect4** call to connect(2) for an inet4 socket (since 4.17);
95 **connect6** call to connect(2) for an inet6 socket (since 4.17);
97 unconnected udp4 socket (since 4.18);
99 unconnected udp6 socket (since 4.18);
101 an unconnected udp4 socket (since 5.2);
103 an unconnected udp6 socket (since 5.2);
107 **getpeername4** call to getpeername(2) for an inet4 socket (since 5.8);
108 **getpeername6** call to getpeername(2) for an inet6 socket (since 5.8);
109 **getsockname4** call to getsockname(2) for an inet4 socket (since 5.8);
110 **getsockname6** call to getsockname(2) for an inet6 socket (since 5.8).
111 **sock_release** closing an userspace inet socket (since 5.9).
124 -f, --bpffs
130 | **# mount -t bpf none /sys/fs/bpf/**