Lines Matching refs:dccp_feat_entry
279 static void dccp_feat_print_entry(struct dccp_feat_entry const *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)
392 struct dccp_feat_entry *new;
398 new = kmemdup(original, sizeof(struct dccp_feat_entry), gfp_any());
411 static void dccp_feat_entry_destructor(struct dccp_feat_entry *entry)
428 static struct dccp_feat_entry *dccp_feat_list_lookup(struct list_head *fn_list,
431 struct dccp_feat_entry *entry;
450 static struct dccp_feat_entry *
453 struct dccp_feat_entry *entry;
484 struct dccp_feat_entry *new = dccp_feat_entry_new(fn_list, feat, local);
512 struct dccp_feat_entry *new = dccp_feat_entry_new(fn_list, feat, local);
535 static inline void dccp_feat_list_pop(struct dccp_feat_entry *entry)
543 struct dccp_feat_entry *entry, *next;
554 struct dccp_feat_entry *entry, *new;
637 struct dccp_feat_entry *pos, *next;
779 struct dccp_feat_entry *entry;
809 struct dccp_feat_entry *entry;
975 struct dccp_feat_entry *entry;
1005 struct dccp_feat_entry *entry;
1106 struct dccp_feat_entry *entry;
1217 struct dccp_feat_entry *entry = dccp_feat_list_lookup(fn, feat, local);
1314 struct dccp_feat_entry *entry;
1507 struct dccp_feat_entry *cur, *next;