Home
last modified time | relevance | path

Searched refs:bind (Results 226 - 250 of 3914) sorted by relevance

12345678910>>...157

/kernel/linux/linux-5.10/net/sched/
H A Dact_api.c125 static int __tcf_action_put(struct tc_action *p, bool bind) in __tcf_action_put() argument
130 if (bind) in __tcf_action_put()
139 if (bind) in __tcf_action_put()
145 static int __tcf_idr_release(struct tc_action *p, bool bind, bool strict) in __tcf_idr_release() argument
149 /* Release with strict==1 and bind==0 is only called through act API in __tcf_idr_release()
150 * interface (classifiers always bind). Only case when action with in __tcf_idr_release()
151 * positive reference count and zero bind count can exist is when it was in __tcf_idr_release()
153 * action if it was created by classifier). So only case when bind count in __tcf_idr_release()
162 if (!bind && strict && atomic_read(&p->tcfa_bindcnt) > 0) in __tcf_idr_release()
165 if (__tcf_action_put(p, bind)) in __tcf_idr_release()
172 tcf_idr_release(struct tc_action *a, bool bind) tcf_idr_release() argument
426 tcf_idr_create(struct tc_action_net *tn, u32 index, struct nlattr *est, struct tc_action **a, const struct tc_action_ops *ops, int bind, bool cpustats, u32 flags) tcf_idr_create() argument
482 tcf_idr_create_from_flags(struct tc_action_net *tn, u32 index, struct nlattr *est, struct tc_action **a, const struct tc_action_ops *ops, int bind, u32 flags) tcf_idr_create_from_flags() argument
512 tcf_idr_check_alloc(struct tc_action_net *tn, u32 *index, struct tc_action **a, int bind) tcf_idr_check_alloc() argument
736 tcf_action_destroy(struct tc_action *actions[], int bind) tcf_action_destroy() argument
778 tcf_action_dump_old(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_action_dump_old() argument
812 tcf_action_dump_1(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_action_dump_1() argument
851 tcf_action_dump(struct sk_buff *skb, struct tc_action *actions[], int bind, int ref, bool terse) tcf_action_dump() argument
1000 tcf_action_init_1(struct net *net, struct tcf_proto *tp, struct nlattr *nla, struct nlattr *est, char *name, int ovr, int bind, struct tc_action_ops *a_o, int *init_res, bool rtnl_held, struct netlink_ext_ack *extack) tcf_action_init_1() argument
1060 tcf_action_init(struct net *net, struct tcf_proto *tp, struct nlattr *nla, struct nlattr *est, char *name, int ovr, int bind, struct tc_action *actions[], int init_res[], size_t *attr_size, bool rtnl_held, struct netlink_ext_ack *extack) tcf_action_init() argument
1187 tca_get_fill(struct sk_buff *skb, struct tc_action *actions[], u32 portid, u32 seq, u16 flags, int event, int bind, int ref) tca_get_fill() argument
[all...]
H A Dact_police.c49 int ovr, int bind, bool rtnl_held, in tcf_police_init()
81 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_police_init()
85 if (exists && bind) in tcf_police_init()
90 &act_police_ops, bind, true, flags); in tcf_police_init()
98 tcf_idr_release(*a, bind); in tcf_police_init()
212 tcf_idr_release(*a, bind); in tcf_police_init()
314 int bind, int ref) in tcf_police_dump()
322 .bindcnt = atomic_read(&police->tcf_bindcnt) - bind, in tcf_police_dump()
47 tcf_police_init(struct net *net, struct nlattr *nla, struct nlattr *est, struct tc_action **a, int ovr, int bind, bool rtnl_held, struct tcf_proto *tp, u32 flags, struct netlink_ext_ack *extack) tcf_police_init() argument
313 tcf_police_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_police_dump() argument
H A Dact_mpls.c161 int ovr, int bind, bool rtnl_held, in tcf_mpls_init()
248 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_mpls_init()
252 if (exists && bind) in tcf_mpls_init()
257 &act_mpls_ops, bind, true, flags); in tcf_mpls_init()
265 tcf_idr_release(*a, bind); in tcf_mpls_init()
308 tcf_idr_release(*a, bind); in tcf_mpls_init()
323 int bind, int ref) in tcf_mpls_dump()
331 .bindcnt = atomic_read(&m->tcf_bindcnt) - bind, in tcf_mpls_dump()
159 tcf_mpls_init(struct net *net, struct nlattr *nla, struct nlattr *est, struct tc_action **a, int ovr, int bind, bool rtnl_held, struct tcf_proto *tp, u32 flags, struct netlink_ext_ack *extack) tcf_mpls_init() argument
322 tcf_mpls_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_mpls_dump() argument
H A Dact_nat.c37 struct tc_action **a, int ovr, int bind, in tcf_nat_init()
61 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_nat_init()
64 &act_nat_ops, bind, false, flags); in tcf_nat_init()
71 if (bind) in tcf_nat_init()
74 tcf_idr_release(*a, bind); in tcf_nat_init()
98 tcf_idr_release(*a, bind); in tcf_nat_init()
258 int bind, int ref) in tcf_nat_dump()
265 .bindcnt = atomic_read(&p->tcf_bindcnt) - bind, in tcf_nat_dump()
36 tcf_nat_init(struct net *net, struct nlattr *nla, struct nlattr *est, struct tc_action **a, int ovr, int bind, bool rtnl_held, struct tcf_proto *tp, u32 flags, struct netlink_ext_ack *extack) tcf_nat_init() argument
257 tcf_nat_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_nat_dump() argument
H A Dact_bpf.c138 int bind, int ref) in tcf_bpf_dump()
145 .bindcnt = atomic_read(&prog->tcf_bindcnt) - bind, in tcf_bpf_dump()
280 int replace, int bind, bool rtnl_held, in tcf_bpf_init()
307 ret = tcf_idr_check_alloc(tn, &index, act, bind); in tcf_bpf_init()
310 &act_bpf_ops, bind, true, flags); in tcf_bpf_init()
319 if (bind) in tcf_bpf_init()
323 tcf_idr_release(*act, bind); in tcf_bpf_init()
381 tcf_idr_release(*act, bind); in tcf_bpf_init()
137 tcf_bpf_dump(struct sk_buff *skb, struct tc_action *act, int bind, int ref) tcf_bpf_dump() argument
278 tcf_bpf_init(struct net *net, struct nlattr *nla, struct nlattr *est, struct tc_action **act, int replace, int bind, bool rtnl_held, struct tcf_proto *tp, u32 flags, struct netlink_ext_ack *extack) tcf_bpf_init() argument
H A Dact_ctinfo.c157 int ovr, int bind, bool rtnl_held, in tcf_ctinfo_init()
212 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_ctinfo_init()
215 &act_ctinfo_ops, bind, flags); in tcf_ctinfo_init()
222 if (bind) /* don't override defaults */ in tcf_ctinfo_init()
225 tcf_idr_release(*a, bind); in tcf_ctinfo_init()
277 tcf_idr_release(*a, bind); in tcf_ctinfo_init()
282 int bind, int ref) in tcf_ctinfo_dump()
288 .bindcnt = atomic_read(&ci->tcf_bindcnt) - bind, in tcf_ctinfo_dump()
155 tcf_ctinfo_init(struct net *net, struct nlattr *nla, struct nlattr *est, struct tc_action **a, int ovr, int bind, bool rtnl_held, struct tcf_proto *tp, u32 flags, struct netlink_ext_ack *extack) tcf_ctinfo_init() argument
281 tcf_ctinfo_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_ctinfo_dump() argument
/third_party/node/deps/v8/src/regexp/ppc/
H A Dregexp-macro-assembler-ppc.cc121 __ bind(&internal_failure_label_); in RegExpMacroAssemblerPPC()
124 __ bind(&start_label_); // And then continue from here. in RegExpMacroAssemblerPPC()
190 __ bind(&next); in Backtrack()
199 void RegExpMacroAssemblerPPC::Bind(Label* label) { __ bind(label); } in Bind()
244 __ bind(&backtrack_non_equal); in CheckGreedyLoop()
291 __ bind(&loop); in CheckNotBackReferenceIgnoreCase()
314 __ bind(&loop_check); in CheckNotBackReferenceIgnoreCase()
319 __ bind(&fail); in CheckNotBackReferenceIgnoreCase()
322 __ bind(&success); in CheckNotBackReferenceIgnoreCase()
383 __ bind( in CheckNotBackReferenceIgnoreCase()
[all...]
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DResource.cpp98 unsigned bind = 0; in translate_resource_flags() local
101 bind |= PIPE_BIND_VERTEX_BUFFER; in translate_resource_flags()
104 bind |= PIPE_BIND_INDEX_BUFFER; in translate_resource_flags()
107 bind |= PIPE_BIND_CONSTANT_BUFFER; in translate_resource_flags()
110 bind |= PIPE_BIND_SAMPLER_VIEW; in translate_resource_flags()
113 bind |= PIPE_BIND_RENDER_TARGET; in translate_resource_flags()
116 bind |= PIPE_BIND_DEPTH_STENCIL; in translate_resource_flags()
119 bind |= PIPE_BIND_STREAM_OUTPUT; in translate_resource_flags()
121 return bind; in translate_resource_flags()
290 templat.bind in CreateResource()
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dadapter_manager.cpp150 dispatcher_->PostTask(std::bind(&AdapterManager::impl::ProcessMessage, this, transport, msg)); in OnEnable()
167 dispatcher_->PostTask(std::bind(&AdapterManager::impl::ProcessMessage, this, transport, msg)); in OnDisable()
236 pimpl->dispatcher_->PostTask(std::bind(&utility::StateMachine::ProcessMessage, &(pimpl->sysStateMachine_), msg)); in Start()
317 std::bind(&utility::StateMachine::ProcessMessage, &(pimpl->sysStateMachine_), msg)); in Stop()
342 pimpl->dispatcher_->PostTask(std::bind(&utility::StateMachine::ProcessMessage, &(pimpl->sysStateMachine_), msg)); in AdapterStop()
371 pimpl->dispatcher_->PostTask(std::bind(&AdapterManager::impl::ProcessMessage, pimpl.get(), transport, msg)); in Enable()
405 pimpl->dispatcher_->PostTask(std::bind(&AdapterManager::impl::ProcessMessage, pimpl.get(), transport, msg)); in Disable()
435 std::bind(&utility::StateMachine::ProcessMessage, &(pimpl->sysStateMachine_), msg)); in FactoryReset()
469 pimpl->dispatcher_->PostTask(std::bind(&utility::StateMachine::ProcessMessage, &(pimpl->sysStateMachine_), msg)); in Reset()
490 pimpl->dispatcher_->PostTask(std::bind( in ClearAllStorage()
[all...]
/third_party/python/Lib/test/support/
H A Dsocket_helper.py43 Unix/Linux. On Unix, you can't have two AF_INET SOCK_STREAM sockets bind,
46 the order bind and listen were called on each socket).
49 will ever be raised when attempting to bind two identical host/ports. When
70 calling code has a chance to bind the returned port. We can deal with this
91 from bind()'ing to our host/port for the duration of the test.
114 sock.bind((host, 0))
122 sock.bind(addr)
125 raise unittest.SkipTest('cannot bind AF_UNIX sockets')
133 sock.bind((HOSTv6, 0))
147 """Decorator for tests requiring a functional bind() fo
[all...]
/third_party/skia/modules/skottie/src/effects/
H A DBuldgeEffect.cpp179 EffectBinder(jprops, abuilder, this).bind(kHorizontalRadius_Index, fHorizontalRadius) in BulgeEffectAdapter()
180 .bind(kVerticalRadius_Index, fVerticalRadius) in BulgeEffectAdapter()
181 .bind(kBulgeCenter_Index, fCenter) in BulgeEffectAdapter()
182 .bind(kBulgeHeight_Index, fBulgeHeight); in BulgeEffectAdapter()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_service.cpp166 GetDispatcher()->PostTask(std::bind(&impl::CancelConnection, pimpl.get(), device)); in CancelConnection()
180 GetDispatcher()->PostTask(std::bind( in SetCharacteristicValue()
194 GetDispatcher()->PostTask(std::bind( in SetCharacteristicPermission()
215 GetDispatcher()->PostTask(std::bind(&impl::AddService, pimpl.get(), appId, service, true)); in AddService()
232 GetDispatcher()->PostTask(std::bind(&impl::RemoveService, pimpl.get(), appId, service.handle_)); in RemoveService()
244 GetDispatcher()->PostTask(std::bind(&impl::ClearServices, pimpl.get(), appId)); in ClearServices()
265 GetDispatcher()->PostTask(std::bind(&impl::NotifyClient, in NotifyClient()
292 GetDispatcher()->PostTask(std::bind(&impl::RespondCharacteristicRead, in RespondCharacteristicRead()
320 GetDispatcher()->PostTask(std::bind(&impl::RespondCharacteristicRead, in RespondCharacteristicReadByUuid()
340 std::bind( in RespondCharacteristicWrite()
454 std::bind(&impl::OnConnect, service_.pimpl.get(), device, connectionHandle, ret)); global() variable
461 std::bind(&impl::OnDisconnect, service_.pimpl.get(), device, connectionHandle, ret)); global() variable
467 service_.GetDispatcher()->PostTask(std::bind(&impl::OnConnectionChanged, service_.pimpl.get(), device, state)); global() variable
474 service_.GetDispatcher()->PostTask(std::bind( global() variable
481 service_.GetDispatcher()->PostTask(std::bind(&impl::OnConnetionManagerShutDown, service_.pimpl.get())); global() variable
498 std::bind(&impl::OnExchangeMtuEvent, service_.pimpl.get(), connectHandle, rxMtu)); global() variable
504 std::bind(&impl::OnReadCharacteristicValueEvent, service_.pimpl.get(), connectHandle, valueHandle, false)); global() variable
510 std::bind(&impl::OnReadCharacteristicValueEvent, service_.pimpl.get(), connectHandle, valueHandle, true)); global() variable
516 service_.GetDispatcher()->PostTask(std::bind( global() variable
523 service_.GetDispatcher()->PostTask(std::bind( global() variable
530 std::bind(&impl::OnIndicationEvent, service_.pimpl.get(), connectHandle, valueHandle, result)); global() variable
544 std::bind(&impl::OnDescriptorReadEvent, service_.pimpl.get(), connectHandle, valueHandle)); global() variable
550 std::bind(&impl::OnDescriptorWriteEvent, service_.pimpl.get(), connectHandle, valueHandle, value, len)); global() variable
[all...]
/third_party/node/deps/v8/src/regexp/x64/
H A Dregexp-macro-assembler-x64.cc113 __ bind(&start_label_); // And then continue from here. in RegExpMacroAssemblerX64()
166 __ bind(&next); in Backtrack()
176 __ bind(label); in Bind()
216 __ bind(&fallthrough); in CheckGreedyLoop()
286 __ bind(&loop); in CheckNotBackReferenceIgnoreCase()
310 __ bind(&loop_increment); in CheckNotBackReferenceIgnoreCase()
391 __ bind(&fallthrough); in CheckNotBackReferenceIgnoreCase()
438 __ bind(&loop); in CheckNotBackReference()
465 __ bind(&fallthrough); in CheckNotBackReference()
603 __ bind( in CheckSpecialCharacterClass()
[all...]
/third_party/node/test/parallel/
H A Dtest-cluster-disconnect-unshared-tcp.js30 const unbound = cluster.fork().on('online', bind);
32 function bind() {
/third_party/python/Tools/demo/
H A Dspreadsheet.py521 self.entry.bind("<Return>", self.return_event)
522 self.entry.bind("<Shift-Return>", self.shift_return_event)
523 self.entry.bind("<Tab>", self.tab_event)
524 self.entry.bind("<Shift-Tab>", self.shift_tab_event)
525 self.entry.bind("<Delete>", self.delete_event)
526 self.entry.bind("<Escape>", self.escape_event)
572 cell.bind("<ButtonPress-1>", self.selectall)
581 cell.bind("<ButtonPress-1>", self.selectcolumn)
582 cell.bind("<B1-Motion>", self.extendcolumn)
583 cell.bind("<ButtonReleas
[all...]
/third_party/mesa3d/src/gallium/drivers/virgl/tests/
H A Dvirgl_staging_mgr_test.cpp38 uint32_t bind; member
47 uint32_t format, uint32_t bind, in fake_resource_create()
58 hw_res->bind = bind; in fake_resource_create()
321 uint32_t format, uint32_t bind, in failing_resource_create()
388 EXPECT_EQ(out_resource->bind, VIRGL_BIND_STAGING); in TEST_F()
44 fake_resource_create(struct virgl_winsys *vws, enum pipe_texture_target target, const void *map_front_private, uint32_t format, uint32_t bind, uint32_t width, uint32_t height, uint32_t depth, uint32_t array_size, uint32_t last_level, uint32_t nr_samples, uint32_t flags, uint32_t size) fake_resource_create() argument
318 failing_resource_create(struct virgl_winsys *vws, enum pipe_texture_target target, const void *map_front_private, uint32_t format, uint32_t bind, uint32_t width, uint32_t height, uint32_t depth, uint32_t array_size, uint32_t last_level, uint32_t nr_samples, uint32_t flags, uint32_t size) failing_resource_create() argument
/third_party/node/deps/npm/node_modules/@pkgjs/parseargs/internal/
H A Dprimordials.js46 // `uncurryThis` is equivalent to `func => Function.prototype.call.bind(func)`.
47 // It is using `bind.bind(call)` to avoid using `Function.prototype.bind`
49 const { apply, bind, call } = Function.prototype;
50 const uncurryThis = bind.bind(call);
53 // `applyBind` is equivalent to `func => Function.prototype.apply.bind(func)`.
54 // It is using `bind.bind(appl
[all...]
/third_party/node/deps/v8/src/regexp/arm/
H A Dregexp-macro-assembler-arm.cc112 __ bind(&start_label_); // And then continue from here. in RegExpMacroAssemblerARM()
172 __ bind(&next); in Backtrack()
181 __ bind(label); in Bind()
269 __ bind(&loop); in CheckNotBackReferenceIgnoreCase()
290 __ bind(&loop_check); in CheckNotBackReferenceIgnoreCase()
295 __ bind(&fail); in CheckNotBackReferenceIgnoreCase()
298 __ bind(&success); in CheckNotBackReferenceIgnoreCase()
357 __ bind(&fallthrough); in CheckNotBackReferenceIgnoreCase()
396 __ bind(&loop); in CheckNotBackReference()
419 __ bind( in CheckNotBackReference()
[all...]
/foundation/barrierfree/accessibility/services/test/moduletest/aamstest/aams_accessibility_touch_guider_test/
H A Daams_accessibility_touch_guider_test.cpp620 bool ret = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() -> bool { in HWTEST_F()
634 ret = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() -> bool { in HWTEST_F()
666 AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() -> bool { in HWTEST_F()
681 retOnPointerEvent2 = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() -> bool { in HWTEST_F()
722 AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() -> bool { in HWTEST_F()
742 retOnPointerEvent3 = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() -> bool { in HWTEST_F()
783 bool retOnPointerEvent4 = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() -> bool { in HWTEST_F()
803 retOnPointerEvent4 = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() -> bool { in HWTEST_F()
844 bool retOnPointerEvent5 = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() -> bool { in HWTEST_F()
864 retOnPointerEvent5 = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() in HWTEST_F()
[all...]
/kernel/linux/linux-6.6/net/sched/
H A Dact_csum.c49 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_csum_init() local
70 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_csum_init()
73 &act_csum_ops, bind, flags); in tcf_csum_init()
80 if (bind)/* dont override defaults */ in tcf_csum_init()
83 tcf_idr_release(*a, bind); in tcf_csum_init()
119 tcf_idr_release(*a, bind); in tcf_csum_init()
631 static int tcf_csum_dump(struct sk_buff *skb, struct tc_action *a, int bind, in tcf_csum_dump() argument
640 .bindcnt = atomic_read(&p->tcf_bindcnt) - bind, in tcf_csum_dump()
682 u32 *index_inc, bool bind, in tcf_csum_offload_act_setup()
685 if (bind) { in tcf_csum_offload_act_setup()
681 tcf_csum_offload_act_setup(struct tc_action *act, void *entry_data, u32 *index_inc, bool bind, struct netlink_ext_ack *extack) tcf_csum_offload_act_setup() argument
[all...]
H A Dact_police.c46 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_police_init() local
75 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_police_init()
79 if (exists && bind) in tcf_police_init()
84 &act_police_ops, bind, true, flags); in tcf_police_init()
92 tcf_idr_release(*a, bind); in tcf_police_init()
229 tcf_idr_release(*a, bind); in tcf_police_init()
341 int bind, int ref) in tcf_police_dump()
349 .bindcnt = atomic_read(&police->tcf_bindcnt) - bind, in tcf_police_dump()
439 u32 *index_inc, bool bind, in tcf_police_offload_act_setup()
442 if (bind) { in tcf_police_offload_act_setup()
340 tcf_police_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_police_dump() argument
438 tcf_police_offload_act_setup(struct tc_action *act, void *entry_data, u32 *index_inc, bool bind, struct netlink_ext_ack *extack) tcf_police_offload_act_setup() argument
[all...]
H A Dact_gate.c306 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_gate_init() local
354 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_gate_init()
358 if (err && bind) in tcf_gate_init()
363 &act_gate_ops, bind, flags); in tcf_gate_init()
371 tcf_idr_release(*a, bind); in tcf_gate_init()
458 tcf_idr_release(*a, bind); in tcf_gate_init()
504 int bind, int ref) in tcf_gate_dump()
511 .bindcnt = atomic_read(&gact->tcf_bindcnt) - bind, in tcf_gate_dump()
608 u32 *index_inc, bool bind, in tcf_gate_offload_act_setup()
613 if (bind) { in tcf_gate_offload_act_setup()
503 tcf_gate_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_gate_dump() argument
607 tcf_gate_offload_act_setup(struct tc_action *act, void *entry_data, u32 *index_inc, bool bind, struct netlink_ext_ack *extack) tcf_gate_offload_act_setup() argument
[all...]
H A Dact_bpf.c139 int bind, int ref) in tcf_bpf_dump()
146 .bindcnt = atomic_read(&prog->tcf_bindcnt) - bind, in tcf_bpf_dump()
285 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_bpf_init() local
308 ret = tcf_idr_check_alloc(tn, &index, act, bind); in tcf_bpf_init()
311 &act_bpf_ops, bind, true, flags); in tcf_bpf_init()
320 if (bind) in tcf_bpf_init()
324 tcf_idr_release(*act, bind); in tcf_bpf_init()
382 tcf_idr_release(*act, bind); in tcf_bpf_init()
138 tcf_bpf_dump(struct sk_buff *skb, struct tc_action *act, int bind, int ref) tcf_bpf_dump() argument
H A Dact_nat.c40 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_nat_init() local
61 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_nat_init()
64 bind, flags); in tcf_nat_init()
71 if (bind) in tcf_nat_init()
74 tcf_idr_release(*a, bind); in tcf_nat_init()
110 tcf_idr_release(*a, bind); in tcf_nat_init()
268 int bind, int ref) in tcf_nat_dump()
275 .bindcnt = atomic_read(&p->tcf_bindcnt) - bind, in tcf_nat_dump()
267 tcf_nat_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_nat_dump() argument
H A Dact_ctinfo.c162 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_ctinfo_init() local
213 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_ctinfo_init()
216 &act_ctinfo_ops, bind, flags); in tcf_ctinfo_init()
223 if (bind) /* don't override defaults */ in tcf_ctinfo_init()
226 tcf_idr_release(*a, bind); in tcf_ctinfo_init()
278 tcf_idr_release(*a, bind); in tcf_ctinfo_init()
283 int bind, int ref) in tcf_ctinfo_dump()
289 .bindcnt = atomic_read(&ci->tcf_bindcnt) - bind, in tcf_ctinfo_dump()
282 tcf_ctinfo_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_ctinfo_dump() argument

Completed in 21 milliseconds

12345678910>>...157