| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | act_ipt.c | 79 struct tcf_ipt *ipt = to_ipt(a); in tcf_ipt_release() local 81 if (ipt->tcfi_t) { in tcf_ipt_release() 82 ipt_destroy_target(ipt->tcfi_t, a->idrinfo->net); in tcf_ipt_release() 83 kfree(ipt->tcfi_t); in tcf_ipt_release() 85 kfree(ipt->tcfi_tname); in tcf_ipt_release() 102 struct tcf_ipt *ipt; in __tcf_ipt_init() local 180 ipt = to_ipt(*a); in __tcf_ipt_init() 182 spin_lock_bh(&ipt->tcf_lock); in __tcf_ipt_init() 184 ipt_destroy_target(ipt->tcfi_t, net); in __tcf_ipt_init() 185 kfree(ipt->tcfi_tname); in __tcf_ipt_init() [all …]
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | mipushpxl.c | 102 int ipt; /* index into above arrays */ in miPushPixels() local 124 ipt = 0; in miPushPixels() 148 pt[ipt].x = ((pw - pwLineStart) << PWSH) + ib + xOrg; in miPushPixels() 149 pt[ipt].y = h + yOrg; in miPushPixels() 156 width[ipt] = ((pw - pwLineStart) << PWSH) + in miPushPixels() 157 ib + xOrg - pt[ipt].x; in miPushPixels() 158 if (++ipt >= NPT) { in miPushPixels() 161 ipt = 0; in miPushPixels() 199 pt[ipt].x = ((pw - pwLineStart) << PWSH) + ib + xOrg; in miPushPixels() 200 pt[ipt].y = h + yOrg; in miPushPixels() [all …]
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | tc_l2_redirect.sh | 76 $IP link del ipt >& /dev/null 92 $IP link add ipt type ipip external 93 $IP link set dev ipt up 94 sysctl -q -w net.ipv4.conf.ipt.rp_filter=0 95 sysctl -q -w net.ipv4.conf.ipt.forwarding=1 106 $REDIRECT_USER -U /sys/fs/bpf/tc/globals/tun_iface -i $(< /sys/class/net/ipt/ifindex)
|
| /OK3568_Linux_fs/kernel/io_uring/ |
| H A D | io_uring.c | 5563 struct io_poll_table *ipt, __poll_t mask) in __io_arm_poll_handler() argument 5572 ipt->pt._key = mask; in __io_arm_poll_handler() 5573 ipt->req = req; in __io_arm_poll_handler() 5574 ipt->error = 0; in __io_arm_poll_handler() 5575 ipt->nr_entries = 0; in __io_arm_poll_handler() 5582 mask = vfs_poll(req->file, &ipt->pt) & poll->events; in __io_arm_poll_handler() 5589 if (!mask && unlikely(ipt->error || !ipt->nr_entries)) { in __io_arm_poll_handler() 5591 if (!ipt->error) in __io_arm_poll_handler() 5592 ipt->error = -EINVAL; in __io_arm_poll_handler() 5602 if (unlikely(ipt->error || !ipt->nr_entries)) { in __io_arm_poll_handler() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/iptables/ |
| H A D | iptables_1.8.7.bb | 97 kernel-module-ipt-masquerade \
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/ |
| H A D | types_c.h | 1048 CvPoint ipt = { cvRound(point.x), cvRound(point.y) }; in cvPointFrom32f() local 1050 CvPoint ipt(cvRound(point.x), cvRound(point.y)); in cvPointFrom32f() 1052 return ipt; in cvPointFrom32f()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/ |
| H A D | types_c.h | 1048 CvPoint ipt = { cvRound(point.x), cvRound(point.y) }; in cvPointFrom32f() local 1050 CvPoint ipt(cvRound(point.x), cvRound(point.y)); in cvPointFrom32f() 1052 return ipt; in cvPointFrom32f()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/ |
| H A D | types_c.h | 1048 CvPoint ipt = { cvRound(point.x), cvRound(point.y) }; in cvPointFrom32f() local 1050 CvPoint ipt(cvRound(point.x), cvRound(point.y)); in cvPointFrom32f() 1052 return ipt; in cvPointFrom32f()
|
| /OK3568_Linux_fs/kernel/net/ipv4/netfilter/ |
| H A D | ip_tables.c | 38 return xt_alloc_initial_table(ipt, IPT); in ipt_alloc_initial_table()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gfortran.info | 3352 integer ipt 3353 pointer (ipt, iarr) 3358 explicit declaration of ipt's type is omitted, then the compiler will 3359 ensure that ipt is an integer variable large enough to hold a pointer. 3367 pointer (ipt, pointee) 3368 ipt = loc (target) 3369 ipt = ipt + 1 3370 The last statement does not set 'ipt' to the address of 'target(1)', 3371 as it would in C pointer arithmetic. Adding '1' to 'ipt' just adds one 3372 byte to the address stored in 'ipt'. [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gfortran.info | 3352 integer ipt 3353 pointer (ipt, iarr) 3358 explicit declaration of ipt's type is omitted, then the compiler will 3359 ensure that ipt is an integer variable large enough to hold a pointer. 3367 pointer (ipt, pointee) 3368 ipt = loc (target) 3369 ipt = ipt + 1 3370 The last statement does not set 'ipt' to the address of 'target(1)', 3371 as it would in C pointer arithmetic. Adding '1' to 'ipt' just adds one 3372 byte to the address stored in 'ipt'. [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/ |
| H A D | yuv420_p352x288.yuv | 1426 …1100011012013,9P,6;&u�wz�����vh_Q?2)!.IYm}�����������������q[ND:* #*.6EN[ipt{ul_JANdmlihifU=(…
|
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |