Searched refs:tca_opts (Results 1 – 1 of 1) sorted by relevance
| /linux/net/sched/ |
| H A D | cls_flower.c | 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() 1870 static int fl_set_key(struct net *net, struct nlattr *tca_opts, in fl_set_key() argument 2105 ret = fl_set_key_flags(tca_opts, tb, false, in fl_set_key() 2113 ret = fl_set_key_flags(tca_opts, tb, true, in fl_set_key() 2365 struct nlattr *tca_opts = tca[TCA_OPTIONS]; in fl_change() local 2374 if (!tca_opts) { in fl_change() 2392 tca_opts, fl_policy, NULL); in fl_change() 2468 err = fl_set_key(net, tca_opts, tb, &fnew->key, &mask->key, extack); in fl_change() 2810 struct nlattr *tca_opts = tca[TCA_OPTIONS]; in fl_tmplt_create() local [all …]
|