Logo of The Linux Kernel

The Linux Kernel

6.17.0-rc7

快速搜尋

Contents

  • Development process
  • 提交補釘
  • 行為守則
  • 維護者手冊
  • All development-process docs
  • 核心 API
  • Driver APIs
  • 子系統
    • Core subsystems
    • Human interfaces
    • Networking interfaces
      • Networking
      • NetLabel
      • InfiniBand
      • ISDN
      • MHI
    • Storage interfaces
    • Other subsystems
  • Locking
  • Licensing rules
  • 撰寫文件
  • 開發工具
  • 測試指南
  • Hacking guide
  • Tracing
  • Fault injection
  • Livepatching
  • Rust
  • Administration
  • 建置系統
  • 回報議題
  • 使用者空間工具
  • 使用者空間 API
  • 韌體
  • 韌體與裝置樹
  • CPU 架構
  • 未排序的文件

本頁

  • 顯示原始碼

Family nlctrl netlink specification¶

目錄

  • Family nlctrl netlink specification

    • Summary

    • Operations

      • getfamily

      • getpolicy

    • Definitions

      • op-flags

      • attr-type

    • Attribute sets

      • ctrl-attrs

      • mcast-group-attrs

      • op-attrs

      • policy-attrs

      • op-policy-attrs

Summary¶

genetlink meta-family that exposes information about all genetlink families registered in the kernel (including itself).

Operations¶

getfamily¶

Get / dump genetlink families

attribute-set:

ctrl-attrs

do:
request
attributes:

[family-name]

reply
attributes:

[family-id, family-name, hdrsize, maxattr, mcast-groups, ops, version]

dump:
reply
attributes:

[family-id, family-name, hdrsize, maxattr, mcast-groups, ops, version]

getpolicy¶

Get / dump genetlink policies

attribute-set:

ctrl-attrs

dump:
request
attributes:

[family-name, family-id, op]

reply
attributes:

[family-id, op-policy, policy]

Definitions¶

op-flags¶

type:

flags

enum-name:

None

entries:
  • admin-perm

  • cmd-cap-do

  • cmd-cap-dump

  • cmd-cap-haspol

  • uns-admin-perm

attr-type¶

enum-name:

netlink-attribute-type

type:

enum

entries:
  • invalid

  • flag

  • u8

  • u16

  • u32

  • u64

  • s8

  • s16

  • s32

  • s64

  • binary

  • string

  • nul-string

  • nested

  • nested-array

  • bitfield32

  • sint

  • uint

Attribute sets¶

ctrl-attrs¶

family-id (u16)¶

family-name (string)¶

version (u32)¶

hdrsize (u32)¶

maxattr (u32)¶

ops (indexed-array)¶

sub-type:

nest

nested-attributes:

op-attrs

mcast-groups (indexed-array)¶

sub-type:

nest

nested-attributes:

mcast-group-attrs

policy (nest-type-value)¶

type-value:

['policy-id', 'attr-id']

nested-attributes:

policy-attrs

op-policy (nest-type-value)¶

type-value:

['op-id']

nested-attributes:

op-policy-attrs

op (u32)¶

mcast-group-attrs¶

name (string)¶

id (u32)¶

op-attrs¶

id (u32)¶

flags (u32)¶

enum:

op-flags

enum-as-flags:

True

policy-attrs¶

type (u32)¶

enum:

attr-type

min-value-s (s64)¶

max-value-s (s64)¶

min-value-u (u64)¶

max-value-u (u64)¶

min-length (u32)¶

max-length (u32)¶

policy-idx (u32)¶

policy-maxtype (u32)¶

bitfield32-mask (u32)¶

mask (u64)¶

pad (pad)¶

op-policy-attrs¶

do (u32)¶

dump (u32)¶

©The kernel development community. | Powered by Sphinx 8.2.3 & Alabaster 1.0.0 | Page source