| /linux/include/linux/netfilter_arp/ |
| H A D | arp_tables.h | 31 .target_offset = sizeof(struct arpt_entry), \ 64 __u16 target_offset; member 74 return (void *)e + e->target_offset; in compat_arpt_get_target()
|
| /linux/include/linux/netfilter_ipv4/ |
| H A D | ip_tables.h | 44 .target_offset = sizeof(struct ipt_entry), \ 75 __u16 target_offset; member 86 return (void *)e + e->target_offset; in compat_ipt_get_target()
|
| /linux/include/uapi/linux/netfilter_bridge/ |
| H A D | ebtables.h | 189 unsigned int target_offset; 199 return (struct ebt_entry_target *)((char *)e + e->target_offset); in ebt_get_target() 248 __i < (e)->target_offset; \ 258 if (__i != (e)->target_offset) \
|
| /linux/include/linux/netfilter_ipv6/ |
| H A D | ip6_tables.h | 40 __u16 target_offset; member 50 return (void *)e + e->target_offset; in compat_ip6t_get_target()
|
| /linux/include/uapi/linux/netfilter_ipv6/ |
| H A D | ip6_tables.h | 117 __u16 target_offset; member 144 .target_offset = sizeof(struct ip6t_entry), \ 265 return (struct xt_entry_target *)((char *)e + e->target_offset); in ip6t_get_target()
|
| /linux/drivers/scsi/aic7xxx/ |
| H A D | aic7xxx_osm.c | 548 unsigned int target_offset; in DEF_SCSI_QCMD() local 550 target_offset = starget->id; in DEF_SCSI_QCMD() 552 target_offset += 8; in DEF_SCSI_QCMD() 554 return &ahc->platform_data->starget[target_offset]; in DEF_SCSI_QCMD() 569 unsigned int target_offset; in ahc_linux_target_alloc() local 571 target_offset = starget->id; in ahc_linux_target_alloc() 573 target_offset += 8; in ahc_linux_target_alloc() 587 int flags = sc->device_flags[target_offset]; in ahc_linux_target_alloc() 1370 tags = tag_info->tag_commands[devinfo->target_offset]; in ahc_linux_user_tagdepth() 1436 int target_offset; in ahc_linux_run_command() local [all …]
|
| H A D | aic7xxx_proc.c | 49 u_int target_id, u_int target_offset); 136 u_int target_offset) in ahc_dump_target_state() argument 150 starget = ahc->platform_data->starget[target_offset]; in ahc_dump_target_state()
|
| H A D | aic79xx_osm.c | 601 unsigned int target_offset; in DEF_SCSI_QCMD() local 603 target_offset = starget->id; in DEF_SCSI_QCMD() 605 target_offset += 8; in DEF_SCSI_QCMD() 607 return &ahd->platform_data->starget[target_offset]; in DEF_SCSI_QCMD() 1500 tags = tag_info->tag_commands[devinfo->target_offset]; in ahd_linux_user_tagdepth()
|
| H A D | aic7xxx_core.c | 2801 devinfo->target_offset = target; in ahc_compile_devinfo() 2805 devinfo->target_offset += 8; in ahc_compile_devinfo() 2806 devinfo->target_mask = (0x01 << devinfo->target_offset); in ahc_compile_devinfo() 4100 &(ahc->untagged_queues[devinfo->target_offset]); in ahc_handle_msg_reject() 5636 u_int target_offset; in ahc_index_busy_tcl() local 5646 target_offset = TCL_TARGET_OFFSET(tcl); in ahc_index_busy_tcl() 5647 scbid = ahc_inb(ahc, BUSY_TARGETS + target_offset); in ahc_index_busy_tcl() 5656 u_int target_offset; in ahc_unbusy_tcl() local 5666 target_offset = TCL_TARGET_OFFSET(tcl); in ahc_unbusy_tcl() 5667 ahc_outb(ahc, BUSY_TARGETS + target_offset, SCB_LIST_NULL); in ahc_unbusy_tcl() [all …]
|
| H A D | aic79xx.h | 1287 int target_offset; member
|
| H A D | aic79xx_core.c | 4333 devinfo->target_offset = target; in ahd_compile_devinfo() 4337 devinfo->target_offset += 8; in ahd_compile_devinfo() 4338 devinfo->target_mask = (0x01 << devinfo->target_offset); in ahd_compile_devinfo()
|
| /linux/drivers/android/binder/ |
| H A D | thread.rs | 81 target_offset: usize, 89 target_offset: usize, 105 target_offset: usize, field 189 let target_offset = sg_entry.offset.checked_add(parent_offset).ok_or(EINVAL)?; in validate_parent_fixup() localVariable 196 target_offset, in validate_parent_fixup() 782 target_offset: info.target_offset, in translate_object() 834 target_offset: info.target_offset, in translate_object() 873 view.alloc.info_add_fd(file, info.target_offset + i, true)?; in translate_object() 897 PointerFixupEntry::Fixup { target_offset, .. } => { in apply_sg() 898 (size_of::<u64>(), *target_offset) in apply_sg() [all …]
|
| /linux/include/uapi/linux/netfilter_arp/ |
| H A D | arp_tables.h | 101 __u16 target_offset; member 202 return (struct xt_entry_target *)((char *)e + e->target_offset); in arpt_get_target()
|
| /linux/include/uapi/linux/netfilter_ipv4/ |
| H A D | ip_tables.h | 113 __u16 target_offset; member 225 return (struct xt_entry_target *)((char *)e + e->target_offset); in ipt_get_target()
|
| /linux/include/uapi/linux/netfilter/ |
| H A D | x_tables.h | 136 __i < (e)->target_offset; \ 183 (entry)->target_offset); \
|
| /linux/net/netfilter/ |
| H A D | x_tables.c | 871 unsigned int target_offset, in xt_compat_check_entry_offsets() argument 878 if (target_offset < size_of_base_struct) in xt_compat_check_entry_offsets() 881 if (target_offset + sizeof(*t) > next_offset) in xt_compat_check_entry_offsets() 884 t = (void *)(e + target_offset); in xt_compat_check_entry_offsets() 888 if (target_offset + t->u.target_size > next_offset) in xt_compat_check_entry_offsets() 894 if (COMPAT_XT_ALIGN(target_offset + sizeof(*st)) != next_offset) in xt_compat_check_entry_offsets() 913 return xt_check_entry_match(elems, base + target_offset, in xt_compat_check_entry_offsets() 964 unsigned int target_offset, in xt_check_entry_offsets() argument 972 if (target_offset < size_of_base_struct) in xt_check_entry_offsets() 975 if (target_offset + sizeof(*t) > next_offset) in xt_check_entry_offsets() [all …]
|
| /linux/net/ipv4/netfilter/ |
| H A D | arp_tables.c | 307 return e->target_offset == sizeof(struct arpt_entry) && in unconditional() 487 err = xt_check_entry_offsets(e, e->elems, e->target_offset, in check_entry_size_and_hooks() 716 if (xt_target_to_user(t, userptr + off + e->target_offset)) { in copy_entries_to_user() 1107 ret = xt_compat_check_entry_offsets(e, e->elems, e->target_offset, in check_compat_entry_size_and_hooks() 1156 de->target_offset = e->target_offset - (origsize - *size); in compat_copy_entry_from_user() 1322 u_int16_t target_offset, next_offset; in compat_copy_entry_to_user() 1335 target_offset = e->target_offset - (origsize - *size); in compat_copy_entry_to_user() 1342 if (put_user(target_offset, in compat_copy_entry_to_user() 1324 u_int16_t target_offset, next_offset; compat_copy_entry_to_user() local [all...] |
| H A D | ip_tables.c | 112 return e->target_offset == sizeof(struct ipt_entry) && in unconditional() 610 err = xt_check_entry_offsets(e, e->elems, e->target_offset, in check_entry_size_and_hooks() 846 i < e->target_offset; in copy_entries_to_user() 857 if (xt_target_to_user(t, userptr + off + e->target_offset)) { in copy_entries_to_user() 1222 u_int16_t target_offset, next_offset; in compat_copy_entry_to_user() 1241 target_offset = e->target_offset - (origsize - *size); in compat_copy_entry_to_user() 1247 if (put_user(target_offset, &ce->target_offset) != 0 || in compat_copy_entry_to_user() 1309 e->target_offset, in check_compat_entry_size_and_hooks() 1224 u_int16_t target_offset, next_offset; compat_copy_entry_to_user() local [all...] |
| /linux/fs/smb/client/ |
| H A D | trace.h | 360 __u64 target_offset, 363 TP_ARGS(xid, src_fid, target_fid, tid, sesid, src_offset, target_offset, len, rc), 371 __field(__u64, target_offset) 382 __entry->target_offset = target_offset; 388 __entry->src_offset, __entry->target_fid, __entry->target_offset, __entry->len, __entry->rc) 399 __u64 target_offset, \ 402 TP_ARGS(xid, src_fid, target_fid, tid, sesid, src_offset, target_offset, len, rc)) 414 __u64 target_offset, 416 TP_ARGS(xid, src_fid, target_fid, tid, sesid, src_offset, target_offset, le [all...] |
| /linux/net/ipv6/netfilter/ |
| H A D | ip6_tables.c | 137 return e->target_offset == sizeof(struct ip6t_entry) && in unconditional() 628 err = xt_check_entry_offsets(e, e->elems, e->target_offset, in check_entry_size_and_hooks() 862 i < e->target_offset; in copy_entries_to_user() 873 if (xt_target_to_user(t, userptr + off + e->target_offset)) { in copy_entries_to_user() 1238 u_int16_t target_offset, next_offset; in compat_copy_entry_to_user() 1257 target_offset = e->target_offset - (origsize - *size); in compat_copy_entry_to_user() 1263 if (put_user(target_offset, &ce->target_offset) != 0 || in compat_copy_entry_to_user() 1325 e->target_offset, in check_compat_entry_size_and_hooks() 1240 u_int16_t target_offset, next_offset; compat_copy_entry_to_user() local [all...] |
| /linux/net/bridge/netfilter/ |
| H A D | ebtables.c | 436 size_t left = ((char *)e + e->target_offset) - (char *)w; in ebt_check_watcher() 572 e->watchers_offset > e->target_offset || in ebt_check_entry_size_and_hooks() 573 e->target_offset >= e->next_offset) in ebt_check_entry_size_and_hooks() 577 if (e->next_offset - e->target_offset < sizeof(struct ebt_entry_target)) in ebt_check_entry_size_and_hooks() 748 gap = e->next_offset - e->target_offset; in ebt_check_entry() 828 if (e->target_offset + sizeof(struct ebt_standard_target) > in check_chainloops() 1500 hlp = ubase + (((char *)e + e->target_offset) - base); in ebt_entry_to_user() 1720 u32 watchers_offset, target_offset, next_offset; in compat_copy_entry_to_user() local 1753 target_offset = e->target_offset in compat_copy_entry_to_user() [all...] |
| /linux/include/linux/netfilter/ |
| H A D | x_tables.h | 290 unsigned int target_offset, 546 unsigned int target_offset,
|
| /linux/include/uapi/drm/ |
| H A D | tegra_drm.h | 812 * @target_offset: [in] member 817 __u64 target_offset;
|
| /linux/drivers/gpu/drm/tegra/ |
| H A D | submit.c | 230 /* TODO check that target_offset is within bounds */ in submit_write_reloc() 231 dma_addr_t iova = mapping->iova + buf->reloc.target_offset; in submit_write_reloc()
|