Lines Matching refs:dccp_feat_entry

279 static void dccp_feat_print_entry(struct dccp_feat_entry const *entry)  in dccp_feat_print_entry()
294 const struct dccp_feat_entry *___entry; \
389 static struct dccp_feat_entry *
390 dccp_feat_clone_entry(struct dccp_feat_entry const *original) in dccp_feat_clone_entry()
392 struct dccp_feat_entry *new; in dccp_feat_clone_entry()
398 new = kmemdup(original, sizeof(struct dccp_feat_entry), gfp_any()); in dccp_feat_clone_entry()
411 static void dccp_feat_entry_destructor(struct dccp_feat_entry *entry) in dccp_feat_entry_destructor()
428 static struct dccp_feat_entry *dccp_feat_list_lookup(struct list_head *fn_list, in dccp_feat_list_lookup()
431 struct dccp_feat_entry *entry; in dccp_feat_list_lookup()
450 static struct dccp_feat_entry *
453 struct dccp_feat_entry *entry; in dccp_feat_entry_new()
484 struct dccp_feat_entry *new = dccp_feat_entry_new(fn_list, feat, local); in dccp_feat_push_change()
512 struct dccp_feat_entry *new = dccp_feat_entry_new(fn_list, feat, local); in dccp_feat_push_confirm()
535 static inline void dccp_feat_list_pop(struct dccp_feat_entry *entry) in dccp_feat_list_pop()
543 struct dccp_feat_entry *entry, *next; in dccp_feat_list_purge()
554 struct dccp_feat_entry *entry, *new; in dccp_feat_clone_list()
637 struct dccp_feat_entry *pos, *next; in dccp_feat_insert_opts()
779 struct dccp_feat_entry *entry; in dccp_feat_nn_get()
809 struct dccp_feat_entry *entry; in dccp_feat_signal_nn_change()
975 struct dccp_feat_entry *entry; in dccp_feat_finalise_settings()
1007 struct dccp_feat_entry *entry; in dccp_feat_server_ccid_dependencies()
1112 struct dccp_feat_entry *entry; in dccp_feat_change_recv()
1223 struct dccp_feat_entry *entry = dccp_feat_list_lookup(fn, feat, local); in dccp_feat_confirm_recv()
1320 struct dccp_feat_entry *entry; in dccp_feat_handle_nn_established()
1513 struct dccp_feat_entry *cur, *next; in dccp_feat_activate_values()