Searched refs:target_offset (Results 1 - 25 of 32) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/netfilter_ipv4/
H A Dip_tables.h87 u_int16_t target_offset; member in struct:ipt_entry
228 return (void *)e + e->target_offset;
239 __i < (e)->target_offset; \
320 .target_offset = sizeof(struct ipt_entry), \
355 u_int16_t target_offset; member in struct:compat_ipt_entry
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/linux/netfilter_ipv4/
H A Dip_tables.h127 u_int16_t target_offset; member in struct:ipt_entry
304 return (void *)e + e->target_offset;
315 __i < (e)->target_offset; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/linux/netfilter_ipv6/
H A Dip6_tables.h92 u_int16_t target_offset; member in struct:ip6t_entry
124 .target_offset = sizeof(struct ip6t_entry), \
274 return (void *)e + e->target_offset;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/netfilter_arp/
H A Darp_tables.h97 u_int16_t target_offset; member in struct:arpt_entry
216 return (void *)e + e->target_offset;
262 .target_offset = sizeof(struct arpt_entry), \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/linux/netfilter/
H A Dx_tables.h129 __i < (e)->target_offset; \
175 (entry)->target_offset); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/linux/netfilter_ipv4/
H A Dip_tables.h80 u_int16_t target_offset; member in struct:ipt_entry
217 return (void *)e + e->target_offset;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/netfilter_ipv6/
H A Dip6_tables.h93 u_int16_t target_offset; member in struct:ip6t_entry
128 .target_offset = sizeof(struct ip6t_entry), \
282 return (void *)e + e->target_offset;
293 __i < (e)->target_offset; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/libiptc/
H A Dlibip4tc.c205 if (a->target_offset != b->target_offset
249 assert(e->target_offset >= sizeof(STRUCT_ENTRY));
250 assert(e->next_offset >= e->target_offset
255 assert(toff == e->target_offset);
261 assert(e->target_offset == ALIGN(e->target_offset));
293 && e->target_offset == sizeof(*e))
460 assert(e->target_offset == sizeof(*e));
H A Dlibip6tc.c237 if (a->target_offset != b->target_offset
396 assert(e->target_offset == sizeof(*e));
H A Dlibiptc.c1153 head->e.target_offset = sizeof(STRUCT_ENTRY);
1173 foot->e.target_offset = sizeof(STRUCT_ENTRY);
1262 error->entry.target_offset = sizeof(STRUCT_ENTRY);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/netfilter_bridge/
H A Debtables.h181 unsigned int target_offset; member in struct:ebt_entry
345 __i < (e)->target_offset; \
355 if (__i != (e)->target_offset) \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c493 unsigned int target_offset; local
495 target_offset = starget->id;
497 target_offset += 8;
499 return &ahc->platform_data->starget[target_offset];
516 unsigned int target_offset; local
518 target_offset = starget->id;
520 target_offset += 8;
534 int flags = sc->device_flags[target_offset];
1325 tags = tag_info->tag_commands[devinfo->target_offset];
1390 int target_offset; local
1595 int target_offset; local
1683 int target_offset; local
[all...]
H A Daic7xxx_proc.c51 u_int target_id, u_int target_offset);
183 u_int target_offset)
197 starget = ahc->platform_data->starget[target_offset];
181 ahc_dump_target_state(struct ahc_softc *ahc, struct info_str *info, u_int our_id, char channel, u_int target_id, u_int target_offset) argument
H A Daic79xx_osm.c446 unsigned int target_offset; local
448 target_offset = starget->id;
450 target_offset += 8;
452 return &ahd->platform_data->starget[target_offset];
1367 tags = tag_info->tag_commands[devinfo->target_offset];
H A Daic7xxx_core.c2227 devinfo->target_offset = target;
2231 devinfo->target_offset += 8;
2232 devinfo->target_mask = (0x01 << devinfo->target_offset);
3522 &(ahc->untagged_queues[devinfo->target_offset]);
5092 u_int target_offset; local
5102 target_offset = TCL_TARGET_OFFSET(tcl);
5103 scbid = ahc_inb(ahc, BUSY_TARGETS + target_offset);
5112 u_int target_offset; local
5122 target_offset = TCL_TARGET_OFFSET(tcl);
5123 ahc_outb(ahc, BUSY_TARGETS + target_offset, SCB_LIST_NUL
5130 u_int target_offset; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/netfilter/
H A Debtables.c191 (((char *)point) + point->target_offset);
370 size_t left = ((char *)e + e->target_offset) - (char *)w;
508 e->watchers_offset > e->target_offset ||
509 e->target_offset >= e->next_offset) {
514 if (e->next_offset - e->target_offset < sizeof(struct ebt_entry_target)) {
596 t = (struct ebt_entry_target *)(((char *)e) + e->target_offset);
661 t = (struct ebt_entry_target *)(((char *)e) + e->target_offset);
662 gap = e->next_offset - e->target_offset;
732 (((char *)e) + e->target_offset);
735 if (e->target_offset
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/libiptc/
H A Dlibip4tc.c208 || a->target_offset != b->target_offset
H A Dlibip6tc.c240 || a->target_offset != b->target_offset
399 assert(e->target_offset == sizeof(*e));
H A Dlibiptc.c637 head->e.target_offset = sizeof(STRUCT_ENTRY);
657 foot->e.target_offset = sizeof(STRUCT_ENTRY);
746 error->entry.target_offset = sizeof(STRUCT_ENTRY);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dip_tables.c400 if ((e->target_offset == sizeof(struct ipt_entry)
499 if (e->target_offset + sizeof(struct ipt_entry_target) > e->next_offset)
503 if (e->target_offset + t->u.target_size > e->next_offset)
889 i < e->target_offset;
905 if (copy_to_user(userptr + off + e->target_offset
1396 u_int16_t target_offset, next_offset; local
1408 target_offset = e->target_offset - (origsize - *size);
1417 if (put_user(target_offset, &ce->target_offset))
[all...]
H A Darp_tables.c368 if ((e->target_offset == sizeof(struct arpt_entry)
467 if (e->target_offset + sizeof(struct arpt_entry_target) > e->next_offset)
471 if (e->target_offset + t->u.target_size > e->next_offset)
752 if (copy_to_user(userptr + off + e->target_offset
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/netconf/
H A Dnetconf_linux.c46 (int) (match) < (int) (entry) + (entry)->target_offset; \
317 target = (struct ipt_entry_target *) ((int) entry + entry->target_offset);
584 target = (struct ipt_entry_target *) ((int) entry + entry->target_offset);
676 entry->target_offset += match_size;
738 target = (struct ipt_entry_target *) ((int) entry + entry->target_offset);
742 if (entry->target_offset == sizeof(struct ipt_entry) &&
766 (rule->target_offset == sizeof(struct ipt_entry) &&
823 entry->next_offset = entry->target_offset = sizeof(struct ipt_entry);
1250 entry->next_offset = entry->target_offset = sizeof(struct ipt_entry);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/
H A Dip6tables-save.c179 if (e->target_offset) {
H A Diptables-save.c180 if (e->target_offset) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/netfilter/
H A Dip6_tables.c418 if ((e->target_offset == sizeof(struct ip6t_entry)
564 if (e->target_offset + sizeof(struct ip6t_entry_target) >
575 if (e->target_offset + t->u.target_size > e->next_offset)
858 i < e->target_offset;
874 if (copy_to_user(userptr + off + e->target_offset

Completed in 314 milliseconds

12