Home
last modified time | relevance | path

Searched refs:dccp_feat_list_lookup (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/dccp/
H A Dfeat.c428 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()
/kernel/linux/linux-6.6/net/dccp/
H A Dfeat.c428 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()
1011 entry = dccp_feat_list_lookup(fn, DCCPF_CCID, is_local); in dccp_feat_server_ccid_dependencies()
1139 entry = dccp_feat_list_lookup(fn, feat, local); in dccp_feat_change_recv()
1223 struct dccp_feat_entry *entry = dccp_feat_list_lookup(fn, feat, local); in dccp_feat_confirm_recv()
1357 entry = dccp_feat_list_lookup(fn, feat, local); in dccp_feat_handle_nn_established()

Completed in 5 milliseconds