Home
last modified time | relevance | path

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

/linux-6.12.1/net/dccp/
Dfeat.c279 static void dccp_feat_print_entry(struct dccp_feat_entry const *entry) in dccp_feat_print_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) in dccp_feat_clone_entry()
392 struct dccp_feat_entry *new; in dccp_feat_clone_entry()
398 new = kmemdup(original, sizeof(struct dccp_feat_entry), gfp_any()); in dccp_feat_clone_entry()
411 static void dccp_feat_entry_destructor(struct dccp_feat_entry *entry) in dccp_feat_entry_destructor()
428 static struct dccp_feat_entry *dccp_feat_list_lookup(struct list_head *fn_list, in dccp_feat_list_lookup()
431 struct dccp_feat_entry *entry; in dccp_feat_list_lookup()
450 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