Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/mpls/
H A Daf_mpls.c498 u32 rc_nlflags; member
976 (cfg->rc_nlflags & NLM_F_CREATE)) { in mpls_route_add()
985 if (cfg->rc_nlflags & NLM_F_APPEND) { in mpls_route_add()
993 if ((cfg->rc_nlflags & NLM_F_EXCL) && old) in mpls_route_add()
997 if (!(cfg->rc_nlflags & NLM_F_REPLACE) && old) in mpls_route_add()
1001 if (!(cfg->rc_nlflags & NLM_F_CREATE) && !old) in mpls_route_add()
1874 cfg->rc_nlflags = nlh->nlmsg_flags; in rtm_to_route_config()
/kernel/linux/linux-6.6/net/mpls/
H A Daf_mpls.c501 u32 rc_nlflags; member
979 (cfg->rc_nlflags & NLM_F_CREATE)) { in mpls_route_add()
988 if (cfg->rc_nlflags & NLM_F_APPEND) { in mpls_route_add()
996 if ((cfg->rc_nlflags & NLM_F_EXCL) && old) in mpls_route_add()
1000 if (!(cfg->rc_nlflags & NLM_F_REPLACE) && old) in mpls_route_add()
1004 if (!(cfg->rc_nlflags & NLM_F_CREATE) && !old) in mpls_route_add()
1871 cfg->rc_nlflags = nlh->nlmsg_flags; in rtm_to_route_config()

Completed in 7 milliseconds