Logo

The Linux Kernel

6.15.0-rc5

Quick search

Contents

  • Development process
  • Submitting patches
  • Code of conduct
  • Maintainer handbook
  • All development-process docs
  • Core API
  • Driver APIs
  • Subsystems
    • Core subsystems
    • Human interfaces
    • Networking interfaces
      • Networking
      • NetLabel
      • InfiniBand
      • ISDN
      • MHI
    • Storage interfaces
    • Other subsystems
  • Locking
  • Licensing rules
  • Writing documentation
  • Development tools
  • Testing guide
  • Hacking guide
  • Tracing
  • Fault injection
  • Livepatching
  • Rust
  • Administration
  • Build system
  • Reporting issues
  • Userspace tools
  • Userspace API
  • Firmware
  • Firmware and Devicetree
  • CPU architectures
  • Unsorted documentation
  • Translations

This Page

  • Show Source

Family lockd netlink specification¶

Contents

  • 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 5.3.0 & Alabaster 0.7.16 | Page source