Linux Kernel
3.7.1
|
#include <linux/net.h>
#include <linux/skbuff.h>
#include <linux/export.h>
#include <net/sock.h>
#include <net/af_rxrpc.h>
#include "ar-internal.h"
Go to the source code of this file.
EXPORT_SYMBOL | ( | rxrpc_kernel_data_delivered | ) |
EXPORT_SYMBOL | ( | rxrpc_kernel_is_data_last | ) |
EXPORT_SYMBOL | ( | rxrpc_kernel_get_abort_code | ) |
EXPORT_SYMBOL | ( | rxrpc_kernel_get_error_number | ) |
rxrpc_kernel_data_delivered - Record delivery of data message : Message holding data
Record the delivery of a data message. This permits RxRPC to keep its tracking correct. The socket buffer will be deleted.
Definition at line 377 of file ar-recvmsg.c.
rxrpc_kernel_get_abort_code - Get the abort code from an RxRPC abort message : Message indicating an abort
Get the abort code from an RxRPC abort message.
Definition at line 415 of file ar-recvmsg.c.
rxrpc_kernel_get_error - Get the error number from an RxRPC error message : Message indicating an error
Get the error number from an RxRPC error message.
Definition at line 432 of file ar-recvmsg.c.
rxrpc_kernel_is_data_last - Determine if data message is last one : Message holding data
Determine if data message is last one for the parent call.
Definition at line 398 of file ar-recvmsg.c.
int rxrpc_recvmsg | ( | struct kiocb * | iocb, |
struct socket * | sock, | ||
struct msghdr * | msg, | ||
size_t | len, | ||
int | flags | ||
) |
Definition at line 46 of file ar-recvmsg.c.
void rxrpc_remove_user_ID | ( | struct rxrpc_sock * | rx, |
struct rxrpc_call * | call | ||
) |
Definition at line 23 of file ar-recvmsg.c.