Searched refs:FEAT_NN (Results 1 – 2 of 2) sorted by relevance
/net/dccp/ |
D | feat.c | 155 { DCCPF_SEQUENCE_WINDOW, FEAT_AT_TX, FEAT_NN, 100, dccp_hdlr_seq_win }, 157 { DCCPF_ACK_RATIO, FEAT_AT_TX, FEAT_NN, 2, dccp_hdlr_ack_ratio}, 263 else if (type == FEAT_NN) in dccp_feat_printval() 274 if (type == FEAT_NN) in dccp_feat_printvals() 655 } else if (type == FEAT_NN) { in dccp_feat_insert_opts() 704 if (dccp_feat_type(feat) != FEAT_NN || in __feat_register_nn() 777 if (dccp_feat_type(feat) == FEAT_NN) { in dccp_feat_nn_get() 814 if (dccp_feat_type(feat) != FEAT_NN || in dccp_feat_signal_nn_change() 1124 if (type == FEAT_NN) { in dccp_feat_change_recv() 1231 if (!local && type == FEAT_NN) /* 6.3.2 */ in dccp_feat_confirm_recv() [all …]
|
D | feat.h | 29 FEAT_NN = 8, /* non-negotiable reconciliation (6.3.2) */ enumerator
|