Lines Matching +defs:val +defs:local

254 static void dccp_feat_printval(u8 feat_num, dccp_feat_val const *val)  in dccp_feat_printval()
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
353 static int dccp_feat_activate(struct sock *sk, u8 feat_num, bool local, in dccp_feat_activate()
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()
451 dccp_feat_entry_new(struct list_head *head, u8 feat, bool local) in dccp_feat_entry_new()
481 static int dccp_feat_push_change(struct list_head *fn_list, u8 feat, u8 local, in dccp_feat_push_change()
509 static int dccp_feat_push_confirm(struct list_head *fn_list, u8 feat, u8 local, in dccp_feat_push_confirm()
530 static int dccp_push_empty_confirm(struct list_head *fn_list, u8 feat, u8 local) in dccp_push_empty_confirm()
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()
1108 u8 feat, u8 *val, u8 len, const bool server) in dccp_feat_change_recv()
1111 const bool local = (opt == DCCPO_CHANGE_R); in dccp_feat_change_recv() local
1223 u8 feat, u8 *val, u8 len, const bool server) in dccp_feat_confirm_recv()
1226 const bool local = (opt == DCCPO_CONFIRM_R); in dccp_feat_confirm_recv() local
1320 u8 feat, u8 *val, u8 len) in dccp_feat_handle_nn_established()
1323 const bool local = (opt == DCCPO_CONFIRM_R); in dccp_feat_handle_nn_established() local
1409 u8 mandatory, u8 opt, u8 feat, u8 *val, u8 len) in dccp_feat_parse_options()
1463 u8 *val; in dccp_feat_init() member