Home
last modified time | relevance | path

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

/linux/net/mpls/
H A Daf_mpls.c525 u32 rc_nlflags; member
1012 (cfg->rc_nlflags & NLM_F_CREATE)) { in mpls_route_add()
1021 if (cfg->rc_nlflags & NLM_F_APPEND) { in mpls_route_add()
1028 if ((cfg->rc_nlflags & NLM_F_EXCL) && old) in mpls_route_add()
1032 if (!(cfg->rc_nlflags & NLM_F_REPLACE) && old) in mpls_route_add()
1036 if (!(cfg->rc_nlflags & NLM_F_CREATE) && !old) in mpls_route_add()
1914 cfg->rc_nlflags = nlh->nlmsg_flags; in rtm_to_route_config()