Searched refs:NLM_F_CAPPED (Results 1 – 5 of 5) sorted by relevance
63 NLM_F_CAPPED = 0x100 variable in NlmAckFlags
135 #define NLM_F_CAPPED 0x100 /* request was capped */ macro
739 uint16_t nl_flags = cap_ack ? NLM_F_CAPPED : 0; in nlmsg_ack()
935 if ((hdr->nlmsg_flags & NLM_F_CAPPED) != 0) in snl_parse_errmsg()
60 #ifndef NLM_F_CAPPED61 #define NLM_F_CAPPED 0x100 macro371 if (!(nlh->nlmsg_flags & NLM_F_CAPPED)) in error_handler()