/Linux-v5.15/arch/sparc/include/asm/ |
D | ldc.h | 108 struct ldc_trans_cookie *cookies, int ncookies, 113 struct ldc_trans_cookie *cookies, int ncookies, 116 void ldc_unmap(struct ldc_channel *lp, struct ldc_trans_cookie *cookies, 121 struct ldc_trans_cookie *cookies, int ncookies); 126 struct ldc_trans_cookie *cookies, in ldc_get_dring_entry() argument 129 return ldc_copy(lp, LDC_COPY_IN, buf, len, offset, cookies, ncookies); in ldc_get_dring_entry() 135 struct ldc_trans_cookie *cookies, in ldc_put_dring_entry() argument 138 return ldc_copy(lp, LDC_COPY_OUT, buf, len, offset, cookies, ncookies); in ldc_put_dring_entry() 142 struct ldc_trans_cookie *cookies, 147 struct ldc_trans_cookie *cookies, int ncookies);
|
D | vio.h | 73 struct ldc_trans_cookie cookies[0]; member 164 struct ldc_trans_cookie cookies[0]; member 249 struct ldc_trans_cookie cookies[0]; member 268 return (struct vio_net_dext *)&desc->cookies[2]; in vio_net_ext() 284 struct ldc_trans_cookie cookies[VIO_MAX_RING_COOKIES]; member
|
/Linux-v5.15/kernel/ |
D | kcmp.c | 37 static unsigned long cookies[KCMP_TYPES][2] __read_mostly; variable 41 return (v ^ cookies[type][0]) * cookies[type][1]; in kptr_obfuscate() 232 get_random_bytes(cookies, sizeof(cookies)); in kcmp_cookies_init() 235 cookies[i][1] |= (~(~0UL >> 1) | 1); in kcmp_cookies_init()
|
/Linux-v5.15/arch/sparc/kernel/ |
D | viohs.c | 207 u.pkt.cookies[i] = dr->cookies[i]; in send_dreg() 211 (unsigned long long) u.pkt.cookies[i].cookie_addr, in send_dreg() 212 (unsigned long long) u.pkt.cookies[i].cookie_size); in send_dreg() 466 dr->cookies[i] = pkt->cookies[i]; in process_dreg_info() 471 pkt->cookies[i].cookie_addr, in process_dreg_info() 473 pkt->cookies[i].cookie_size); in process_dreg_info() 485 if (send_ctrl(vio, &pkt->tag, struct_size(pkt, cookies, dr->ncookies)) < 0) in process_dreg_info()
|
D | ldc.c | 2077 struct ldc_trans_cookie *cookies; member 2105 sp->cookies[sp->nc - 1].cookie_size += tlen; in fill_cookies() 2107 sp->cookies[sp->nc].cookie_addr = this_cookie; in fill_cookies() 2108 sp->cookies[sp->nc].cookie_size = tlen; in fill_cookies() 2149 struct ldc_trans_cookie *cookies, int ncookies, in ldc_map_sg() argument 2178 state.cookies = cookies; in ldc_map_sg() 2195 struct ldc_trans_cookie *cookies, int ncookies, in ldc_map_single() argument 2220 state.cookies = cookies; in ldc_map_single() 2245 void ldc_unmap(struct ldc_channel *lp, struct ldc_trans_cookie *cookies, in ldc_unmap() argument 2254 u64 addr = cookies[i].cookie_addr; in ldc_unmap() [all …]
|
/Linux-v5.15/Documentation/filesystems/caching/ |
D | object.rst | 28 struct and are referred to as cookies. 36 There is a 1:N relationship between cookies and objects. A cookie may be 40 Furthermore, both cookies and objects are hierarchical. The two hierarchies 41 correspond, but the cookies tree is a superset of the union of the object trees 89 pointers to the cookies. The cookies themselves and any objects attached to 90 those cookies are hidden from it. 114 (4) Termination: states that detach objects from their netfs cookies, that
|
D | fscache.rst | 217 |Cookies |idx=N |Number of index cookies allocated | 219 | |dat=N |Number of data storage cookies allocated | 221 | |spc=N |Number of special cookies allocated |
|
D | netfs-api.rst | 720 disabled, it ignores all attempts to acquire child cookies; check, update or 768 There are a number of operations that can be used to control cookies: 775 These operations permit data cookies to be pinned into the cache and to 776 have the pinning removed. They are not permitted on index cookies. 823 the cookies for "child" indices, objects and pages have been relinquished
|
/Linux-v5.15/drivers/net/ethernet/sun/ |
D | sunvnet_common.c | 403 desc->cookies, desc->ncookies); in vnet_rx_one() 527 dr->cookies, dr->ncookies); in get_rx_desc() 543 dr->cookies, dr->ncookies); in put_rx_desc() 570 desc->cookies[0].cookie_addr, in vnet_walk_rx_one() 571 desc->cookies[0].cookie_size); in vnet_walk_rx_one() 1022 port->tx_bufs[txi].cookies, in vnet_clean_tx_ring() 1065 struct ldc_trans_cookie *cookies, int ncookies, in vnet_skb_map() argument 1077 err = ldc_map_single(lp, skb->data - VNET_PACKET_SKIP, blen, cookies, in vnet_skb_map() 1092 blen, cookies + nc, ncookies - nc, in vnet_skb_map() 1100 ldc_unmap(lp, cookies, nc); in vnet_skb_map() [all …]
|
D | sunvnet_common.h | 34 struct ldc_trans_cookie cookies[VNET_MAXCOOKIES]; member
|
/Linux-v5.15/tools/testing/selftests/net/mptcp/ |
D | mptcp_connect.sh | 517 cookies=$(ip netns exec ${listener_ns} sysctl net.ipv4.tcp_syncookies) 518 cookies=${cookies##*=} 544 if [ $cookies -eq 2 ];then
|
/Linux-v5.15/drivers/block/ |
D | sunvdc.c | 315 ldc_unmap(port->vio.lp, desc->cookies, desc->ncookies); in vdc_end_one() 495 desc->cookies, port->ring_cookies, in __send_request() 663 desc->cookies, port->ring_cookies, in generic_request() 724 dr->cookies, &ncookies, in vdc_alloc_tx_ring() 748 dr->cookies, dr->ncookies); in vdc_free_tx_ring() 1087 ldc_unmap(port->vio.lp, desc->cookies, desc->ncookies); in vdc_requeue_inflight()
|
/Linux-v5.15/include/uapi/linux/ |
D | rds.h | 407 __u32 cookies[RDS_MAX_ZCOOKIES]; member
|
/Linux-v5.15/net/ipv4/ |
D | Kconfig | 277 SYN cookies provide protection against this type of attack. If you 279 protocol known as "SYN cookies" to enable legitimate users to 282 SYN cookies work transparently to them. For technical information 283 about SYN cookies, check out <https://cr.yp.to/syncookies.html>. 290 SYN cookies may prevent correct error reporting on clients when the 294 If you say Y here, you can disable SYN cookies at run time by
|
/Linux-v5.15/net/rds/ |
D | message.c | 65 ck->cookies[ncookies] = cookie; in rds_zcookie_add()
|
/Linux-v5.15/Documentation/security/ |
D | siphash.rst | 16 sequence numbers, secure cookies, or mask it off for use in a hash table.
|
/Linux-v5.15/Documentation/userspace-api/media/drivers/ |
D | cx2341x-uapi.rst | 164 After these magic cookies (and the 8 byte bitmask in case of cookie 'itv0') the
|
/Linux-v5.15/tools/testing/selftests/net/ |
D | msg_zerocopy.c | 355 fprintf(stderr, "%d\n", ck->cookies[i]); in do_process_zerocopy_cookies()
|
/Linux-v5.15/fs/reiserfs/ |
D | README | 127 of how we could use the hashing code in making 32 bit NFS cookies work
|
/Linux-v5.15/Documentation/networking/ |
D | snmp_counter.rst | 964 SYN cookies 966 SYN cookies are used to mitigate SYN flood, for details, please refer 967 the `SYN cookies wiki`_. 969 .. _SYN cookies wiki: https://en.wikipedia.org/wiki/SYN_cookies 973 It indicates how many SYN cookies are sent. 977 How many reply packets of the SYN cookies the TCP stack receives.
|
D | ip-sysctl.rst | 833 primary key is used for both creating and validating cookies, while the 834 optional backup key is only used for validating cookies. The purpose of
|
/Linux-v5.15/Documentation/networking/device_drivers/ethernet/mellanox/ |
D | mlx5.rst | 569 - mlx5e_configure_flower: trace flower filter actions and cookies offloaded to mlx5:: 576 - mlx5e_delete_flower: trace flower filter actions and cookies deleted from mlx5::
|
/Linux-v5.15/Documentation/scsi/ |
D | ChangeLog.ncr53c8xx | 10 - Get both the BAR cookies actual and PCI BAR values.
|
D | ChangeLog.sym53c8xx | 37 - Get both the BAR cookies used by CPU and actual PCI BAR
|
/Linux-v5.15/Documentation/driver-api/gpio/ |
D | legacy.rst | 97 touch the underlying hardware treats these integers as opaque cookies.
|