Home
last modified time | relevance | path

Searched refs:dccp_feat_entry (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/net/dccp/
Dfeat.c277 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 *
[all …]
Dfeat.h66 struct dccp_feat_entry { struct
79 static inline u8 dccp_feat_genopt(struct dccp_feat_entry *entry) in dccp_feat_genopt() argument