#include <net/sock.h>
#include <linux/compiler.h>
#include <linux/dccp.h>
#include <linux/list.h>
#include <linux/module.h>
Go to the source code of this file.
#define CCID_SLAB_NAME_LENGTH 32 |
- Enumerator:
CCID_PACKET_SEND_AT_ONCE |
|
CCID_PACKET_DELAY_MAX |
|
CCID_PACKET_DELAY |
|
CCID_PACKET_WILL_DEQUEUE_LATER |
|
CCID_PACKET_ERR |
|
Definition at line 147 of file ccid.h.
int ccid_get_builtin_ccids |
( |
u8 ** |
ccid_array, |
|
|
u8 * |
array_len |
|
) |
| |
ccid_get_builtin_ccids - Populate a list of built-in CCIDs : pointer to copy into : value to return length into
This function allocates memory - caller must see that it is freed after use.
Definition at line 52 of file ccid.c.
int ccid_initialize_builtins |
( |
void |
| ) |
|