Lines Matching refs:dccp_feat_entry
277 static void dccp_feat_print_entry(struct dccp_feat_entry const *entry) in dccp_feat_print_entry()
292 const struct dccp_feat_entry *___entry; \
387 static struct dccp_feat_entry *
388 dccp_feat_clone_entry(struct dccp_feat_entry const *original) in dccp_feat_clone_entry()
390 struct dccp_feat_entry *new; in dccp_feat_clone_entry()
396 new = kmemdup(original, sizeof(struct dccp_feat_entry), gfp_any()); in dccp_feat_clone_entry()
409 static void dccp_feat_entry_destructor(struct dccp_feat_entry *entry) in dccp_feat_entry_destructor()
426 static struct dccp_feat_entry *dccp_feat_list_lookup(struct list_head *fn_list, in dccp_feat_list_lookup()
429 struct dccp_feat_entry *entry; in dccp_feat_list_lookup()
448 static struct dccp_feat_entry *
451 struct dccp_feat_entry *entry; in dccp_feat_entry_new()
482 struct dccp_feat_entry *new = dccp_feat_entry_new(fn_list, feat, local); in dccp_feat_push_change()
510 struct dccp_feat_entry *new = dccp_feat_entry_new(fn_list, feat, local); in dccp_feat_push_confirm()
533 static inline void dccp_feat_list_pop(struct dccp_feat_entry *entry) in dccp_feat_list_pop()
541 struct dccp_feat_entry *entry, *next; in dccp_feat_list_purge()
552 struct dccp_feat_entry *entry, *new; in dccp_feat_clone_list()
633 struct dccp_feat_entry *pos, *next; in dccp_feat_insert_opts()
775 struct dccp_feat_entry *entry; in dccp_feat_nn_get()
805 struct dccp_feat_entry *entry; in dccp_feat_signal_nn_change()
971 struct dccp_feat_entry *entry; in dccp_feat_finalise_settings()
1001 struct dccp_feat_entry *entry; in dccp_feat_server_ccid_dependencies()
1102 struct dccp_feat_entry *entry; in dccp_feat_change_recv()
1213 struct dccp_feat_entry *entry = dccp_feat_list_lookup(fn, feat, local); in dccp_feat_confirm_recv()
1310 struct dccp_feat_entry *entry; in dccp_feat_handle_nn_established()
1500 struct dccp_feat_entry *cur, *next; in dccp_feat_activate_values()