Searched refs:NLM_F_APPEND (Results 1 – 4 of 4) sorted by relevance
55 NLM_F_APPEND = 0x800 variable in NlmNewFlags
129 #define NLM_F_APPEND 0x800 /* Add to end of list */ macro
362 hdr->nlmsg_flags &= ~(NLM_F_EXCL | NLM_F_APPEND); in report_operation()800 op_flags |= (nlm_flags & NLM_F_APPEND) ? RTM_F_APPEND : 0; in get_op_flags()
154 nl_flags = NLM_F_CREATE | NLM_F_APPEND; /* Do append by default */ in rtmsg_nl_int()