Searched refs:oreq (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
| H A 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() 1111 struct request_sock *oreq, in chtls_recv_sock() argument 1132 newsk = tcp_create_openreq_child(lsk, oreq, cdev->askb); in chtls_recv_sock() 1137 dst = inet_csk_route_child_sock(lsk, newsk, oreq); in chtls_recv_sock() 1152 fl6.fl6_dport = inet_rsk(oreq)->ir_rmt_port; in chtls_recv_sock() 1153 fl6.fl6_sport = htons(inet_rsk(oreq)->ir_num); in chtls_recv_sock() 1154 security_req_classify_flow(oreq, flowi6_to_flowi_common(&fl6)); in chtls_recv_sock() 1198 struct inet_request_sock *treq = inet_rsk(oreq); in chtls_recv_sock() [all …]
|
| /linux/include/linux/ceph/ |
| H A D | osd_client.h | 458 #define osd_req_op_data(oreq, whch, typ, fld) \ argument 460 struct ceph_osd_request *__oreq = (oreq); \
|
| /linux/arch/powerpc/include/asm/ |
| H A D | opal.h | 210 struct opal_i2c_request *oreq);
|
| /linux/drivers/block/ |
| H A 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)
|