Searched refs:dccp_feat_type (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.c134 enum dccp_feat_type rxtx; /* RX or TX */
135 enum dccp_feat_type reconciliation; /* SP or NN */
191 static u8 dccp_feat_type(u8 feat_num) function
258 u8 i, type = dccp_feat_type(feat_num);
273 u8 type = dccp_feat_type(feat_num);
371 if (dccp_feat_type(feat_num) == FEAT_SP)
380 u8 type = dccp_feat_type(original->feat_num);
627 type = dccp_feat_type(pos->feat_num);
675 if (dccp_feat_type(feat) != FEAT_NN ||
700 if (dccp_feat_type(fea
[all...]
H A Dfeat.h28 enum dccp_feat_type { enum

Completed in 70 milliseconds