Searched refs:dccp_feat_entry (Results 1 – 2 of 2) sorted by relevance
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; \391 static struct dccp_feat_entry *392 dccp_feat_clone_entry(struct dccp_feat_entry const *original) in dccp_feat_clone_entry()394 struct dccp_feat_entry *new; in dccp_feat_clone_entry()400 new = kmemdup(original, sizeof(struct dccp_feat_entry), gfp_any()); in dccp_feat_clone_entry()413 static void dccp_feat_entry_destructor(struct dccp_feat_entry *entry) in dccp_feat_entry_destructor()430 static struct dccp_feat_entry *dccp_feat_list_lookup(struct list_head *fn_list, in dccp_feat_list_lookup()433 struct dccp_feat_entry *entry; in dccp_feat_list_lookup()451 static struct dccp_feat_entry *[all …]
69 struct dccp_feat_entry { struct82 static inline u8 dccp_feat_genopt(struct dccp_feat_entry *entry) in dccp_feat_genopt() argument