Home
last modified time | relevance | path

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

/linux-4.1.27/net/dccp/ccids/
DKconfig4 bool "CCID-2 debugging messages"
6 Enable CCID-2 specific debugging messages.
14 bool "CCID-3 (TCP-Friendly)"
17 CCID-3 denotes TCP-Friendly Rate Control (TFRC), an equation-based
23 throughput over time compared with TCP, which makes CCID-3 more
24 suitable than CCID-2 for applications such streaming media where a
27 CCID-3 is further described in RFC 4342,
39 bool "CCID-3 debugging messages"
42 Enable CCID-3 specific debugging messages.
/linux-4.1.27/Documentation/networking/
Ddccp.txt22 modules called CCIDs. Like pluggable 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-4.1.27/drivers/char/pcmcia/
DKconfig40 This card is basically a USB CCID device connected to a FIFO
/linux-4.1.27/drivers/gpu/drm/i915/
Di915_gpu_error.c1208 error->ccid = I915_READ(CCID); in i915_capture_reg_state()
Di915_reg.h2471 #define CCID 0x2180 macro