Home
last modified time | relevance | path

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

/openbmc/linux/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()