Home
last modified time | relevance | path

Searched refs:afs_socket (Results 1 – 1 of 1) sorted by relevance

/fs/afs/
Drxrpc.c18 static struct socket *afs_socket; /* my RxRPC socket */ variable
108 afs_socket = socket; in afs_open_socket()
120 sock_release(afs_socket); in afs_close_socket()
338 rxcall = rxrpc_kernel_begin_call(afs_socket, &srx, call->key, in afs_make_call()
405 ASSERTCMP(sk, ==, afs_socket->sk); in afs_rx_interceptor()
679 rxrpc_kernel_reject_call(afs_socket); in afs_collect_incoming_call()
696 rxcall = rxrpc_kernel_accept_call(afs_socket, in afs_collect_incoming_call()