Home
last modified time | relevance | path

Searched defs:cookie (Results 301 - 325 of 1342) sorted by relevance

1...<<11121314151617181920>>...54

/kernel/linux/linux-6.6/drivers/scsi/cxlflash/
H A Dcxl_hw.c43 static void cxlflash_unmap_afu_irq(void *ctx_cookie, int num, void *cookie) in cxlflash_unmap_afu_irq() argument
37 cxlflash_map_afu_irq(void *ctx_cookie, int num, irq_handler_t handler, void *cookie, char *name) cxlflash_map_afu_irq() argument
/kernel/linux/linux-6.6/net/ipv6/
H A Dsyncookies.c75 static __u32 check_tcp_syn_cookie(__u32 cookie, const struct in6_addr *saddr, in check_tcp_syn_cookie() argument
136 __u32 cookie = ntohl(th->ack_seq) - 1; in cookie_v6_check() local
117 __cookie_v6_check(const struct ipv6hdr *iph, const struct tcphdr *th, __u32 cookie) __cookie_v6_check() argument
[all...]
/kernel/linux/linux-6.6/net/core/
H A Dsock_diag.c41 int sock_diag_check_cookie(struct sock *sk, const __u32 *cookie) in sock_diag_check_cookie() argument
56 void sock_diag_save_cookie(struct sock *sk, __u32 *cookie) in sock_diag_save_cookie() argument
H A Ddst.c219 struct dst_entry *dst_blackhole_check(struct dst_entry *dst, u32 cookie) in dst_blackhole_check() argument
/kernel/linux/linux-6.6/net/ceph/
H A Dcls_lock_client.c25 ceph_cls_lock(struct ceph_osd_client *osdc, struct ceph_object_id *oid, struct ceph_object_locator *oloc, char *lock_name, u8 type, char *cookie, char *tag, char *desc, u8 flags) ceph_cls_lock() argument
93 ceph_cls_unlock(struct ceph_osd_client *osdc, struct ceph_object_id *oid, struct ceph_object_locator *oloc, char *lock_name, char *cookie) ceph_cls_unlock() argument
144 ceph_cls_break_lock(struct ceph_osd_client *osdc, struct ceph_object_id *oid, struct ceph_object_locator *oloc, char *lock_name, char *cookie, struct ceph_entity_name *locker) ceph_cls_break_lock() argument
389 ceph_cls_assert_locked(struct ceph_osd_request *req, int which, char *lock_name, u8 type, char *cookie, char *tag) ceph_cls_assert_locked() argument
[all...]
/kernel/linux/linux-6.6/sound/soc/intel/avs/
H A Dprobes.c183 unsigned long cookie; in avs_probe_compr_trigger() local
/kernel/linux/linux-6.6/sound/soc/sh/
H A Dsiu_pcm.c111 dma_cookie_t cookie; in siu_pcm_wr_set() local
159 dma_cookie_t cookie; in siu_pcm_rd_set() local
[all...]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dif_arcnet.h59 __u8 cookie[sizeof(int)]; member
/kernel/linux/linux-6.6/net/bluetooth/
H A Dmgmt_util.c33 static struct sk_buff *create_monitor_ctrl_event(__le16 index, u32 cookie, in create_monitor_ctrl_event() argument
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dif_arcnet.h59 __u8 cookie[sizeof(int)]; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dif_arcnet.h46 __u8 cookie[sizeof(int)]; member
/kernel/liteos_a/testsuites/unittest/extended/liteipc/
H A Dliteipc.h49 uint32_t cookie; member
/third_party/ffmpeg/libavcodec/
H A Dlibdav1d.c76 static int libdav1d_picture_allocator(Dav1dPicture *p, void *cookie) in libdav1d_picture_allocator() argument
124 static void libdav1d_picture_release(Dav1dPicture *p, void *cookie) in libdav1d_picture_release() argument
/third_party/mesa3d/src/glx/tests/
H A Dcreate_context_unittest.cpp98 xcb_void_cookie_t cookie; in xcb_glx_create_context_attribs_arb_checked() local
107 xcb_void_cookie_t cookie; in xcb_glx_destroy_context() local
114 xcb_request_check(xcb_connection_t *c, xcb_void_cookie_t cookie) in xcb_request_check() argument
H A Dclientinfo_unittest.cpp126 xcb_void_cookie_t cookie; in xcb_glx_client_info() local
153 xcb_void_cookie_t cookie; in xcb_glx_set_client_info_arb() local
188 xcb_void_cookie_t cookie; in xcb_glx_set_client_info_2arb() local
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Dstdio_impl.h37 void *cookie; member
/third_party/mesa3d/include/android_stub/cutils/
H A Dtrace.h202 static inline void atrace_async_end(uint64_t tag, const char* name, int32_t cookie) in atrace_async_end() argument
188 atrace_async_begin(uint64_t tag, const char* name, int32_t cookie) atrace_async_begin() argument
[all...]
/third_party/libfuse/example/
H A Dnotify_store_retrieve.c245 static void tfs_retrieve_reply(fuse_req_t req, void *cookie, fuse_ino_t ino, in tfs_retrieve_reply() argument
/third_party/ltp/testcases/kernel/syscalls/utils/
H A Dinotify.h21 __u32 cookie; /* cookie to synchronize two events */ member
141 inotify_inode_queue_event(struct inode *inode, __u32 mask, __u32 cookie, const char *filename, struct inode *n_inode) inotify_inode_queue_event() argument
148 inotify_dentry_parent_queue_event(struct dentry *dentry, __u32 mask, __u32 cookie, const char *filename) inotify_dentry_parent_queue_event() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_wired.c74 u_int32_t cookie; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dhttp_client.c44 static void http_client_got_response(struct httpread *handle, void *cookie, in http_client_got_response() argument
H A Dhttp_server.c41 static void http_request_cb(struct httpread *handle, void *cookie, in http_request_cb() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dctrl_iface_udp.c48 u8 cookie[COOKIE_LEN]; member
54 u8 cookie[COOKIE_LEN]; member
236 u8 cookie[COOKIE_LEN]; local
614 u8 cookie[COOKIE_LEN]; global() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_wired.c74 u_int32_t cookie; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dhttp_client.c44 static void http_client_got_response(struct httpread *handle, void *cookie, in http_client_got_response() argument

Completed in 13 milliseconds

1...<<11121314151617181920>>...54