#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.
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.
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.