• Home
  • Raw
  • Download

Lines Matching refs:ei

682 			       struct tcf_block_ext_info *ei,  in tc_indr_block_call()  argument
688 .binder_type = ei->binder_type, in tc_indr_block_call()
707 struct tcf_block_ext_info *ei, in tcf_block_offload_cmd() argument
716 bo.binder_type = ei->binder_type; in tcf_block_offload_cmd()
730 struct tcf_block_ext_info *ei, in tcf_block_offload_bind() argument
749 err = tcf_block_offload_cmd(block, dev, ei, FLOW_BLOCK_BIND, extack); in tcf_block_offload_bind()
755 tc_indr_block_call(block, dev, ei, FLOW_BLOCK_BIND, extack); in tcf_block_offload_bind()
766 tc_indr_block_call(block, dev, ei, FLOW_BLOCK_BIND, extack); in tcf_block_offload_bind()
773 struct tcf_block_ext_info *ei) in tcf_block_offload_unbind() argument
779 tc_indr_block_call(block, dev, ei, FLOW_BLOCK_UNBIND, NULL); in tcf_block_offload_unbind()
783 err = tcf_block_offload_cmd(block, dev, ei, FLOW_BLOCK_UNBIND, NULL); in tcf_block_offload_unbind()
796 struct tcf_block_ext_info *ei, in tcf_chain0_head_change_cb_add() argument
807 item->chain_head_change = ei->chain_head_change; in tcf_chain0_head_change_cb_add()
808 item->chain_head_change_priv = ei->chain_head_change_priv; in tcf_chain0_head_change_cb_add()
840 struct tcf_block_ext_info *ei) in tcf_chain0_head_change_cb_del() argument
846 if ((!ei->chain_head_change && !ei->chain_head_change_priv) || in tcf_chain0_head_change_cb_del()
847 (item->chain_head_change == ei->chain_head_change && in tcf_chain0_head_change_cb_del()
848 item->chain_head_change_priv == ei->chain_head_change_priv)) { in tcf_chain0_head_change_cb_del()
1193 struct tcf_block_ext_info *ei, bool rtnl_held) in __tcf_block_put() argument
1209 tcf_block_offload_unbind(block, q, ei); in __tcf_block_put()
1216 tcf_block_offload_unbind(block, q, ei); in __tcf_block_put()
1337 struct tcf_block_ext_info *ei, in tcf_block_get_ext() argument
1344 if (ei->block_index) in tcf_block_get_ext()
1346 block = tcf_block_refcnt_get(net, ei->block_index); in tcf_block_get_ext()
1349 block = tcf_block_create(net, q, ei->block_index, extack); in tcf_block_get_ext()
1359 err = tcf_block_owner_add(block, q, ei->binder_type); in tcf_block_get_ext()
1363 tcf_block_owner_netif_keep_dst(block, q, ei->binder_type); in tcf_block_get_ext()
1365 err = tcf_chain0_head_change_cb_add(block, ei, extack); in tcf_block_get_ext()
1369 err = tcf_block_offload_bind(block, q, ei, extack); in tcf_block_get_ext()
1377 tcf_chain0_head_change_cb_del(block, ei); in tcf_block_get_ext()
1379 tcf_block_owner_del(block, q, ei->binder_type); in tcf_block_get_ext()
1398 struct tcf_block_ext_info ei = { in tcf_block_get() local
1404 return tcf_block_get_ext(p_block, q, &ei, extack); in tcf_block_get()
1412 struct tcf_block_ext_info *ei) in tcf_block_put_ext() argument
1416 tcf_chain0_head_change_cb_del(block, ei); in tcf_block_put_ext()
1417 tcf_block_owner_del(block, q, ei->binder_type); in tcf_block_put_ext()
1419 __tcf_block_put(block, q, ei, true); in tcf_block_put_ext()
1425 struct tcf_block_ext_info ei = {0, }; in tcf_block_put() local
1429 tcf_block_put_ext(block, block->q, &ei); in tcf_block_put()