Searched refs:rc_nlflags (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/mpls/
H A Daf_mpls.c501 u32 rc_nlflags; member in struct:mpls_route_config
979 (cfg->rc_nlflags & NLM_F_CREATE)) {
988 if (cfg->rc_nlflags & NLM_F_APPEND) {
996 if ((cfg->rc_nlflags & NLM_F_EXCL) && old)
1000 if (!(cfg->rc_nlflags & NLM_F_REPLACE) && old)
1004 if (!(cfg->rc_nlflags & NLM_F_CREATE) && !old)
1854 cfg->rc_nlflags = nlh->nlmsg_flags;

Completed in 163 milliseconds