]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - misc-utils/lsfd.c
Merge branch 'realloc' of https://github.com/t-8ch/util-linux
[thirdparty/util-linux.git] / misc-utils / lsfd.c
index d4777e8f1ae81a02013d0178465b620dcf226a1e..d6bd6e971e67bd46a1ab5b6d3e2b120afb66704d 100644 (file)
@@ -128,6 +128,15 @@ static const struct colinfo infos[] = {
        [COL_BLKDRV]           = { "BLKDRV",
                                   0,   SCOLS_FL_RIGHT, SCOLS_JSON_STRING,
                                   N_("block device driver name resolved by /proc/devices") },
+       [COL_BPF_MAP_ID]       = { "BPF-MAP.ID",
+                                  0,   SCOLS_FL_RIGHT, SCOLS_JSON_NUMBER,
+                                  N_("bpf map id associated with the fd") },
+       [COL_BPF_MAP_TYPE]     = { "BPF-MAP.TYPE",
+                                  0,   SCOLS_FL_RIGHT, SCOLS_JSON_STRING,
+                                  N_("bpf map type (decoded)") },
+       [COL_BPF_MAP_TYPE_RAW]= { "BPF-MAP.TYPE.RAW",
+                                  0,   SCOLS_FL_RIGHT, SCOLS_JSON_NUMBER,
+                                  N_("bpf map type (raw)") },
        [COL_BPF_PROG_ID]      = { "BPF-PROG.ID",
                                   0,   SCOLS_FL_RIGHT, SCOLS_JSON_NUMBER,
                                   N_("bpf program id associated with the fd") },