Searched refs:tcf_proto_check_kind (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/sched/ |
H A D | cls_api.c | 221 static bool tcf_proto_check_kind(struct nlattr *kind, char *name) in tcf_proto_check_kind() function 2010 if (tcf_proto_check_kind(tca[TCA_KIND], name)) { in tc_new_tfilter() 2221 if (tcf_proto_check_kind(tca[TCA_KIND], name)) { in tc_del_tfilter() 2378 if (tcf_proto_check_kind(tca[TCA_KIND], name)) { in tc_get_tfilter() 2767 if (tcf_proto_check_kind(tca[TCA_KIND], name)) { in tc_chain_tmplt_add()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | cls_api.c | 344 static bool tcf_proto_check_kind(struct nlattr *kind, char *name) in tcf_proto_check_kind() function 2187 if (tcf_proto_check_kind(tca[TCA_KIND], name)) { in tc_new_tfilter() 2400 if (tcf_proto_check_kind(tca[TCA_KIND], name)) { in tc_del_tfilter() 2557 if (tcf_proto_check_kind(tca[TCA_KIND], name)) { in tc_get_tfilter() 2951 if (tcf_proto_check_kind(tca[TCA_KIND], name)) { in tc_chain_tmplt_add()
|
Completed in 10 milliseconds