Searched refs:FEAT_NN (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/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}, 261 else if (type == FEAT_NN) in dccp_feat_printval() 272 if (type == FEAT_NN) in dccp_feat_printvals() 651 } else if (type == FEAT_NN) { in dccp_feat_insert_opts() 700 if (dccp_feat_type(feat) != FEAT_NN || in __feat_register_nn() 773 if (dccp_feat_type(feat) == FEAT_NN) { in dccp_feat_nn_get() 810 if (dccp_feat_type(feat) != FEAT_NN || in dccp_feat_signal_nn_change() 1114 if (type == FEAT_NN) { in dccp_feat_change_recv() 1221 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
|