dccp_feat_preflist_match 1072 net/dccp/feat.c 		rc = dccp_feat_preflist_match(fv->sp.vec, fv->sp.len, arr, len);
dccp_feat_preflist_match 1074 net/dccp/feat.c 		rc = dccp_feat_preflist_match(arr, len, fv->sp.vec, fv->sp.len);
dccp_feat_preflist_match 1146 net/dccp/feat.c 			if (dccp_feat_preflist_match(&defval, 1, val, len) > -1)