• Home
  • Raw
  • Download

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

2 bpftool-cgroup
4 -------------------------------------------------------------------------------
6 -------------------------------------------------------------------------------
15 *OPTIONS* := { { **-j** | **--json** } [{ **-p** | **--pretty** }] | { **-f** | **--bpffs** } }
33 | *ATTACH_FLAGS* := { **multi** | **override** }
56 *ATTACH_FLAGS* can be one of: **override** if a sub-cgroup installs
57 some bpf program, the program in this cgroup yields to sub-cgroup
58 program; **multi** if a sub-cgroup installs some bpf program,
67 **multi**. They are executed in FIFO order (those that were
70 Non-default *ATTACH_FLAGS* are supported by kernel version 4.14
74 **ingress** ingress path of the inet socket (since 4.10);
75 **egress** egress path of the inet socket (since 4.10);
76 **sock_create** opening of an inet socket (since 4.10);
77 **sock_ops** various socket operations (since 4.12);
79 **bind4** call to bind(2) for an inet4 socket (since 4.17);
80 **bind6** call to bind(2) for an inet6 socket (since 4.17);
81 **post_bind4** return from bind(2) for an inet4 socket (since 4.17);
82 **post_bind6** return from bind(2) for an inet6 socket (since 4.17);
83 **connect4** call to connect(2) for an inet4 socket (since 4.17);
84 **connect6** call to connect(2) for an inet6 socket (since 4.17);
86 unconnected udp4 socket (since 4.18);
88 unconnected udp6 socket (since 4.18).
99 -h, --help
102 -v, --version
105 -j, --json
109 -p, --pretty
110 Generate human-readable JSON output. Implies **-j**.
112 -f, --bpffs
118 | **# mount -t bpf none /sys/fs/bpf/**
140 **bpftool**\ (8), **bpftool-prog**\ (8), **bpftool-map**\ (8)