FEAT_NN 155 net/dccp/feat.c { DCCPF_SEQUENCE_WINDOW, FEAT_AT_TX, FEAT_NN, 100, dccp_hdlr_seq_win }, FEAT_NN 157 net/dccp/feat.c { DCCPF_ACK_RATIO, FEAT_AT_TX, FEAT_NN, 2, dccp_hdlr_ack_ratio}, FEAT_NN 261 net/dccp/feat.c else if (type == FEAT_NN) FEAT_NN 272 net/dccp/feat.c if (type == FEAT_NN) FEAT_NN 651 net/dccp/feat.c } else if (type == FEAT_NN) { FEAT_NN 700 net/dccp/feat.c if (dccp_feat_type(feat) != FEAT_NN || FEAT_NN 773 net/dccp/feat.c if (dccp_feat_type(feat) == FEAT_NN) { FEAT_NN 810 net/dccp/feat.c if (dccp_feat_type(feat) != FEAT_NN || FEAT_NN 1114 net/dccp/feat.c if (type == FEAT_NN) { FEAT_NN 1221 net/dccp/feat.c if (!local && type == FEAT_NN) /* 6.3.2 */ FEAT_NN 1243 net/dccp/feat.c if (type == FEAT_NN) { FEAT_NN 1321 net/dccp/feat.c } else if (type != FEAT_NN) {