Linux Kernel
3.7.1
|
Go to the source code of this file.
Functions | |
bool | ccid_support_check (u8 const *ccid_array, u8 array_len) |
int | ccid_get_builtin_ccids (u8 **ccid_array, u8 *array_len) |
int | ccid_getsockopt_builtin_ccids (struct sock *sk, int len, char __user *optval, int __user *optlen) |
struct ccid * | ccid_new (const u8 id, struct sock *sk, bool rx) |
void | ccid_hc_rx_delete (struct ccid *ccid, struct sock *sk) |
void | ccid_hc_tx_delete (struct ccid *ccid, struct sock *sk) |
int __init | ccid_initialize_builtins (void) |
void | ccid_cleanup_builtins (void) |