DCCPF_CCID        153 net/dccp/feat.c 	{ DCCPF_CCID,		 FEAT_AT_TX, FEAT_SP, 2,   dccp_hdlr_ccid     },
DCCPF_CCID        215 net/dccp/feat.c 		[DCCPF_CCID]		= "CCID",
DCCPF_CCID        360 net/dccp/feat.c 	return	feat_num == DCCPF_CCID || feat_num == DCCPF_SHORT_SEQNOS ||
DCCPF_CCID        597 net/dccp/feat.c 	case DCCPF_CCID:
DCCPF_CCID        730 net/dccp/feat.c 	if (feat == DCCPF_CCID && !ccid_support_check(sp_val, sp_len))
DCCPF_CCID        984 net/dccp/feat.c 		if (entry->feat_num == DCCPF_CCID && entry->val.sp.len == 1)
DCCPF_CCID       1005 net/dccp/feat.c 		entry = dccp_feat_list_lookup(fn, DCCPF_CCID, is_local);
DCCPF_CCID       1010 net/dccp/feat.c 			ccid = dccp_feat_default_value(DCCPF_CCID);
DCCPF_CCID       1154 net/dccp/feat.c 		if (feat == DCCPF_CCID && !ccid_support_check(fval.sp.vec, 1)) {
DCCPF_CCID       1485 net/dccp/feat.c 	rc = __feat_register_sp(fn, DCCPF_CCID, true, false, tx.val, tx.len);
DCCPF_CCID       1489 net/dccp/feat.c 	rc = __feat_register_sp(fn, DCCPF_CCID, false, false, rx.val, rx.len);
DCCPF_CCID        490 net/dccp/proto.c 		rc = dccp_feat_register_sp(sk, DCCPF_CCID, 1, val, optlen);
DCCPF_CCID        493 net/dccp/proto.c 		rc = dccp_feat_register_sp(sk, DCCPF_CCID, 0, val, optlen);