Searched refs:greq (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/net/ipv6/ |
D | ipv6_sockglue.c | 680 struct group_req greq; in do_ipv6_setsockopt() local 687 if (copy_from_user(&greq, optval, sizeof(struct group_req))) in do_ipv6_setsockopt() 689 if (greq.gr_group.ss_family != AF_INET6) { in do_ipv6_setsockopt() 693 psin6 = (struct sockaddr_in6 *)&greq.gr_group; in do_ipv6_setsockopt() 695 retv = ipv6_sock_mc_join(sk, greq.gr_interface, in do_ipv6_setsockopt() 698 retv = ipv6_sock_mc_drop(sk, greq.gr_interface, in do_ipv6_setsockopt()
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb3/ |
D | cxgb3_main.c | 461 struct cpl_set_tcb_field *greq; in init_tp_parity() local 483 adap->nofail_skb = alloc_skb(sizeof(*greq), GFP_KERNEL); in init_tp_parity() 505 adap->nofail_skb = alloc_skb(sizeof(*greq), GFP_KERNEL); in init_tp_parity() 527 adap->nofail_skb = alloc_skb(sizeof(*greq), GFP_KERNEL); in init_tp_parity() 533 skb = alloc_skb(sizeof(*greq), GFP_KERNEL); in init_tp_parity() 539 greq = __skb_put_zero(skb, sizeof(*greq)); in init_tp_parity() 540 greq->wr.wr_hi = htonl(V_WR_OP(FW_WROPCODE_FORWARD)); in init_tp_parity() 541 OPCODE_TID(greq) = htonl(MK_OPCODE_TID(CPL_SET_TCB_FIELD, 0)); in init_tp_parity() 542 greq->mask = cpu_to_be64(1); in init_tp_parity() 548 adap->nofail_skb = alloc_skb(sizeof(*greq), GFP_KERNEL); in init_tp_parity()
|
/Linux-v4.19/net/ipv4/ |
D | ip_sockglue.c | 1004 struct group_req greq; in do_ip_setsockopt() local 1011 if (copy_from_user(&greq, optval, sizeof(greq))) in do_ip_setsockopt() 1013 psin = (struct sockaddr_in *)&greq.gr_group; in do_ip_setsockopt() 1018 mreq.imr_ifindex = greq.gr_interface; in do_ip_setsockopt()
|
/Linux-v4.19/net/ceph/ |
D | osd_client.c | 2501 static void map_check_cb(struct ceph_mon_generic_request *greq) in map_check_cb() argument 2503 struct ceph_osd_client *osdc = &greq->monc->client->osdc; in map_check_cb() 2505 u64 tid = greq->private_data; in map_check_cb() 2507 WARN_ON(greq->result || !greq->u.newest); in map_check_cb() 2517 req, req->r_tid, req->r_map_dne_bound, greq->u.newest); in map_check_cb() 2519 req->r_map_dne_bound = greq->u.newest; in map_check_cb() 3085 static void linger_map_check_cb(struct ceph_mon_generic_request *greq) in linger_map_check_cb() argument 3087 struct ceph_osd_client *osdc = &greq->monc->client->osdc; in linger_map_check_cb() 3089 u64 linger_id = greq->private_data; in linger_map_check_cb() 3091 WARN_ON(greq->result || !greq->u.newest); in linger_map_check_cb() [all …]
|
/Linux-v4.19/drivers/crypto/caam/ |
D | caamalg.c | 922 struct skcipher_givcrypt_request *greq; in ablkcipher_encrypt_done() local 924 greq = container_of(req, struct skcipher_givcrypt_request, in ablkcipher_encrypt_done() 928 memcpy(greq->giv, iv, ivsize); in ablkcipher_encrypt_done() 1683 struct skcipher_givcrypt_request *greq, in ablkcipher_giv_edesc_alloc() argument 1686 struct ablkcipher_request *req = &greq->creq; in ablkcipher_giv_edesc_alloc()
|
D | caamalg_qi.c | 1173 struct skcipher_givcrypt_request *greq; in ablkcipher_done() local 1175 greq = container_of(req, struct skcipher_givcrypt_request, in ablkcipher_done() 1178 memcpy(greq->giv, iv, ivsize); in ablkcipher_done()
|