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

/linux-master/include/linux/netfilter_ipv6/
H A Dip6_tables.h41 __u16 target_offset; member in struct:compat_ip6t_entry
51 return (void *)e + e->target_offset;
/linux-master/include/linux/netfilter_ipv4/
H A Dip_tables.h45 .target_offset = sizeof(struct ipt_entry), \
76 __u16 target_offset; member in struct:compat_ipt_entry
87 return (void *)e + e->target_offset;
/linux-master/include/linux/netfilter_arp/
H A Darp_tables.h31 .target_offset = sizeof(struct arpt_entry), \
65 __u16 target_offset; member in struct:compat_arpt_entry
75 return (void *)e + e->target_offset;
/linux-master/include/uapi/linux/netfilter_bridge/
H A Debtables.h189 unsigned int target_offset;
199 return (struct ebt_entry_target *)((char *)e + e->target_offset);
248 __i < (e)->target_offset; \
258 if (__i != (e)->target_offset) \
/linux-master/include/uapi/linux/netfilter_ipv6/
H A Dip6_tables.h117 __u16 target_offset; member in struct:ip6t_entry
144 .target_offset = sizeof(struct ip6t_entry), \
265 return (struct xt_entry_target *)((char *)e + e->target_offset);
/linux-master/include/uapi/linux/netfilter_ipv4/
H A Dip_tables.h113 __u16 target_offset; member in struct:ipt_entry
225 return (struct xt_entry_target *)((char *)e + e->target_offset);
/linux-master/include/uapi/linux/netfilter_arp/
H A Darp_tables.h101 __u16 target_offset; member in struct:arpt_entry
202 return (struct xt_entry_target *)((char *)e + e->target_offset);
/linux-master/include/uapi/linux/netfilter/
H A Dx_tables.h136 __i < (e)->target_offset; \
183 (entry)->target_offset); \
/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx_proc.c49 u_int target_id, u_int target_offset);
136 u_int target_offset)
150 starget = ahc->platform_data->starget[target_offset];
134 ahc_dump_target_state(struct ahc_softc *ahc, struct seq_file *m, u_int our_id, char channel, u_int target_id, u_int target_offset) argument
H A Daic7xxx_osm.c548 unsigned int target_offset; local
550 target_offset = starget->id;
552 target_offset += 8;
554 return &ahc->platform_data->starget[target_offset];
569 unsigned int target_offset; local
571 target_offset = starget->id;
573 target_offset += 8;
587 int flags = sc->device_flags[target_offset];
1370 tags = tag_info->tag_commands[devinfo->target_offset];
1436 int target_offset; local
1604 int target_offset; local
1687 int target_offset; local
[all...]
H A Daic79xx_osm.c601 unsigned int target_offset; local
603 target_offset = starget->id;
605 target_offset += 8;
607 return &ahd->platform_data->starget[target_offset];
1500 tags = tag_info->tag_commands[devinfo->target_offset];
H A Daic7xxx_core.c2801 devinfo->target_offset = target;
2805 devinfo->target_offset += 8;
2806 devinfo->target_mask = (0x01 << devinfo->target_offset);
4100 &(ahc->untagged_queues[devinfo->target_offset]);
5636 u_int target_offset; local
5646 target_offset = TCL_TARGET_OFFSET(tcl);
5647 scbid = ahc_inb(ahc, BUSY_TARGETS + target_offset);
5656 u_int target_offset; local
5666 target_offset = TCL_TARGET_OFFSET(tcl);
5667 ahc_outb(ahc, BUSY_TARGETS + target_offset, SCB_LIST_NUL
5674 u_int target_offset; local
[all...]
H A Daic7xxx.h1093 int target_offset; member in struct:ahc_devinfo
H A Daic79xx.h1287 int target_offset; member in struct:ahd_devinfo
H A Daic79xx_core.c4333 devinfo->target_offset = target;
4337 devinfo->target_offset += 8;
4338 devinfo->target_mask = (0x01 << devinfo->target_offset);
/linux-master/net/netfilter/
H A Dx_tables.c821 unsigned int target_offset,
828 if (target_offset < size_of_base_struct)
831 if (target_offset + sizeof(*t) > next_offset)
834 t = (void *)(e + target_offset);
838 if (target_offset + t->u.target_size > next_offset)
844 if (COMPAT_XT_ALIGN(target_offset + sizeof(*st)) != next_offset)
863 return xt_check_entry_match(elems, base + target_offset,
874 * @target_offset: the arp/ip/ip6_t->target_offset
877 * validates that target_offset an
820 xt_compat_check_entry_offsets(const void *base, const char *elems, unsigned int target_offset, unsigned int next_offset) argument
912 xt_check_entry_offsets(const void *base, const char *elems, unsigned int target_offset, unsigned int next_offset) argument
[all...]
/linux-master/net/ipv4/netfilter/
H A Dip_tables.c112 return e->target_offset == sizeof(struct ipt_entry) &&
610 err = xt_check_entry_offsets(e, e->elems, e->target_offset,
848 i < e->target_offset;
859 if (xt_target_to_user(t, userptr + off + e->target_offset)) {
1224 u_int16_t target_offset, next_offset; local
1244 target_offset = e->target_offset - (origsize - *size);
1250 if (put_user(target_offset, &ce->target_offset) != 0 ||
1312 e->target_offset,
[all...]
H A Darp_tables.c295 return e->target_offset == sizeof(struct arpt_entry) &&
475 err = xt_check_entry_offsets(e, e->elems, e->target_offset,
706 if (xt_target_to_user(t, userptr + off + e->target_offset)) {
1097 ret = xt_compat_check_entry_offsets(e, e->elems, e->target_offset,
1146 de->target_offset = e->target_offset - (origsize - *size);
1312 u_int16_t target_offset, next_offset; local
1326 target_offset = e->target_offset - (origsize - *size);
1333 if (put_user(target_offset,
[all...]
/linux-master/net/ipv6/netfilter/
H A Dip6_tables.c137 return e->target_offset == sizeof(struct ip6t_entry) &&
628 err = xt_check_entry_offsets(e, e->elems, e->target_offset,
864 i < e->target_offset;
875 if (xt_target_to_user(t, userptr + off + e->target_offset)) {
1240 u_int16_t target_offset, next_offset; local
1260 target_offset = e->target_offset - (origsize - *size);
1266 if (put_user(target_offset, &ce->target_offset) != 0 ||
1328 e->target_offset,
[all...]
/linux-master/include/linux/netfilter/
H A Dx_tables.h281 unsigned int target_offset,
533 unsigned int target_offset,
/linux-master/net/bridge/netfilter/
H A Debtables.c435 size_t left = ((char *)e + e->target_offset) - (char *)w;
571 e->watchers_offset > e->target_offset ||
572 e->target_offset >= e->next_offset)
576 if (e->next_offset - e->target_offset < sizeof(struct ebt_entry_target))
747 gap = e->next_offset - e->target_offset;
827 if (e->target_offset + sizeof(struct ebt_standard_target) >
1496 hlp = ubase + (((char *)e + e->target_offset) - base);
1716 u32 watchers_offset, target_offset, next_offset; local
1749 target_offset = e->target_offset
[all...]
/linux-master/include/uapi/drm/
H A Dtegra_drm.h807 * @target_offset: [in]
812 __u64 target_offset; member in struct:drm_tegra_submit_buf::__anon1254
/linux-master/drivers/md/
H A Ddm.c1169 sector_t target_offset)
1171 return ti->len - target_offset;
1178 sector_t target_offset = dm_target_offset(ti, sector); local
1179 sector_t len = max_io_len_target_boundary(ti, target_offset);
1191 blk_chunk_sectors_left(target_offset, max_granularity)));
1168 max_io_len_target_boundary(struct dm_target *ti, sector_t target_offset) argument
/linux-master/drivers/gpu/drm/tegra/
H A Dsubmit.c231 /* TODO check that target_offset is within bounds */
232 dma_addr_t iova = mapping->iova + buf->reloc.target_offset;

Completed in 302 milliseconds