Searched refs:DCCPF_ECN_INCAPABLE (Results 1 – 2 of 2) sorted by relevance
/linux/include/uapi/linux/ |
H A D | dccp.h | 189 DCCPF_ECN_INCAPABLE = 4, enumerator
|
/linux/net/dccp/ |
H A D | feat.c | 156 { DCCPF_ECN_INCAPABLE, FEAT_AT_RX, FEAT_SP, 0, NULL }, 220 [DCCPF_ECN_INCAPABLE] = "ECN Incapable", in dccp_feat_fname() 605 case DCCPF_ECN_INCAPABLE: in dccp_feat_is_valid_sp_val() 1477 rc = __feat_register_sp(fn, DCCPF_ECN_INCAPABLE, true, true, &on, 1); in dccp_feat_init()
|