Lines Matching refs:dccp_feat_entry

282 static void dccp_feat_print_entry(struct dccp_feat_entry const *entry)  in dccp_feat_print_entry()
297 const struct dccp_feat_entry *___entry; \
392 static struct dccp_feat_entry *
393 dccp_feat_clone_entry(struct dccp_feat_entry const *original) in dccp_feat_clone_entry()
395 struct dccp_feat_entry *new; in dccp_feat_clone_entry()
401 new = kmemdup(original, sizeof(struct dccp_feat_entry), gfp_any()); in dccp_feat_clone_entry()
414 static void dccp_feat_entry_destructor(struct dccp_feat_entry *entry) in dccp_feat_entry_destructor()
431 static struct dccp_feat_entry *dccp_feat_list_lookup(struct list_head *fn_list, in dccp_feat_list_lookup()
434 struct dccp_feat_entry *entry; in dccp_feat_list_lookup()
453 static struct dccp_feat_entry *
456 struct dccp_feat_entry *entry; in dccp_feat_entry_new()
487 struct dccp_feat_entry *new = dccp_feat_entry_new(fn_list, feat, local); in dccp_feat_push_change()
515 struct dccp_feat_entry *new = dccp_feat_entry_new(fn_list, feat, local); in dccp_feat_push_confirm()
538 static inline void dccp_feat_list_pop(struct dccp_feat_entry *entry) in dccp_feat_list_pop()
546 struct dccp_feat_entry *entry, *next; in dccp_feat_list_purge()
557 struct dccp_feat_entry *entry, *new; in dccp_feat_clone_list()
638 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()
1497 struct dccp_feat_entry *cur, *next; in dccp_feat_activate_values()