Searched refs:iucv_sock_alloc (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/iucv/ |
H A D | af_iucv.c | 473 static struct sock *iucv_sock_alloc(struct socket *sock, int proto, gfp_t prio, int kern) in iucv_sock_alloc() function 1648 nsk = iucv_sock_alloc(NULL, sk->sk_protocol, GFP_ATOMIC, 0); in iucv_callback_connreq() 1854 nsk = iucv_sock_alloc(NULL, sk->sk_protocol, GFP_ATOMIC, 0); in afiucv_hs_callback_syn() 2279 sk = iucv_sock_alloc(sock, protocol, GFP_KERNEL, kern); in iucv_sock_create()
|
/kernel/linux/linux-6.6/net/iucv/ |
H A D | af_iucv.c | 449 static struct sock *iucv_sock_alloc(struct socket *sock, int proto, gfp_t prio, int kern) in iucv_sock_alloc() function 1629 nsk = iucv_sock_alloc(NULL, sk->sk_protocol, GFP_ATOMIC, 0); in iucv_callback_connreq() 1851 nsk = iucv_sock_alloc(NULL, sk->sk_protocol, GFP_ATOMIC, 0); in afiucv_hs_callback_syn() 2245 sk = iucv_sock_alloc(sock, protocol, GFP_KERNEL, kern); in iucv_sock_create()
|
Completed in 6 milliseconds