Searched refs:dccp_feat_list_lookup (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/net/dccp/ |
D | feat.c | 428 static struct dccp_feat_entry *dccp_feat_list_lookup(struct list_head *fn_list, in dccp_feat_list_lookup() function 781 entry = dccp_feat_list_lookup(&dp->dccps_featneg, feat, 1); in dccp_feat_nn_get() 821 entry = dccp_feat_list_lookup(fn, feat, 1); in dccp_feat_signal_nn_change() 1009 entry = dccp_feat_list_lookup(fn, DCCPF_CCID, is_local); in dccp_feat_server_ccid_dependencies() 1133 entry = dccp_feat_list_lookup(fn, feat, local); in dccp_feat_change_recv() 1217 struct dccp_feat_entry *entry = dccp_feat_list_lookup(fn, feat, local); in dccp_feat_confirm_recv() 1351 entry = dccp_feat_list_lookup(fn, feat, local); in dccp_feat_handle_nn_established()
|