Searched refs:oreq (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
D | chtls_cm.h | 158 static inline void chtls_set_req_port(struct request_sock *oreq, in chtls_set_req_port() argument 161 inet_rsk(oreq)->ir_rmt_port = source; in chtls_set_req_port() 162 inet_rsk(oreq)->ir_num = ntohs(dest); in chtls_set_req_port() 165 static inline void chtls_set_req_addr(struct request_sock *oreq, in chtls_set_req_addr() argument 168 inet_rsk(oreq)->ir_loc_addr = local_ip; in chtls_set_req_addr() 169 inet_rsk(oreq)->ir_rmt_addr = peer_ip; in chtls_set_req_addr()
|
D | chtls_cm.c | 899 const struct request_sock *oreq; in chtls_pass_open_arp_failure() local 918 oreq = csk->passive_reap_next; in chtls_pass_open_arp_failure() 919 data = lookup_stid(cdev->tids, oreq->ts_recent); in chtls_pass_open_arp_failure() 1110 struct request_sock *oreq, in chtls_recv_sock() argument 1131 newsk = tcp_create_openreq_child(lsk, oreq, cdev->askb); in chtls_recv_sock() 1136 dst = inet_csk_route_child_sock(lsk, newsk, oreq); in chtls_recv_sock() 1151 fl6.fl6_dport = inet_rsk(oreq)->ir_rmt_port; in chtls_recv_sock() 1152 fl6.fl6_sport = htons(inet_rsk(oreq)->ir_num); in chtls_recv_sock() 1153 security_req_classify_flow(oreq, flowi6_to_flowi_common(&fl6)); in chtls_recv_sock() 1197 struct inet_request_sock *treq = inet_rsk(oreq); in chtls_recv_sock() [all …]
|
/kernel/linux/linux-5.10/crypto/ |
D | ahash.c | 278 struct crypto_async_request oreq; in ahash_notify_einprogress() local 280 oreq.data = priv->data; in ahash_notify_einprogress() 282 priv->complete(&oreq, -EINPROGRESS); in ahash_notify_einprogress()
|
/kernel/linux/linux-5.10/include/linux/ceph/ |
D | osd_client.h | 402 #define osd_req_op_data(oreq, whch, typ, fld) \ argument 404 struct ceph_osd_request *__oreq = (oreq); \
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
D | opal.h | 216 struct opal_i2c_request *oreq);
|
/kernel/linux/linux-5.10/drivers/block/ |
D | rbd.c | 351 #define for_each_obj_request(ireq, oreq) \ argument 352 list_for_each_entry(oreq, &(ireq)->object_extents, ex.oe_item) 353 #define for_each_obj_request_safe(ireq, oreq, n) \ argument 354 list_for_each_entry_safe(oreq, n, &(ireq)->object_extents, ex.oe_item)
|