• Home
  • Raw
  • Download

Lines Matching refs:prio

52 	return jhash_3words(tp->chain->index, tp->prio,  in destroy_obj_hashfn()
71 tp1->prio == tp2->prio && in tcf_proto_cmp()
216 first = tp->prio - 1; in tcf_auto_prio()
250 u32 prio, struct tcf_chain *chain, in tcf_proto_create() argument
268 tp->prio = prio; in tcf_proto_create()
956 u32 prio = 0; in __tcf_get_next_proto() local
968 prio = tp->prio + 1; in __tcf_get_next_proto()
972 if (!tp->deleting && tp->prio >= prio) in __tcf_get_next_proto()
1573 tp->prio & 0xffff, in __tcf_classify()
1683 u32 protocol, u32 prio,
1693 u32 protocol, u32 prio, in tcf_chain_tp_insert_unique() argument
1709 protocol, prio, false); in tcf_chain_tp_insert_unique()
1768 u32 protocol, u32 prio, in tcf_chain_tp_find() argument
1778 if (tp->prio >= prio) { in tcf_chain_tp_find()
1779 if (tp->prio == prio) { in tcf_chain_tp_find()
1823 tcm->tcm_info = TC_H_MAKE(tp->prio, tp->protocol); in tcf_fill_node()
1954 u32 prio; in tc_new_tfilter() local
1982 prio = TC_H_MAJ(t->tcm_info); in tc_new_tfilter()
1991 if (prio == 0) { in tc_new_tfilter()
1996 prio = TC_H_MAKE(0x80000000U, 0U); in tc_new_tfilter()
2054 prio, prio_allocate); in tc_new_tfilter()
2084 prio = tcf_auto_prio(tcf_chain_tp_prev(chain, in tc_new_tfilter()
2088 tp_new = tcf_proto_create(name, protocol, prio, chain, in tc_new_tfilter()
2096 tp = tcf_chain_tp_insert_unique(chain, tp_new, protocol, prio, in tc_new_tfilter()
2184 u32 prio; in tc_del_tfilter() local
2207 prio = TC_H_MAJ(t->tcm_info); in tc_del_tfilter()
2210 if (prio == 0 && (protocol || t->tcm_handle || tca[TCA_KIND])) { in tc_del_tfilter()
2230 if (!prio || in tc_del_tfilter()
2259 if (prio == 0) { in tc_del_tfilter()
2268 if (prio == 0) { in tc_del_tfilter()
2278 prio, false); in tc_del_tfilter()
2344 u32 prio; in tc_get_tfilter() local
2364 prio = TC_H_MAJ(t->tcm_info); in tc_get_tfilter()
2367 if (prio == 0) { in tc_get_tfilter()
2419 prio, false); in tc_get_tfilter()
2498 TC_H_MAJ(tcm->tcm_info) != tp->prio) in tcf_chain_dump()
3624 entry->vlan.prio = tcf_vlan_push_prio(act); in tc_setup_flow_action()
3633 entry->vlan.prio = tcf_vlan_push_prio(act); in tc_setup_flow_action()
3724 entry->gate.prio = tcf_gate_prio(act); in tc_setup_flow_action()