Lines Matching refs:NLM_F_CREATE
626 tc_chain_notify(chain, NULL, 0, NLM_F_CREATE | NLM_F_EXCL,
2172 if (n->nlmsg_flags & NLM_F_CREATE) {
2254 if (!(n->nlmsg_flags & NLM_F_CREATE)) {
2255 NL_SET_ERR_MSG(extack, "Need both RTM_NEWTFILTER and NLM_F_CREATE to create a new filter");
2292 if (!(n->nlmsg_flags & NLM_F_CREATE)) {
2293 NL_SET_ERR_MSG(extack, "Need both RTM_NEWTFILTER and NLM_F_CREATE to create a new filter");
2311 if (!(n->nlmsg_flags & NLM_F_CREATE))
3041 if (!(n->nlmsg_flags & NLM_F_CREATE)) {
3042 NL_SET_ERR_MSG(extack, "Need both RTM_NEWCHAIN and NLM_F_CREATE to create a new chain");
3081 tc_chain_notify(chain, NULL, 0, NLM_F_CREATE | NLM_F_EXCL,