Searched refs:hnode (Results 26 - 50 of 60) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/net/netfilter/
H A Dnf_conntrack_expect.h17 struct hlist_node hnode; member in struct:nf_conntrack_expect
H A Dnf_conntrack_helper.h20 struct hlist_node hnode; /* Internal use. */ member in struct:nf_conntrack_helper
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/netfilter/
H A Dnf_conntrack_expect.c50 hlist_del_rcu(&exp->hnode);
99 hlist_for_each_entry_rcu(i, n, &net->ct.expect_hash[h], hnode) {
139 hlist_for_each_entry(i, n, &net->ct.expect_hash[h], hnode) {
326 hlist_add_head_rcu(&exp->hnode, &net->ct.expect_hash[h]);
388 hlist_for_each_entry(i, n, &net->ct.expect_hash[h], hnode) {
513 expect = hlist_entry(n, struct nf_conntrack_expect, hnode);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_expect.c50 hlist_del_rcu(&exp->hnode);
99 hlist_for_each_entry_rcu(i, n, &net->ct.expect_hash[h], hnode) {
139 hlist_for_each_entry(i, n, &net->ct.expect_hash[h], hnode) {
326 hlist_add_head_rcu(&exp->hnode, &net->ct.expect_hash[h]);
388 hlist_for_each_entry(i, n, &net->ct.expect_hash[h], hnode) {
513 expect = hlist_entry(n, struct nf_conntrack_expect, hnode);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/etc/afpd/
H A Dhash.c769 hnode_t *hnode_init(hnode_t *hnode, void *data) argument
771 hnode->data = data;
772 hnode->next = NULL;
773 return hnode;
780 void hnode_destroy(hnode_t *hnode) argument
782 free(hnode);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/etc/afpd/
H A Dhash.c769 hnode_t *hnode_init(hnode_t *hnode, void *data) argument
771 hnode->data = data;
772 hnode->next = NULL;
773 return hnode;
780 void hnode_destroy(hnode_t *hnode) argument
782 free(hnode);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/etc/afpd/
H A Dhash.c769 hnode_t *hnode_init(hnode_t *hnode, void *data) argument
771 hnode->data = data;
772 hnode->next = NULL;
773 return hnode;
780 void hnode_destroy(hnode_t *hnode) argument
782 free(hnode);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/tidspbridge/rmgr/
H A Ddrv.c80 int drv_insert_node_res_element(void *hnode, void *node_resource, argument
95 (*node_res_obj)->hnode = hnode;
129 node_state = node_get_state(node_res_obj->hnode);
135 (node_res_obj->hnode, &status);
H A Dstrm.c459 int strm_open(struct node_object *hnode, u32 dir, u32 index, argument
483 status = node_get_channel_id(hnode, dir, index, &ul_chnl_id);
486 status = node_get_strm_mgr(hnode, &strm_mgr_obj);
604 dev_dbg(bridge, "%s: hnode: %p dir: 0x%x index: 0x%x pattr: %p "
606 hnode, dir, index, pattr, strmres, status);
H A Dnldr.c1618 struct nldr_nodeobject *hnode = (struct nldr_nodeobject *)ref; local
1629 DBC_REQUIRE(hnode);
1632 nldr_obj = hnode->nldr_obj;
1646 switch (hnode->phase) {
1664 segid = hnode->seg_id[mem_phase_bit];
1667 if ((hnode->code_data_flag_mask >> mem_phase_bit) & 0x1)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/tidspbridge/rmgr/
H A Ddrv.c80 int drv_insert_node_res_element(void *hnode, void *node_resource, argument
95 (*node_res_obj)->hnode = hnode;
129 node_state = node_get_state(node_res_obj->hnode);
135 (node_res_obj->hnode, &status);
H A Dstrm.c459 int strm_open(struct node_object *hnode, u32 dir, u32 index, argument
483 status = node_get_channel_id(hnode, dir, index, &ul_chnl_id);
486 status = node_get_strm_mgr(hnode, &strm_mgr_obj);
604 dev_dbg(bridge, "%s: hnode: %p dir: 0x%x index: 0x%x pattr: %p "
606 hnode, dir, index, pattr, strmres, status);
H A Dnldr.c1618 struct nldr_nodeobject *hnode = (struct nldr_nodeobject *)ref; local
1629 DBC_REQUIRE(hnode);
1632 nldr_obj = hnode->nldr_obj;
1646 switch (hnode->phase) {
1664 segid = hnode->seg_id[mem_phase_bit];
1667 if ((hnode->code_data_flag_mask >> mem_phase_bit) & 0x1)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/tidspbridge/include/dspbridge/
H A Ddrv.h81 void *hnode; member in struct:node_res_object
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/tidspbridge/include/dspbridge/
H A Ddrv.h81 void *hnode; member in struct:node_res_object
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/sched/
H A Dsch_drr.c302 hlist_for_each_entry(cl, n, &q->clhash.hash[i], common.hnode) {
461 hlist_for_each_entry(cl, n, &q->clhash.hash[i], common.hnode) {
481 common.hnode)
H A Dsch_cbq.c997 hlist_for_each_entry(cl, n, &q->clhash.hash[h], common.hnode) {
1039 common.hnode) {
1174 hlist_for_each_entry(cl, n, &q->clhash.hash[h], common.hnode) {
1652 hlist_for_each_entry(cl, n, &q->clhash.hash[h], common.hnode)
1657 common.hnode)
1961 hlist_for_each_entry(cl, n, &q->clhash.hash[h], common.hnode) {
H A Dsch_api.c558 hlist_for_each_entry_safe(cl, n, next, &ohash[i], hnode) {
560 hlist_add_head(&cl->hnode, &nhash[h]);
597 INIT_HLIST_NODE(&cl->hnode);
599 hlist_add_head(&cl->hnode, &clhash->hash[h]);
607 hlist_del(&cl->hnode);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/sched/
H A Dsch_drr.c302 hlist_for_each_entry(cl, n, &q->clhash.hash[i], common.hnode) {
461 hlist_for_each_entry(cl, n, &q->clhash.hash[i], common.hnode) {
481 common.hnode)
H A Dsch_cbq.c997 hlist_for_each_entry(cl, n, &q->clhash.hash[h], common.hnode) {
1039 common.hnode) {
1174 hlist_for_each_entry(cl, n, &q->clhash.hash[h], common.hnode) {
1652 hlist_for_each_entry(cl, n, &q->clhash.hash[h], common.hnode)
1657 common.hnode)
1961 hlist_for_each_entry(cl, n, &q->clhash.hash[h], common.hnode) {
H A Dsch_api.c558 hlist_for_each_entry_safe(cl, n, next, &ohash[i], hnode) {
560 hlist_add_head(&cl->hnode, &nhash[h]);
597 INIT_HLIST_NODE(&cl->hnode);
599 hlist_add_head(&cl->hnode, &clhash->hash[h]);
607 hlist_del(&cl->hnode);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/net/
H A Dsch_generic.h282 struct hlist_node hnode; member in struct:Qdisc_class_common
307 hlist_for_each_entry(cl, n, &hash->hash[h], hnode) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/net/
H A Dsch_generic.h282 struct hlist_node hnode; member in struct:Qdisc_class_common
307 hlist_for_each_entry(cl, n, &hash->hash[h], hnode) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/dream/camera/
H A Dmsm_camera.c1543 struct hlist_node *hnode; local
1561 hlist_for_each_entry_safe(region, hnode, n,
1563 hlist_del(hnode);
1568 hlist_for_each_entry_safe(region, hnode, n,
1570 hlist_del(hnode);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/dream/camera/
H A Dmsm_camera.c1543 struct hlist_node *hnode; local
1561 hlist_for_each_entry_safe(region, hnode, n,
1563 hlist_del(hnode);
1568 hlist_for_each_entry_safe(region, hnode, n,
1570 hlist_del(hnode);

Completed in 280 milliseconds

123