Home
last modified time | relevance | path

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

/linux-6.12.1/net/sched/
Dcls_flower.c1174 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
[all …]