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 lockd netlink specification¶

目錄

  • Family lockd netlink specification

    • Summary

    • Operations

      • server-set

      • server-get

    • Attribute sets

      • server

Summary¶

lockd configuration over generic netlink

Operations¶

server-set¶

set the lockd server parameters

attribute-set:

server

flags:

[admin-perm]

do:
request
attributes:

[gracetime, tcp-port, udp-port]

server-get¶

get the lockd server parameters

attribute-set:

server

do:
reply
attributes:

[gracetime, tcp-port, udp-port]

Attribute sets¶

server¶

gracetime (u32)¶

tcp-port (u16)¶

udp-port (u16)¶

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