Searched refs:tp2 (Results 1 – 1 of 1) sorted by relevance
67 const struct tcf_proto *tp2) in tcf_proto_cmp() argument69 return tp1->chain->index == tp2->chain->index && in tcf_proto_cmp()70 tp1->prio == tp2->prio && in tcf_proto_cmp()71 tp1->protocol == tp2->protocol; in tcf_proto_cmp()