Searched refs:NLM_F_CAPPED (Results 1 – 8 of 8) sorted by relevance
77 #define NLM_F_CAPPED 0x100 /* request was capped */ macro
175 /* if NLM_F_CAPPED is set then the inner err msg was capped */ in libbpf_nla_dump_errormsg() 176 if (!(nlh->nlmsg_flags & NLM_F_CAPPED)) in libbpf_nla_dump_errormsg()
86 #define NLM_F_CAPPED 0x100 /* request was capped */ macro
219 is indicated by ``NLM_F_CAPPED`` in :c:member:`nlmsghdr.nlmsg_flags`.334 __u16 nlmsg_flags: NLM_F_CAPPED /* There won't be a payload */
337 if (!(nlh->nlmsg_flags & NLM_F_CAPPED)) in ynl_cb_error()
2481 flags |= NLM_F_CAPPED; in netlink_ack() 2499 if (!(flags & NLM_F_CAPPED)) { in netlink_ack()
63 NLM_F_CAPPED = 0x10049 NLM_F_CAPPED = 0x100 global() variable in Netlink
269 if (!(nlh->nlmsg_flags & NLM_F_CAPPED)) in ovpn_nl_cb_error()