Searched refs:svc_setup_socket (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | svcsock.c | 66 static struct svc_sock *svc_setup_socket(struct svc_serv *, struct socket *, 325 /* Refer to svc_setup_socket() for details. */ in svc_data_ready() 342 /* Refer to svc_setup_socket() for details. */ in svc_write_space() 710 /* Refer to svc_setup_socket() for details. */ in svc_tcp_listen_data_ready() 726 /* Refer to svc_setup_socket() for details. */ in svc_tcp_state_change() 775 /* Reset the inherited callbacks before calling svc_setup_socket */ in svc_tcp_accept() 785 newsvsk = svc_setup_socket(serv, newsock, in svc_tcp_accept() 1296 static struct svc_sock *svc_setup_socket(struct svc_serv *serv, in svc_setup_socket() function 1398 svsk = svc_setup_socket(serv, so, SVC_SOCK_DEFAULTS); in svc_addsock() 1481 svsk = svc_setup_socket(ser in svc_create_socket() [all...] |
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | svcsock.c | 78 static struct svc_sock *svc_setup_socket(struct svc_serv *, struct socket *, 372 /* Refer to svc_setup_socket() for details. */ in svc_data_ready() 391 /* Refer to svc_setup_socket() for details. */ in svc_write_space() 852 /* Refer to svc_setup_socket() for details. */ in svc_tcp_listen_data_ready() 868 /* Refer to svc_setup_socket() for details. */ in svc_tcp_state_change() 913 /* Reset the inherited callbacks before calling svc_setup_socket */ in svc_tcp_accept() 923 newsvsk = svc_setup_socket(serv, newsock, in svc_tcp_accept() 1404 static struct svc_sock *svc_setup_socket(struct svc_serv *serv, in svc_setup_socket() function 1494 svsk = svc_setup_socket(serv, so, SVC_SOCK_DEFAULTS); in svc_addsock() 1577 svsk = svc_setup_socket(ser in svc_create_socket() [all...] |
Completed in 6 milliseconds