Searched refs:dccp_feat_preflist_match (Results 1 – 1 of 1) sorted by relevance
/net/dccp/ |
D | feat.c | 1019 static int dccp_feat_preflist_match(u8 *servlist, u8 slen, u8 *clilist, u8 clen) in dccp_feat_preflist_match() function 1072 rc = dccp_feat_preflist_match(fv->sp.vec, fv->sp.len, arr, len); in dccp_feat_reconcile() 1074 rc = dccp_feat_preflist_match(arr, len, fv->sp.vec, fv->sp.len); in dccp_feat_reconcile() 1146 if (dccp_feat_preflist_match(&defval, 1, val, len) > -1) in dccp_feat_change_recv()
|