Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
ar-proc.c File Reference
#include <linux/module.h>
#include <net/sock.h>
#include <net/af_rxrpc.h>
#include "ar-internal.h"

Go to the source code of this file.

Variables

struct file_operations rxrpc_call_seq_fops
 
struct file_operations rxrpc_connection_seq_fops
 

Variable Documentation

struct file_operations rxrpc_call_seq_fops
Initial value:
= {
.owner = THIS_MODULE,
.open = rxrpc_call_seq_open,
.read = seq_read,
.llseek = seq_lseek,
.release = seq_release,
}

Definition at line 101 of file ar-proc.c.

struct file_operations rxrpc_connection_seq_fops
Initial value:
= {
.owner = THIS_MODULE,
.open = rxrpc_connection_seq_open,
.read = seq_read,
.llseek = seq_lseek,
.release = seq_release,
}

Definition at line 186 of file ar-proc.c.