Constants§
- NLM_
F_ ACK - Request for an acknowledgment on success. Typical direction of request is from user space (CPC) to kernel space (FEC).
- NLM_
F_ ACK_ TLVS - extended ACK TVLs were included
- NLM_
F_ APPEND - Add to the end of the object list.
- NLM_
F_ ATOMIC - Return an atomic snapshot of the table. Requires
CAP_NET_ADMIN
capability or a effective UID of 0. - NLM_
F_ CAPPED - request was capped
- NLM_
F_ CREATE - Create object if it doesn’t already exist.
- NLM_
F_ DUMP - NLM_
F_ DUMP_ FILTERED - Dump was filtered as requested
- NLM_
F_ DUMP_ INTR - Dump was inconsistent due to sequence change
- NLM_
F_ ECHO - Echo this request. Typical direction of request is from user space (CPC) to kernel space (FEC).
- NLM_
F_ EXCL - Don’t replace if the object already exists.
- NLM_
F_ MATCH - Return all entries matching criteria passed in message content.
- NLM_
F_ MULTIPART - Indicates the message is part of a multipart message terminated by NLMSG_DONE
- NLM_
F_ NONREC - Do not delete recursively
- NLM_
F_ REPLACE - Replace existing matching object.
- NLM_
F_ REQUEST - Must be set on all request messages (typically from user space to kernel space)
- NLM_
F_ ROOT - Return the complete table instead of a single entry.