Lines Matching defs:val
252 static void dccp_feat_printval(u8 feat_num, dccp_feat_val const *val) in dccp_feat_printval()
286 #define dccp_feat_print_opt(opt, feat, val, len, mandatory) do { \ argument
299 #define dccp_feat_print_opt(opt, feat, val, len, mandatory) argument
307 u64 val; in __dccp_feat_activate() local
365 static int dccp_feat_clone_sp_val(dccp_feat_val *fval, u8 const *val, u8 len) in dccp_feat_clone_sp_val()
378 static void dccp_feat_val_destructor(u8 feat_num, dccp_feat_val *val) in dccp_feat_val_destructor()
582 static u8 dccp_feat_is_valid_nn_val(u8 feat_num, u64 val) in dccp_feat_is_valid_nn_val()
594 static u8 dccp_feat_is_valid_sp_val(u8 feat_num, u8 val) in dccp_feat_is_valid_sp_val()
1098 u8 feat, u8 *val, u8 len, const bool server) in dccp_feat_change_recv()
1209 u8 feat, u8 *val, u8 len, const bool server) in dccp_feat_confirm_recv()
1306 u8 feat, u8 *val, u8 len) in dccp_feat_handle_nn_established()
1395 u8 mandatory, u8 opt, u8 feat, u8 *val, u8 len) in dccp_feat_parse_options()
1446 u8 *val; in dccp_feat_init() member