Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
ar-accept.c File Reference
#include <linux/module.h>
#include <linux/net.h>
#include <linux/skbuff.h>
#include <linux/errqueue.h>
#include <linux/udp.h>
#include <linux/in.h>
#include <linux/in6.h>
#include <linux/icmp.h>
#include <linux/gfp.h>
#include <net/sock.h>
#include <net/af_rxrpc.h>
#include <net/ip.h>
#include "ar-internal.h"

Go to the source code of this file.

Functions

void rxrpc_accept_incoming_calls (struct work_struct *work)
 
struct rxrpc_callrxrpc_accept_call (struct rxrpc_sock *rx, unsigned long user_call_ID)
 
int rxrpc_reject_call (struct rxrpc_sock *rx)
 
struct rxrpc_callrxrpc_kernel_accept_call (struct socket *sock, unsigned long user_call_ID)
 
 EXPORT_SYMBOL (rxrpc_kernel_accept_call)
 
int rxrpc_kernel_reject_call (struct socket *sock)
 
 EXPORT_SYMBOL (rxrpc_kernel_reject_call)
 

Function Documentation

EXPORT_SYMBOL ( rxrpc_kernel_accept_call  )
EXPORT_SYMBOL ( rxrpc_kernel_reject_call  )
struct rxrpc_call* rxrpc_accept_call ( struct rxrpc_sock rx,
unsigned long  user_call_ID 
)
read

Definition at line 319 of file ar-accept.c.

void rxrpc_accept_incoming_calls ( struct work_struct work)

Definition at line 207 of file ar-accept.c.

struct rxrpc_call* rxrpc_kernel_accept_call ( struct socket sock,
unsigned long  user_call_ID 
)
read

rxrpc_kernel_accept_call - Allow a kernel service to accept an incoming call : The socket on which the impending call is waiting : The tag to attach to the call

Allow a kernel service to accept an incoming call, assuming the incoming call is still valid.

Definition at line 480 of file ar-accept.c.

int rxrpc_kernel_reject_call ( struct socket sock)

rxrpc_kernel_reject_call - Allow a kernel service to reject an incoming call : The socket on which the impending call is waiting

Allow a kernel service to reject an incoming call with a BUSY message, assuming the incoming call is still valid.

Definition at line 500 of file ar-accept.c.

int rxrpc_reject_call ( struct rxrpc_sock rx)

Definition at line 413 of file ar-accept.c.