Searched refs:NLM_F_CAPPED (Results 1 – 6 of 6) sorted by relevance
77 #define NLM_F_CAPPED 0x100 /* request was capped */ macro
177 if (!(nlh->nlmsg_flags & NLM_F_CAPPED)) in libbpf_nla_dump_errormsg()
86 #define NLM_F_CAPPED 0x100 /* request was capped */ macro
35 NLM_F_CAPPED = 0x100 variable in Netlink
219 is indicated by ``NLM_F_CAPPED`` in :c:member:`nlmsghdr.nlmsg_flags`.330 __u16 nlmsg_flags: NLM_F_CAPPED /* There won't be a payload */
2505 flags |= NLM_F_CAPPED; in netlink_ack()2523 if (!(flags & NLM_F_CAPPED)) { in netlink_ack()
Completed in 18 milliseconds