Linux Kernel
3.7.1
|
#include <ccid.h>
struct ccid_operations - Interface to Congestion-Control Infrastructure
: numerical CCID ID (up to CCID_MAX, cf. table 5 in RFC 4340, 10.) : the CCMPS including network/transport headers (0 when disabled) : alphabetical identifier string for {r,t}x_slab: memory pool for the receiver/sender half-connection {r,t}x_obj_size: size of the receiver/sender half-connection socket
{r,t}x_init: CCID-specific initialisation routine (before startup) {r,t}x_exit: CCID-specific cleanup routine (before destruction) : implements the HC-receiver side {r,t}x_parse_options: parsing routine for CCID/HC-specific options {r,t}x_insert_options: insert routine for CCID/HC-specific options : implements feedback processing for the HC-sender : implements the sending part of the HC-sender : does accounting for packets in flight by HC-sender {r,t}x_get_info: INET_DIAG information for HC-receiver/sender {r,t}x_getsockopt: socket options specific to HC-receiver/sender
struct kmem_cache* ccid_hc_rx_slab |
char ccid_hc_rx_slab_name[CCID_SLAB_NAME_LENGTH] |
struct kmem_cache * ccid_hc_tx_slab |
char ccid_hc_tx_slab_name[CCID_SLAB_NAME_LENGTH] |