NLM_F_ROOT
#define NLM_F_DUMP (NLM_F_ROOT|NLM_F_MATCH)
nlh->nlmsg_flags |= NLM_F_ROOT;
if (event == RTM_DELACTION && n->nlmsg_flags & NLM_F_ROOT) {