Searched refs:info (Results 226 - 250 of 3215) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_queue.c86 struct nf_info *info; local
108 info = kmalloc(sizeof(*info) + afinfo->route_key_size, GFP_ATOMIC);
109 if (!info) {
118 *info = (struct nf_info) {
122 if (!try_module_get(info->elem->owner)) {
124 kfree(info);
140 afinfo->saveroute(skb, info);
141 status = queue_handler[pf]->outfn(skb, info, queuenum,
154 module_put(info
204 nf_reinject(struct sk_buff *skb, struct nf_info *info, unsigned int verdict) argument
[all...]
H A Dxt_SECMARK.c37 const struct xt_secmark_target_info *info = targinfo; local
39 BUG_ON(info->mode != mode);
43 secmark = info->u.sel.selsid;
54 static int checkentry_selinux(struct xt_secmark_target_info *info) argument
57 struct xt_secmark_target_selinux_info *sel = &info->u.sel;
88 struct xt_secmark_target_info *info = targinfo; local
90 if (mode && mode != info->mode) {
92 "rules for mode %hu\n", mode, info->mode);
96 switch (info->mode) {
98 if (!checkentry_selinux(info))
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_conntrack.c218 conntrack_ps_state(struct xt_conntrack_mtinfo3 *info, const char *state, argument
222 info->state_mask |= XT_CONNTRACK_STATE_INVALID;
224 info->state_mask |= XT_CONNTRACK_STATE_BIT(IP_CT_NEW);
226 info->state_mask |= XT_CONNTRACK_STATE_BIT(IP_CT_ESTABLISHED);
228 info->state_mask |= XT_CONNTRACK_STATE_BIT(IP_CT_RELATED);
230 info->state_mask |= XT_CONNTRACK_STATE_UNTRACKED;
232 info->state_mask |= XT_CONNTRACK_STATE_SNAT;
234 info->state_mask |= XT_CONNTRACK_STATE_DNAT;
241 conntrack_ps_states(struct xt_conntrack_mtinfo3 *info, const char *arg) argument
246 if (comma == arg || !conntrack_ps_state(info, ar
292 conntrack_ps_status(struct xt_conntrack_mtinfo3 *info, const char *status, size_t z) argument
311 conntrack_ps_statuses(struct xt_conntrack_mtinfo3 *info, const char *arg) argument
392 struct xt_conntrack_mtinfo3 *info = cb->data; local
506 struct xt_conntrack_mtinfo1 *info = cb->data; local
532 struct xt_conntrack_mtinfo2 *info = cb->data; local
787 conntrack_dump(const struct xt_conntrack_mtinfo3 *info, const char *prefix, unsigned int family, bool numeric, bool v3) argument
904 const struct xt_conntrack_mtinfo1 *info = (void *)match->data; local
915 const struct xt_conntrack_mtinfo1 *info = (void *)match->data; local
982 const struct xt_conntrack_mtinfo1 *info = (void *)match->data; local
992 const struct xt_conntrack_mtinfo1 *info = (void *)match->data; local
[all...]
H A Dlibxt_RATEEST.c110 struct xt_rateest_target_info *info = cb->data; local
113 for (info->interval = 0; info->interval <= 5; info->interval++) {
114 if (udata->interval <= (1 << info->interval) * (TIME_UNITS_PER_SEC / 4))
118 if (info->interval > 5)
121 info->interval -= 2;
123 for (info->ewma_log = 1; info->ewma_log < 32; info
138 const struct xt_rateest_target_info *info = (const void *)target->data; local
[all...]
H A Dlibxt_hashlimit.c8 * J��r��me de Vivie <devivie@info.enserb.u-bordeaux.fr>
194 struct xt_hashlimit_mtinfo1 *info = (void *)match->data; local
196 info->cfg.mode = 0;
197 info->cfg.burst = XT_HASHLIMIT_BURST;
198 info->cfg.gc_interval = XT_HASHLIMIT_GCINTERVAL;
199 info->cfg.srcmask = 32;
200 info->cfg.dstmask = 32;
205 struct xt_hashlimit_mtinfo1 *info = (void *)match->data; local
207 info->cfg.mode = 0;
208 info
245 struct xt_hashlimit_info *info = cb->data; local
264 struct xt_hashlimit_mtinfo1 *info = cb->data; local
299 struct xt_hashlimit_info *info = cb->data; local
311 struct xt_hashlimit_mtinfo1 *info = cb->data; local
393 hashlimit_mt_print(const struct xt_hashlimit_mtinfo1 *info, unsigned int dmask) argument
427 const struct xt_hashlimit_mtinfo1 *info = (const void *)match->data; local
436 const struct xt_hashlimit_mtinfo1 *info = (const void *)match->data; local
466 hashlimit_mt_save(const struct xt_hashlimit_mtinfo1 *info, unsigned int dmask) argument
503 const struct xt_hashlimit_mtinfo1 *info = (const void *)match->data; local
511 const struct xt_hashlimit_mtinfo1 *info = (const void *)match->data; local
[all...]
H A Dlibxt_MARK.c128 struct xt_mark_tginfo2 *info = cb->data; local
133 info->mark = cb->val.mark;
134 info->mask = cb->val.mask;
137 info->mark = cb->val.mark;
138 info->mask = cb->val.mark | cb->val.mask;
141 info->mark = 0;
142 info->mask = ~cb->val.u32;
145 info->mark = info->mask = cb->val.u32;
148 info
208 const struct xt_mark_tginfo2 *info = (const void *)target->data; local
243 const struct xt_mark_tginfo2 *info = (const void *)target->data; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn_rec.c54 __txn_regop_recover(env, dbtp, lsnp, op, info)
59 void *info;
67 (void)__txn_regop_print(env, dbtp, lsnp, op, info);
73 headp = info;
87 info, argp->txnp->txnid)) != DB_NOTFOUND && ret != 0)
97 if ((ret = __db_txnlist_update(env, info,
105 info, argp->txnp->txnid, argp->opcode, lsnp,
108 info, argp->txnp->txnid,
138 __txn_xa_regop_recover(env, dbtp, lsnp, op, info)
143 void *info;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/geode/
H A Ddisplay_gx.c52 static void gx_set_mode(struct fb_info *info) argument
54 struct geodefb_par *par = info->par;
78 par->vid_ops->set_dclk(info);
95 writel(info->fix.line_length >> 3, par->dc_regs + DC_GFX_PITCH);
96 writel(((info->var.xres * info->var.bits_per_pixel/8) >> 3) + 2,
104 switch (info->var.bits_per_pixel) {
122 hactive = info->var.xres;
124 hsyncstart = hblankstart + info->var.right_margin;
125 hsyncend = hsyncstart + info
154 gx_set_hw_palette_reg(struct fb_info *info, unsigned regno, unsigned red, unsigned green, unsigned blue) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/net/
H A Dqeth_fs.h97 if (card->info.guestlan) {
98 switch (card->info.type) {
107 switch (card->info.type) {
125 if (card->info.guestlan){
126 switch (card->info.type){
135 switch (card->info.type) {
137 switch (card->info.link_type) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dipt_addrtype.c35 const struct ipt_addrtype_info *info = matchinfo; local
39 if (info->source)
40 ret &= match_type(iph->saddr, info->source)^info->invert_source;
41 if (info->dest)
42 ret &= match_type(iph->daddr, info->dest)^info->invert_dest;
H A Dipt_ttl.c26 const struct ipt_ttl_info *info = matchinfo; local
29 switch (info->mode) {
31 return (ttl == info->ttl);
34 return (!(ttl == info->ttl));
37 return (ttl < info->ttl);
40 return (ttl > info->ttl);
44 info->mode);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/netfilter/
H A Dip6t_hl.c27 const struct ip6t_hl_info *info = matchinfo; local
30 switch (info->mode) {
32 return (ip6h->hop_limit == info->hop_limit);
35 return (!(ip6h->hop_limit == info->hop_limit));
38 return (ip6h->hop_limit < info->hop_limit);
41 return (ip6h->hop_limit > info->hop_limit);
45 info->mode);
H A Dip6t_ipv6header.c39 const struct ip6t_ipv6header_info *info = matchinfo; local
116 if (info->modeflag)
117 return !((temp ^ info->matchflags ^ info->invflags)
118 & info->matchflags);
120 if (info->invflags)
121 return temp != info->matchflags;
123 return temp == info->matchflags;
134 const struct ip6t_ipv6header_info *info = matchinfo; local
137 if ((!info
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/storage/
H A Ddatafab.c66 struct datafab_info *info);
92 struct datafab_info *info,
111 if (info->lun == -1) {
112 result = datafab_determine_lun(us, info);
117 totallen = sectors * info->ssize;
130 // (min(128k, 255*info->ssize) is the real limit)
133 thistime = (len / info->ssize) & 0xff;
141 command[5] = 0xE0 + (info->lun << 4);
174 struct datafab_info *info,
194 if (info
91 datafab_read_data(struct us_data *us, struct datafab_info *info, u32 sector, u32 sectors) argument
173 datafab_write_data(struct us_data *us, struct datafab_info *info, u32 sector, u32 sectors) argument
269 datafab_determine_lun(struct us_data *us, struct datafab_info *info) argument
336 datafab_id_device(struct us_data *us, struct datafab_info *info) argument
410 struct datafab_info *info = (struct datafab_info *) (us->extra); local
505 struct datafab_info *info; local
[all...]
H A Dsddr09.c588 struct sddr09_card_info *info = (struct sddr09_card_info *) us->extra; local
596 lba = address >> info->blockshift;
597 page = (address & info->blockmask);
598 maxlba = info->capacity >> (info->pageshift + info->blockshift);
606 len = min(sectors, (unsigned int) info->blocksize) * info->pagesize;
622 pages = min(sectors, info->blocksize - page);
623 len = pages << info
676 sddr09_find_unused_pba(struct sddr09_card_info *info, unsigned int lba) argument
706 struct sddr09_card_info *info = (struct sddr09_card_info *) us->extra; local
797 struct sddr09_card_info *info = (struct sddr09_card_info *) us->extra; local
924 sddr09_get_wp(struct us_data *us, struct sddr09_card_info *info) argument
1011 struct sddr09_card_info *info = (struct sddr09_card_info *) us->extra; local
1204 struct sddr09_card_info *info = (struct sddr09_card_info *)extra; local
1308 struct sddr09_card_info *info; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/console/
H A Dsoftcursor.c23 int soft_cursor(struct fb_info *info, struct fb_cursor *cursor) argument
25 struct fbcon_ops *ops = info->fbcon_par;
26 unsigned int scan_align = info->pixmap.scan_align - 1;
27 unsigned int buf_align = info->pixmap.buf_align - 1;
32 if (info->state != FBINFO_STATE_RUNNING)
57 dst = fb_get_buffer_offset(info, &info->pixmap, size);
76 info->fbops->fb_imageblit(info, image);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/netfilter/
H A Debt_802_3.c18 struct ebt_802_3_info *info = (struct ebt_802_3_info *)data; local
22 if (info->bitmask & EBT_802_3_SAP) {
23 if (FWINV(info->sap != hdr->llc.ui.ssap, EBT_802_3_SAP))
25 if (FWINV(info->sap != hdr->llc.ui.dsap, EBT_802_3_SAP))
29 if (info->bitmask & EBT_802_3_TYPE) {
32 if (FWINV(info->type != type, EBT_802_3_TYPE))
43 struct ebt_802_3_info *info = (struct ebt_802_3_info *)data; local
47 if (info->bitmask & ~EBT_802_3_MASK || info->invflags & ~EBT_802_3_MASK)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/extensions/
H A Dlibipt_policy.c133 struct ipt_policy_info *info = (void *)(*match)->data; local
134 struct ipt_policy_elem *e = &info->pol[info->len];
143 if (info->flags & (IPT_POLICY_MATCH_IN|IPT_POLICY_MATCH_OUT))
150 info->flags |= parse_direction(argv[optind-1]);
157 info->flags |= parse_policy(argv[optind-1]);
160 if (info->flags & IPT_POLICY_MATCH_STRICT)
168 info->flags |= IPT_POLICY_MATCH_STRICT;
246 if (++info->len == IPT_POLICY_MAX_ELEM)
254 policy_info = info;
260 struct ipt_policy_info *info = policy_info; local
374 print_flags(char *prefix, const struct ipt_policy_info *info) argument
394 const struct ipt_policy_info *info = (void *)match->data; local
408 const struct ipt_policy_info *info = (void *)match->data; local
[all...]
H A Dlibipt_DNAT.c42 append_range(struct ipt_natinfo *info, const struct ip_nat_range *range) argument
47 size = IPT_ALIGN(sizeof(*info) + info->mr.rangesize * sizeof(*range));
49 info = realloc(info, size);
50 if (!info)
53 info->t.u.target_size = size;
54 info->mr.range[info->mr.rangesize] = *range;
55 info
62 parse_to(char *arg, int portok, struct ipt_natinfo *info) argument
147 struct ipt_natinfo *info = (void *)*target; local
222 struct ipt_natinfo *info = (void *)target; local
238 struct ipt_natinfo *info = (void *)target; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/nvidia/
H A Dnvidia.c304 static int nvidia_calc_regs(struct fb_info *info) argument
306 struct nvidia_par *par = info->par;
308 int i, depth = fb_get_color_depth(&info->var, &info->fix);
309 int h_display = info->var.xres / 8 - 1;
310 int h_start = (info->var.xres + info->var.right_margin) / 8 - 1;
311 int h_end = (info->var.xres + info->var.right_margin +
312 info
501 nvidia_init_vga(struct fb_info *info) argument
536 nvidiafb_cursor(struct fb_info *info, struct fb_cursor *cursor) argument
617 nvidiafb_set_par(struct fb_info *info) argument
702 nvidiafb_setcolreg(unsigned regno, unsigned red, unsigned green, unsigned blue, unsigned transp, struct fb_info *info) argument
766 nvidiafb_check_var(struct fb_var_screeninfo *var, struct fb_info *info) argument
901 nvidiafb_pan_display(struct fb_var_screeninfo *var, struct fb_info *info) argument
914 nvidiafb_blank(int blank, struct fb_info *info) argument
981 nvidiafb_open(struct fb_info *info, int user) argument
997 nvidiafb_release(struct fb_info *info, int user) argument
1039 struct fb_info *info = pci_get_drvdata(dev); local
1063 struct fb_info *info = pci_get_drvdata(dev); local
1092 nvidia_set_fbinfo(struct fb_info *info) argument
1188 nvidia_get_chipset(struct fb_info *info) argument
1210 nvidia_get_arch(struct fb_info *info) argument
1268 struct fb_info *info; local
1428 struct fb_info *info = pci_get_drvdata(pd); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/synth/emux/
H A Demux_hwdep.c82 struct snd_emux_misc_mode info; local
85 if (copy_from_user(&info, arg, sizeof(info)))
87 if (info.mode < 0 || info.mode >= EMUX_MD_END)
90 if (info.port < 0) {
92 emu->portptrs[i]->ctrls[info.mode] = info.value;
94 if (info.port < emu->num_ports)
95 emu->portptrs[info
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/namespace/
H A Dnsxfeval.c171 struct acpi_evaluate_info *info; local
179 info = ACPI_ALLOCATE_ZEROED(sizeof(struct acpi_evaluate_info));
180 if (!info) {
184 info->pathname = pathname;
185 info->parameter_type = ACPI_PARAM_ARGS;
189 info->prefix_node = acpi_ns_map_handle_to_node(handle);
190 if (!info->prefix_node) {
204 info->parameters = ACPI_ALLOCATE_ZEROED(((acpi_size)
208 if (!info->parameters) {
219 &info
439 struct acpi_get_devices_info *info = context; local
548 struct acpi_get_devices_info info; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/plat-omap/
H A Dcommon.c49 struct omap_board_config_entry *info = NULL; local
52 info = (struct omap_board_config_entry *) omap_bootloader_tag;
53 while (info != NULL) {
56 if (info->tag == tag) {
62 if ((info->len & 0x03) != 0) {
65 info->len, info->tag);
68 next = (u8 *) info + sizeof(*info) + info
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-ctrl.c31 if (cptr->info->check_value) {
32 if (!cptr->info->check_value(cptr,val)) return -ERANGE;
35 lim = cptr->info->def.type_int.min_value;
36 if (cptr->info->get_min_value) {
37 cptr->info->get_min_value(cptr,&lim);
40 lim = cptr->info->def.type_int.max_value;
41 if (cptr->info->get_max_value) {
42 cptr->info->get_max_value(cptr,&lim);
63 if (cptr->info->set_value != 0) {
64 if (cptr->info
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A Dwlif_utils.c196 get_wsec(wsec_info_t *info, unsigned char *mac, char *osifname) argument
204 if (info == NULL || mac == NULL)
238 memset(info, 0, sizeof(wsec_info_t));
245 memcpy(info->remote, remote, ETHER_ADDR_LEN);
264 info->unit = unit;
266 strcpy(info->osifname, os_name);
268 memcpy(info->ea, mac, ETHER_ADDR_LEN);
271 strncpy(info->ssid, wds_ssid, MAX_SSID_LEN);
274 strncpy(info->ssid, value, MAX_SSID_LEN);
278 info
[all...]

Completed in 149 milliseconds

1234567891011>>