Searched refs:dccp_feat_push_confirm (Results 1 – 1 of 1) sorted by relevance
/linux/net/dccp/ |
H A D | feat.c | 509 static int dccp_feat_push_confirm(struct list_head *fn_list, u8 feat, u8 local, in dccp_feat_push_confirm() function 532 return dccp_feat_push_confirm(fn_list, feat, local, NULL); in dccp_push_empty_confirm() 1133 return dccp_feat_push_confirm(fn, feat, local, &fval); in dccp_feat_change_recv() 1169 return dccp_feat_push_confirm(fn, feat, local, &fval); in dccp_feat_change_recv() 1349 if (dccp_feat_push_confirm(fn, feat, local, &fval) || in dccp_feat_handle_nn_established()
|