| Enum Constant and Description |
|---|
CGROUP_DEVICE |
CGROUP_SKB |
CGROUP_SOCK |
CGROUP_SOCK_ADDR |
FLOW_DISSECTOR |
KPROBE |
LIRC_MODE2 |
LWT_IN |
LWT_OUT |
LWT_SEG6LOCAL |
LWT_XMIT |
PERF_EVENT |
RAW_TRACEPOINT |
SCHED_ACT |
SCHED_CLS |
SK_MSG |
SK_REUSEPORT |
SK_SKB |
SOCK_OPS |
SOCKET_FILTER |
TRACEPOINT |
UNSPEC |
XDP |
| Modifier and Type | Method and Description |
|---|---|
static ProgType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProgType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProgType UNSPEC
public static final ProgType SOCKET_FILTER
public static final ProgType KPROBE
public static final ProgType SCHED_CLS
public static final ProgType SCHED_ACT
public static final ProgType TRACEPOINT
public static final ProgType XDP
public static final ProgType PERF_EVENT
public static final ProgType CGROUP_SKB
public static final ProgType CGROUP_SOCK
public static final ProgType LWT_IN
public static final ProgType LWT_OUT
public static final ProgType LWT_XMIT
public static final ProgType SOCK_OPS
public static final ProgType SK_SKB
public static final ProgType CGROUP_DEVICE
public static final ProgType SK_MSG
public static final ProgType RAW_TRACEPOINT
public static final ProgType CGROUP_SOCK_ADDR
public static final ProgType LWT_SEG6LOCAL
public static final ProgType LIRC_MODE2
public static final ProgType SK_REUSEPORT
public static final ProgType FLOW_DISSECTOR
public static ProgType[] values()
for (ProgType c : ProgType.values()) System.out.println(c);
public static ProgType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null