Home
last modified time | relevance | path

Searched defs:NLM_F_ACK (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/tools/include/uapi/linux/
Dnetlink.h56 #define NLM_F_ACK 0x04 /* Reply with ack, with zero or error code */ macro
/linux-6.6.21/include/uapi/linux/
Dnetlink.h64 #define NLM_F_ACK 0x04 /* Reply with ack, with zero or error code */ macro
/linux-6.6.21/tools/net/ynl/lib/
Dynl.py35 NLM_F_ACK = 4 variable in Netlink