Searched refs:hinfo (Results 1 - 25 of 43) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dxt_hashlimit.c169 struct xt_hashlimit_htable *hinfo; local
183 hinfo = vmalloc(sizeof(struct xt_hashlimit_htable) +
185 if (!hinfo) {
189 minfo->hinfo = hinfo;
192 memcpy(&hinfo->cfg, &minfo->cfg, sizeof(hinfo->cfg));
193 hinfo->cfg.size = size;
194 if (!hinfo->cfg.max)
195 hinfo
269 htable_destroy(struct xt_hashlimit_htable *hinfo) argument
285 struct xt_hashlimit_htable *hinfo; local
301 htable_put(struct xt_hashlimit_htable *hinfo) argument
368 hashlimit_init_dst(struct xt_hashlimit_htable *hinfo, struct dsthash_dst *dst, const struct sk_buff *skb, unsigned int protoff) argument
445 struct xt_hashlimit_htable *hinfo = r->hinfo; local
552 compat_uptr_t hinfo; member in struct:compat_xt_hashlimit_info
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dhash.c91 int ext3fs_dirhash(const char *name, int len, struct dx_hash_info *hinfo) argument
106 if (hinfo->seed) {
108 if (hinfo->seed[i])
112 memcpy(buf, hinfo->seed, sizeof(buf));
115 switch (hinfo->hash_version) {
142 hinfo->hash = 0;
148 hinfo->hash = hash;
149 hinfo->minor_hash = minor_hash;
H A Dnamei.c159 struct dx_hash_info *hinfo,
164 struct dx_hash_info *hinfo, struct dx_map_entry map[]);
259 static struct stats dx_show_leaf(struct dx_hash_info *hinfo, struct ext3_dir_entry_2 *de, argument
264 struct dx_hash_info h = *hinfo;
289 struct stats dx_show_entries(struct dx_hash_info *hinfo, struct inode *dir, argument
306 dx_show_entries(hinfo, dir, ((struct dx_node *) bh->b_data)->entries, levels - 1):
307 dx_show_leaf(hinfo, (struct ext3_dir_entry_2 *) bh->b_data, blocksize, 0);
331 struct dx_hash_info *hinfo, struct dx_frame *frame_in, int *err)
356 hinfo->hash_version = root->info.hash_version;
357 hinfo
330 dx_probe(struct dentry *dentry, struct inode *dir, struct dx_hash_info *hinfo, struct dx_frame *frame_in, int *err) argument
536 htree_dirblock_to_tree(struct file *dir_file, struct inode *dir, int block, struct dx_hash_info *hinfo, __u32 start_hash, __u32 start_minor_hash) argument
593 struct dx_hash_info hinfo; local
674 dx_make_map(struct ext3_dir_entry_2 *de, int size, struct dx_hash_info *hinfo, struct dx_map_entry *map_tail) argument
933 struct dx_hash_info hinfo; local
1123 do_split(handle_t *handle, struct inode *dir, struct buffer_head **bh,struct dx_frame *frame, struct dx_hash_info *hinfo, int *error) argument
1310 struct dx_hash_info hinfo; local
1444 struct dx_hash_info hinfo; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dhash.c91 int ext4fs_dirhash(const char *name, int len, struct dx_hash_info *hinfo) argument
106 if (hinfo->seed) {
108 if (hinfo->seed[i])
112 memcpy(buf, hinfo->seed, sizeof(buf));
115 switch (hinfo->hash_version) {
142 hinfo->hash = 0;
148 hinfo->hash = hash;
149 hinfo->minor_hash = minor_hash;
H A Dnamei.c159 struct dx_hash_info *hinfo,
164 struct dx_hash_info *hinfo, struct dx_map_entry map[]);
259 static struct stats dx_show_leaf(struct dx_hash_info *hinfo, struct ext4_dir_entry_2 *de, argument
264 struct dx_hash_info h = *hinfo;
289 struct stats dx_show_entries(struct dx_hash_info *hinfo, struct inode *dir, argument
306 dx_show_entries(hinfo, dir, ((struct dx_node *) bh->b_data)->entries, levels - 1):
307 dx_show_leaf(hinfo, (struct ext4_dir_entry_2 *) bh->b_data, blocksize, 0);
331 struct dx_hash_info *hinfo, struct dx_frame *frame_in, int *err)
356 hinfo->hash_version = root->info.hash_version;
357 hinfo
330 dx_probe(struct dentry *dentry, struct inode *dir, struct dx_hash_info *hinfo, struct dx_frame *frame_in, int *err) argument
536 htree_dirblock_to_tree(struct file *dir_file, struct inode *dir, int block, struct dx_hash_info *hinfo, __u32 start_hash, __u32 start_minor_hash) argument
593 struct dx_hash_info hinfo; local
674 dx_make_map(struct ext4_dir_entry_2 *de, int size, struct dx_hash_info *hinfo, struct dx_map_entry *map_tail) argument
931 struct dx_hash_info hinfo; local
1121 do_split(handle_t *handle, struct inode *dir, struct buffer_head **bh,struct dx_frame *frame, struct dx_hash_info *hinfo, int *error) argument
1308 struct dx_hash_info hinfo; local
1442 struct dx_hash_info hinfo; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/linux/netfilter/
H A Dxt_hashlimit.h39 struct xt_hashlimit_htable *hinfo; member in struct:xt_hashlimit_info
65 struct xt_hashlimit_htable *hinfo __attribute__((aligned(8))); member in struct:xt_hashlimit_mtinfo1
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dact_api.h84 struct tcf_hashinfo *hinfo; member in struct:tc_action_ops
99 struct tcf_hashinfo *hinfo);
100 extern void tcf_hash_destroy(struct tcf_common *p, struct tcf_hashinfo *hinfo);
102 struct tcf_hashinfo *hinfo);
105 extern u32 tcf_hash_new_index(u32 *idx_gen, struct tcf_hashinfo *hinfo);
108 int bind, struct tcf_hashinfo *hinfo);
112 struct tcf_hashinfo *hinfo);
113 extern void tcf_hash_insert(struct tcf_common *p, struct tcf_hashinfo *hinfo);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/netfilter/
H A Dxt_hashlimit.h32 struct xt_hashlimit_htable *hinfo; member in struct:xt_hashlimit_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/include/linux/netfilter_ipv4/
H A Dipt_dstlimit.h31 struct ipt_dstlimit_htable *hinfo; member in struct:ipt_dstlimit_info
H A Dipt_hashlimit.h32 struct ipt_hashlimit_htable *hinfo; member in struct:ipt_hashlimit_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dact_api.c35 void tcf_hash_destroy(struct tcf_common *p, struct tcf_hashinfo *hinfo) argument
37 unsigned int h = tcf_hash(p->tcfc_index, hinfo->hmask);
40 for (p1p = &hinfo->htab[h]; *p1p; p1p = &(*p1p)->tcfc_next) {
42 write_lock_bh(hinfo->lock);
44 write_unlock_bh(hinfo->lock);
58 struct tcf_hashinfo *hinfo)
68 tcf_hash_destroy(p, hinfo);
77 struct tc_action *a, struct tcf_hashinfo *hinfo)
83 read_lock(hinfo->lock);
87 for (i = 0; i < (hinfo
57 tcf_hash_release(struct tcf_common *p, int bind, struct tcf_hashinfo *hinfo) argument
76 tcf_dump_walker(struct sk_buff *skb, struct netlink_callback *cb, struct tc_action *a, struct tcf_hashinfo *hinfo) argument
121 tcf_del_walker(struct sk_buff *skb, struct tc_action *a, struct tcf_hashinfo *hinfo) argument
154 struct tcf_hashinfo *hinfo = a->ops->hinfo; local
167 tcf_hash_lookup(u32 index, struct tcf_hashinfo *hinfo) argument
183 tcf_hash_new_index(u32 *idx_gen, struct tcf_hashinfo *hinfo) argument
198 struct tcf_hashinfo *hinfo = a->ops->hinfo; local
209 tcf_hash_check(u32 index, struct tc_action *a, int bind, struct tcf_hashinfo *hinfo) argument
224 tcf_hash_create(u32 index, struct rtattr *est, struct tc_action *a, int size, int bind, u32 *idx_gen, struct tcf_hashinfo *hinfo) argument
249 tcf_hash_insert(struct tcf_common *p, struct tcf_hashinfo *hinfo) argument
[all...]
H A Dact_police.c368 .hinfo = &police_hash_info,
399 struct tcf_hashinfo *hinfo = &police_hash_info; local
402 read_lock(hinfo->lock);
403 for (p = hinfo->htab[tcf_hash(index, hinfo->hmask)]; p;
408 read_unlock(hinfo->lock);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Drr.c165 avahi_free(r->data.hinfo.cpu);
166 avahi_free(r->data.hinfo.os);
278 snprintf(t = buf, sizeof(buf), "\"%s\" \"%s\"", r->data.hinfo.cpu, r->data.hinfo.os);
387 !strcmp(a->data.hinfo.cpu, b->data.hinfo.cpu) &&
388 !strcmp(a->data.hinfo.os, b->data.hinfo.os);
448 if (!(copy->data.hinfo.os = avahi_strdup(r->data.hinfo
[all...]
H A Ddns-test.c80 r->data.hinfo.cpu = avahi_strdup("FOO");
81 r->data.hinfo.os = avahi_strdup("BAR");
H A Drr.h94 } hinfo; /**< Data for HINFO records */ member in union:AvahiRecord::__anon1803
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dinet_hashtables.c198 struct inet_hashinfo *hinfo = death_row->hashinfo; local
206 struct inet_ehash_bucket *head = inet_ehash_bucket(hinfo, hash);
275 struct inet_hashinfo *hinfo = death_row->hashinfo; local
295 head = &hinfo->bhash[inet_bhashfn(port, hinfo->bhash_size)];
315 tb = inet_bind_bucket_create(hinfo->bind_bucket_cachep, head, port);
337 __inet_hash(hinfo, sk, 0);
350 head = &hinfo->bhash[inet_bhashfn(snum, hinfo->bhash_size)];
354 __inet_hash(hinfo, s
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dinet6_hashtables.c168 struct inet_hashinfo *hinfo = death_row->hashinfo; local
177 struct inet_ehash_bucket *head = inet_ehash_bucket(hinfo, hash);
250 struct inet_hashinfo *hinfo = death_row->hashinfo; local
269 head = &hinfo->bhash[inet_bhashfn(port, hinfo->bhash_size)];
289 tb = inet_bind_bucket_create(hinfo->bind_bucket_cachep,
312 __inet6_hash(hinfo, sk);
325 head = &hinfo->bhash[inet_bhashfn(snum, hinfo->bhash_size)];
330 __inet6_hash(hinfo, s
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/hda/
H A Dpatch_atihdmi.c81 static int atihdmi_dig_playback_pcm_open(struct hda_pcm_stream *hinfo, argument
89 static int atihdmi_dig_playback_pcm_close(struct hda_pcm_stream *hinfo, argument
97 static int atihdmi_dig_playback_pcm_prepare(struct hda_pcm_stream *hinfo, argument
H A Dhda_intel.c1076 struct hda_pcm_stream *hinfo[2]; member in struct:azx_pcm
1082 struct hda_pcm_stream *hinfo = apcm->hinfo[substream->stream]; local
1096 runtime->hw.channels_min = hinfo->channels_min;
1097 runtime->hw.channels_max = hinfo->channels_max;
1098 runtime->hw.formats = hinfo->formats;
1099 runtime->hw.rates = hinfo->rates;
1106 if ((err = hinfo->ops.open(hinfo, apcm->codec, substream)) < 0) {
1124 struct hda_pcm_stream *hinfo local
1149 struct hda_pcm_stream *hinfo = apcm->hinfo[substream->stream]; local
1166 struct hda_pcm_stream *hinfo = apcm->hinfo[substream->stream]; local
[all...]
H A Dpatch_cmedia.c450 static int cmi9880_playback_pcm_open(struct hda_pcm_stream *hinfo, argument
458 static int cmi9880_playback_pcm_prepare(struct hda_pcm_stream *hinfo, argument
469 static int cmi9880_playback_pcm_cleanup(struct hda_pcm_stream *hinfo, argument
480 static int cmi9880_dig_playback_pcm_open(struct hda_pcm_stream *hinfo, argument
488 static int cmi9880_dig_playback_pcm_close(struct hda_pcm_stream *hinfo, argument
496 static int cmi9880_dig_playback_pcm_prepare(struct hda_pcm_stream *hinfo, argument
510 static int cmi9880_capture_pcm_prepare(struct hda_pcm_stream *hinfo, argument
523 static int cmi9880_capture_pcm_cleanup(struct hda_pcm_stream *hinfo, argument
H A Dpatch_si3054.c156 static int si3054_pcm_prepare(struct hda_pcm_stream *hinfo, argument
170 snd_hda_codec_setup_stream(codec, hinfo->nid,
175 static int si3054_pcm_open(struct hda_pcm_stream *hinfo, argument
H A Dpatch_conexant.c92 static int conexant_playback_pcm_open(struct hda_pcm_stream *hinfo, argument
100 static int conexant_playback_pcm_prepare(struct hda_pcm_stream *hinfo, argument
112 static int conexant_playback_pcm_cleanup(struct hda_pcm_stream *hinfo, argument
123 static int conexant_dig_playback_pcm_open(struct hda_pcm_stream *hinfo, argument
131 static int conexant_dig_playback_pcm_close(struct hda_pcm_stream *hinfo, argument
139 static int conexant_dig_playback_pcm_prepare(struct hda_pcm_stream *hinfo, argument
154 static int conexant_capture_pcm_prepare(struct hda_pcm_stream *hinfo, argument
166 static int conexant_capture_pcm_cleanup(struct hda_pcm_stream *hinfo, argument
H A Dpatch_via.c330 static int via_playback_pcm_open(struct hda_pcm_stream *hinfo, argument
338 static int via_playback_pcm_prepare(struct hda_pcm_stream *hinfo, argument
349 static int via_playback_pcm_cleanup(struct hda_pcm_stream *hinfo, argument
360 static int via_dig_playback_pcm_open(struct hda_pcm_stream *hinfo, argument
368 static int via_dig_playback_pcm_close(struct hda_pcm_stream *hinfo, argument
376 static int via_dig_playback_pcm_prepare(struct hda_pcm_stream *hinfo, argument
390 static int via_capture_pcm_prepare(struct hda_pcm_stream *hinfo, argument
403 static int via_capture_pcm_cleanup(struct hda_pcm_stream *hinfo, argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dclikrb5.c210 krb5_krbhst_info *hinfo; local
225 for ( num_kdcs = 0; (rc = krb5_krbhst_next(ctx, hnd, &hinfo) == 0); num_kdcs++)
246 for (i = 0; i < num_kdcs && (rc = krb5_krbhst_next(ctx, hnd, &hinfo) == 0); i++) {
249 rc = krb5_krbhst_get_addrinfo(ctx, hinfo, &ai);
255 if (hinfo->ai && hinfo->ai->ai_family == AF_INET)
256 memcpy(&sa[i], hinfo->ai->ai_addr, sizeof(struct sockaddr));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/megaraid/
H A Dmegaraid_mm.c791 mraid_hba_info_t *hinfo; local
805 hinfo = (mraid_hba_info_t *)(unsigned long)
808 hinfo_to_cinfo(hinfo, &cinfo);
854 * @hinfo : New format, more comprehensive adapter info
858 hinfo_to_cinfo(mraid_hba_info_t *hinfo, mcontroller_t *cinfo) argument
860 if (!hinfo || !cinfo)
863 cinfo->base = hinfo->baseport;
864 cinfo->irq = hinfo->irq;
865 cinfo->numldrv = hinfo->num_ldrv;
866 cinfo->pcibus = hinfo
[all...]

Completed in 381 milliseconds

12