Searched refs:FEAT_NN (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/
H A Dfeat.h32 FEAT_NN = 8, /* non-negotiable reconciliation (6.3.2) */ enumerator in enum:dccp_feat_type
H A Dfeat.c159 { DCCPF_SEQUENCE_WINDOW, FEAT_AT_TX, FEAT_NN, 100, dccp_hdlr_seq_win },
161 { DCCPF_ACK_RATIO, FEAT_AT_TX, FEAT_NN, 2, dccp_hdlr_ack_ratio},
265 else if (type == FEAT_NN)
276 if (type == FEAT_NN)
638 } else if (type == FEAT_NN) {
675 if (dccp_feat_type(feat) != FEAT_NN ||
739 if (dccp_feat_type(feat) != FEAT_NN)
1026 if (type == FEAT_NN) {
1133 if (!local && type == FEAT_NN) /* 6.3.2 */
1155 if (type == FEAT_NN) {
[all...]

Completed in 64 milliseconds