Searched refs:dccp_feat_val (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.h45 * dccp_feat_val - Container for SP or NN feature values
56 } dccp_feat_val; typedef in typeref:union:__anon18873
70 dccp_feat_val val;
H A Dfeat.c256 static void dccp_feat_printval(u8 feat_num, dccp_feat_val const *val)
274 dccp_feat_val fval = { .sp.vec = list, .sp.len = len };
308 const bool is_local, dccp_feat_val const *fval)
354 static int dccp_feat_clone_sp_val(dccp_feat_val *fval, u8 const *val, u8 len)
367 static void dccp_feat_val_destructor(u8 feat_num, dccp_feat_val *val)
468 u8 mandatory, dccp_feat_val *fval)
495 dccp_feat_val *fval)
673 dccp_feat_val fval = { .nn = nn_val };
698 dccp_feat_val fval;
973 static int dccp_feat_reconcile(dccp_feat_val *f
[all...]

Completed in 33 milliseconds