Searched refs:DCCPF_CCID (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/net/dccp/ |
D | feat.c | 158 { DCCPF_CCID, FEAT_AT_TX, FEAT_SP, 2, dccp_hdlr_ccid }, 220 [DCCPF_CCID] = "CCID", in dccp_feat_fname() 365 return feat_num == DCCPF_CCID || feat_num == DCCPF_SHORT_SEQNOS || in dccp_feat_must_be_understood() 602 case DCCPF_CCID: in dccp_feat_is_valid_sp_val() 735 if (feat == DCCPF_CCID && !ccid_support_check(sp_val, sp_len)) in __feat_register_sp() 984 if (entry->feat_num == DCCPF_CCID && entry->val.sp.len == 1) in dccp_feat_finalise_settings() 1005 entry = dccp_feat_list_lookup(fn, DCCPF_CCID, is_local); in dccp_feat_server_ccid_dependencies() 1010 ccid = dccp_feat_default_value(DCCPF_CCID); in dccp_feat_server_ccid_dependencies() 1154 if (feat == DCCPF_CCID && !ccid_support_check(fval.sp.vec, 1)) { in dccp_feat_change_recv() 1482 rc = __feat_register_sp(fn, DCCPF_CCID, true, false, tx.val, tx.len); in dccp_feat_init() [all …]
|
D | proto.c | 482 rc = dccp_feat_register_sp(sk, DCCPF_CCID, 1, val, optlen); in dccp_setsockopt_ccid() 485 rc = dccp_feat_register_sp(sk, DCCPF_CCID, 0, val, optlen); in dccp_setsockopt_ccid()
|
/linux-4.1.27/include/uapi/linux/ |
D | dccp.h | 185 DCCPF_CCID = 1, enumerator
|