Home
last modified time | relevance | path

Searched refs:FEAT_SP (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/dccp/
H A Dfeat.c154 { DCCPF_SHORT_SEQNOS, FEAT_AT_TX, FEAT_SP, 0, NULL },
156 { DCCPF_ECN_INCAPABLE, FEAT_AT_RX, FEAT_SP, 0, NULL },
161 { DCCPF_DATA_CHECKSUM, FEAT_AT_RX, FEAT_SP, 0, NULL },
162 { DCCPF_SEND_LEV_RATE, FEAT_AT_RX, FEAT_SP, 0, NULL },
260 else if (type == FEAT_SP) in dccp_feat_printval()
384 if (dccp_feat_type(feat_num) == FEAT_SP) in dccp_feat_val_destructor()
402 if (type == FEAT_SP && dccp_feat_clone_sp_val(&new->val, in dccp_feat_clone_entry()
651 if (type == FEAT_SP) { in dccp_feat_insert_opts()
729 if (dccp_feat_type(feat) != FEAT_SP || in __feat_register_sp()
761 if (dccp_feat_type(feat) != FEAT_SP) in dccp_feat_register_sp()
[all …]
H A Dfeat.h28 FEAT_SP = 4, /* server-priority reconciliation (6.3.1) */ enumerator