Lines Matching refs:TCA_KIND
1823 if (nla_put_string(skb, TCA_KIND, tp->ops->kind)) in tcf_fill_node()
2009 if (tcf_proto_check_kind(tca[TCA_KIND], name)) { in tc_new_tfilter()
2070 if (tca[TCA_KIND] == NULL || !protocol) { in tc_new_tfilter()
2105 if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], tp->ops->kind)) { in tc_new_tfilter()
2209 if (prio == 0 && (protocol || t->tcm_handle || tca[TCA_KIND])) { in tc_del_tfilter()
2220 if (tcf_proto_check_kind(tca[TCA_KIND], name)) { in tc_del_tfilter()
2282 } else if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], tp->ops->kind)) { in tc_del_tfilter()
2377 if (tcf_proto_check_kind(tca[TCA_KIND], name)) { in tc_get_tfilter()
2424 } else if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], tp->ops->kind)) { in tc_get_tfilter()
2683 if (nla_put_string(skb, TCA_KIND, ops->kind)) in tc_chain_fill_node()
2763 if (!tca[TCA_KIND]) in tc_chain_tmplt_add()
2766 if (tcf_proto_check_kind(tca[TCA_KIND], name)) { in tc_chain_tmplt_add()