Lines Matching defs:len
269 static void dccp_feat_printvals(u8 feat_num, u8 *list, u8 len) in dccp_feat_printvals()
288 #define dccp_feat_print_opt(opt, feat, val, len, mandatory) do { \ argument
301 #define dccp_feat_print_opt(opt, feat, val, len, mandatory) argument
367 static int dccp_feat_clone_sp_val(dccp_feat_val *fval, u8 const *val, u8 len) in dccp_feat_clone_sp_val()
638 u8 opt, type, len, *ptr, nn_in_nbo[DCCP_OPTVAL_MAXLEN]; in dccp_feat_insert_opts() local
757 u8 const *list, u8 len) in dccp_feat_register_sp()
1065 static int dccp_feat_reconcile(dccp_feat_val *fv, u8 *arr, u8 len, in dccp_feat_reconcile()
1102 u8 feat, u8 *val, u8 len, const bool server) in dccp_feat_change_recv()
1213 u8 feat, u8 *val, u8 len, const bool server) in dccp_feat_confirm_recv()
1310 u8 feat, u8 *val, u8 len) in dccp_feat_handle_nn_established()
1399 u8 mandatory, u8 opt, u8 feat, u8 *val, u8 len) in dccp_feat_parse_options()
1454 u8 len; in dccp_feat_init() member