Lines Matching +defs:val +defs:list
254 static void dccp_feat_printval(u8 feat_num, dccp_feat_val const *val) in dccp_feat_printval()
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
309 u64 val; in __dccp_feat_activate() local
367 static int dccp_feat_clone_sp_val(dccp_feat_val *fval, u8 const *val, u8 len) in dccp_feat_clone_sp_val()
380 static void dccp_feat_val_destructor(u8 feat_num, dccp_feat_val *val) in dccp_feat_val_destructor()
586 static u8 dccp_feat_is_valid_nn_val(u8 feat_num, u64 val) in dccp_feat_is_valid_nn_val()
598 static u8 dccp_feat_is_valid_sp_val(u8 feat_num, u8 val) in dccp_feat_is_valid_sp_val()
757 u8 const *list, u8 len) in dccp_feat_register_sp()
1108 u8 feat, u8 *val, u8 len, const bool server) in dccp_feat_change_recv()
1223 u8 feat, u8 *val, u8 len, const bool server) in dccp_feat_confirm_recv()
1320 u8 feat, u8 *val, u8 len) in dccp_feat_handle_nn_established()
1409 u8 mandatory, u8 opt, u8 feat, u8 *val, u8 len) in dccp_feat_parse_options()
1463 u8 *val; in dccp_feat_init() member