Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
af_alg_type Struct Reference

#include <if_alg.h>

Data Fields

void *(* bind )(const char *name, u32 type, u32 mask)
 
void(* release )(void *private)
 
int(* setkey )(void *private, const u8 *key, unsigned int keylen)
 
int(* accept )(void *private, struct sock *sk)
 
struct proto_opsops
 
struct moduleowner
 
char name [14]
 

Detailed Description

Definition at line 47 of file if_alg.h.

Field Documentation

int(* accept)(void *private, struct sock *sk)

Definition at line 51 of file if_alg.h.

void*(* bind)(const char *name, u32 type, u32 mask)

Definition at line 48 of file if_alg.h.

char name[14]

Definition at line 55 of file if_alg.h.

Definition at line 53 of file if_alg.h.

struct module* owner

Definition at line 54 of file if_alg.h.

void(* release)(void *private)

Definition at line 49 of file if_alg.h.

int(* setkey)(void *private, const u8 *key, unsigned int keylen)

Definition at line 50 of file if_alg.h.


The documentation for this struct was generated from the following file: