Module constants
Source - 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.