Home
last modified time | relevance | path

Searched refs:CCID (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/net/dccp/ccids/
DKconfig5 bool "CCID-2 debugging messages"
7 Enable CCID-2 specific debugging messages.
15 bool "CCID-3 (TCP-Friendly) (EXPERIMENTAL)"
18 CCID-3 denotes TCP-Friendly Rate Control (TFRC), an equation-based
24 throughput over time compared with TCP, which makes CCID-3 more
25 suitable than CCID-2 for applications such streaming media where a
28 CCID-3 is further described in RFC 4342,
40 bool "CCID-3 debugging messages"
43 Enable CCID-3 specific debugging messages.
/linux-2.6.39/Documentation/networking/
Ddccp.txt22 modules called CCIDs. Like plugable TCP congestion control, at least one CCID
26 For a brief introduction to CCIDs and suggestions for choosing a CCID to match
90 type of CCID for both directions; and mixed use of CCIDs is not currently well
95 DCCP_SOCKOPT_TX_CCID is read/write. It returns the current CCID (if set) or sets
96 the preference list for the TX CCID, using the same format as DCCP_SOCKOPT_CCID.
99 DCCP_SOCKOPT_RX_CCID is analogous to DCCP_SOCKOPT_TX_CCID, but for the RX CCID.
124 The following two options apply to CCID 3 exclusively and are getsockopt()-only.
161 Default CCID for the sender-receiver half-connection. Depending on the
162 choice of CCID, the Send Ack Vector feature is enabled automatically.
165 Default CCID for the receiver-sender half-connection; see tx_ccid.
[all …]
/linux-2.6.39/drivers/char/pcmcia/
DKconfig40 This card is basically a USB CCID device connected to a FIFO
/linux-2.6.39/drivers/gpu/drm/i915/
Di915_reg.h1253 #define CCID 0x2180 macro