]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lsfd: update bpf related tables
authorMasatake YAMATO <yamato@redhat.com>
Mon, 14 Oct 2024 07:51:33 +0000 (16:51 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Fri, 25 Oct 2024 20:21:45 +0000 (05:21 +0900)
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
lsfd-cmd/unkn.c

index d8502e38203b9586492d0da80e72e28b86e5be52..d93b2dda0c99270cfe9ee7ed0e56d372a25d1beb 100644 (file)
@@ -972,6 +972,7 @@ static const char *bpf_prog_type_table[] = {
        [29] = "lsm",            /* BPF_PROG_TYPE_LSM*/
        [30] = "sk_lookup",      /* BPF_PROG_TYPE_SK_LOOKUP*/
        [31] = "syscall",        /* BPF_PROG_TYPE_SYSCALL*/
+       [32] = "netfilter",      /* BPF_PROG_TYPE_NETFILTER */
 };
 
 struct anon_bpf_prog_data {
@@ -1156,6 +1157,7 @@ static const char *bpf_map_type_table[] = {
        [30] = "bloom-filter",  /* BPF_MAP_TYPE_BLOOM_FILTER */
        [31] = "user-ringbuf",  /* BPF_MAP_TYPE_USER_RINGBUF */
        [32] = "cgrp-storage",  /* BPF_MAP_TYPE_CGRP_STORAGE */
+       [33] = "arena",         /* BPF_MAP_TYPE_ARENA */
 };
 
 struct anon_bpf_map_data {