Home
last modified time | relevance | path

Searched refs:DCCPF_CCID (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/net/dccp/
H A Dfeat.c140 * | DCCPF_CCID | | X | X | | 2 | 10 |
153 { 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()
1009 entry = dccp_feat_list_lookup(fn, DCCPF_CCID, is_local); in dccp_feat_server_ccid_dependencies()
1014 ccid = dccp_feat_default_value(DCCPF_CCID); in dccp_feat_server_ccid_dependencies()
1158 if (feat == DCCPF_CCID in dccp_feat_change_recv()
[all...]
H A Dproto.c508 rc = dccp_feat_register_sp(sk, DCCPF_CCID, 1, val, optlen); in dccp_setsockopt_ccid()
511 rc = dccp_feat_register_sp(sk, DCCPF_CCID, 0, val, optlen); in dccp_setsockopt_ccid()
/kernel/linux/linux-6.6/net/dccp/
H A Dfeat.c140 * | DCCPF_CCID | | X | X | | 2 | 10 |
153 { 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 in dccp_feat_change_recv()
[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()
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Ddccp.h120 DCCPF_CCID = 1, enumerator
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Ddccp.h120 DCCPF_CCID = 1, enumerator
/kernel/linux/linux-5.10/include/uapi/linux/
H A Ddccp.h186 DCCPF_CCID = 1, enumerator
/kernel/linux/linux-6.6/include/uapi/linux/
H A Ddccp.h186 DCCPF_CCID = 1, enumerator
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Ddccp.h132 DCCPF_CCID = 1, enumerator

Completed in 9 milliseconds