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

/net/dccp/
H A Dfeat.h69 struct dccp_feat_entry { struct
82 static inline u8 dccp_feat_genopt(struct dccp_feat_entry *entry)
H A Dfeat.c282 static void dccp_feat_print_entry(struct dccp_feat_entry const *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)
395 struct dccp_feat_entry *new;
401 new = kmemdup(original, sizeof(struct dccp_feat_entry), gfp_any());
414 static void dccp_feat_entry_destructor(struct dccp_feat_entry *entry)
431 static struct dccp_feat_entry *dccp_feat_list_lookup(struct list_head *fn_list,
434 struct dccp_feat_entry *entry;
453 static struct dccp_feat_entry *
[all...]

Completed in 5 milliseconds