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; \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 *[all …]
69 struct dccp_feat_entry { struct82 static inline u8 dccp_feat_genopt(struct dccp_feat_entry *entry) in dccp_feat_genopt() argument