Home
last modified time | relevance | path

Searched refs:DCCPF_CCID (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/dccp/
H A Dfeat.c153 { DCCPF_CCID, FEAT_AT_TX, FEAT_SP, 2, dccp_hdlr_ccid },
217 [DCCPF_CCID] = "CCID", in dccp_feat_fname()
362 return feat_num == DCCPF_CCID || feat_num == DCCPF_SHORT_SEQNOS || in dccp_feat_must_be_understood()
601 case DCCPF_CCID: in dccp_feat_is_valid_sp_val()
734 if (feat == DCCPF_CCID && !ccid_support_check(sp_val, sp_len)) in __feat_register_sp()
988 if (entry->feat_num == DCCPF_CCID && entry->val.sp.len == 1) in dccp_feat_finalise_settings()
1011 entry = dccp_feat_list_lookup(fn, DCCPF_CCID, is_local); in dccp_feat_server_ccid_dependencies()
1016 ccid = dccp_feat_default_value(DCCPF_CCID); in dccp_feat_server_ccid_dependencies()
1164 if (feat == DCCPF_CCID && !ccid_support_check(fval.sp.vec, 1)) { in dccp_feat_change_recv()
1502 rc = __feat_register_sp(fn, DCCPF_CCID, true, false, tx.val, tx.len); in dccp_feat_init()
[all …]
H A Dproto.c499 rc = dccp_feat_register_sp(sk, DCCPF_CCID, 1, val, optlen); in dccp_setsockopt_ccid()
502 rc = dccp_feat_register_sp(sk, DCCPF_CCID, 0, val, optlen); in dccp_setsockopt_ccid()
/openbmc/linux/include/uapi/linux/
H A Ddccp.h186 DCCPF_CCID = 1, enumerator