Lines Matching refs:tca_opts
1174 static int fl_set_key_flags(struct nlattr *tca_opts, struct nlattr **tb, in fl_set_key_flags() argument
1190 if (NL_REQ_ATTR_CHECK(extack, tca_opts, tb, fl_mask)) { in fl_set_key_flags()
1869 static int fl_set_key(struct net *net, struct nlattr *tca_opts, in fl_set_key() argument
2104 ret = fl_set_key_flags(tca_opts, tb, false, in fl_set_key()
2112 ret = fl_set_key_flags(tca_opts, tb, true, in fl_set_key()
2364 struct nlattr *tca_opts = tca[TCA_OPTIONS]; in fl_change() local
2373 if (!tca_opts) { in fl_change()
2391 tca_opts, fl_policy, NULL); in fl_change()
2467 err = fl_set_key(net, tca_opts, tb, &fnew->key, &mask->key, extack); in fl_change()
2807 struct nlattr *tca_opts = tca[TCA_OPTIONS]; in fl_tmplt_create() local
2812 if (!tca_opts) in fl_tmplt_create()
2819 tca_opts, fl_policy, NULL); in fl_tmplt_create()
2829 err = fl_set_key(net, tca_opts, tb, &tmplt->dummy_key, in fl_tmplt_create()