Home
last modified time | relevance | path

Searched refs:x25_alloc_socket (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/x25/
H A Daf_x25.c518 static struct sock *x25_alloc_socket(struct net *net, int kern) in x25_alloc_socket() function
556 if ((sk = x25_alloc_socket(net, kern)) == NULL) in x25_create()
605 if ((sk = x25_alloc_socket(sock_net(osk), 0)) == NULL) in x25_make_new()
/kernel/linux/linux-6.6/net/x25/
H A Daf_x25.c508 static struct sock *x25_alloc_socket(struct net *net, int kern) in x25_alloc_socket() function
546 if ((sk = x25_alloc_socket(net, kern)) == NULL) in x25_create()
595 if ((sk = x25_alloc_socket(sock_net(osk), 0)) == NULL) in x25_make_new()

Completed in 5 milliseconds