Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dcls_flower.c1170 static int fl_set_key_flags(struct nlattr *tca_opts, struct nlattr **tb, in fl_set_key_flags() argument
1186 if (NL_REQ_ATTR_CHECK(extack, tca_opts, tb, fl_mask)) { in fl_set_key_flags()
1871 static int fl_set_key(struct net *net, struct nlattr *tca_opts, in fl_set_key() argument
2106 ret = fl_set_key_flags(tca_opts, tb, false, in fl_set_key()
2114 ret = fl_set_key_flags(tca_opts, tb, true, in fl_set_key()
2366 struct nlattr *tca_opts = tca[TCA_OPTIONS]; in fl_change() local
2375 if (!tca_opts) { in fl_change()
2393 tca_opts, fl_policy, NULL); in fl_change()
2469 err = fl_set_key(net, tca_opts, tb, &fnew->key, &mask->key, extack); in fl_change()
2811 struct nlattr *tca_opts = tca[TCA_OPTIONS]; in fl_tmplt_create() local
[all …]