Home
last modified time | relevance | path

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

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