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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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.c281 static void dccp_feat_print_entry(struct dccp_feat_entry const *entry)
296 const struct dccp_feat_entry *___entry; \
376 static struct dccp_feat_entry *
377 dccp_feat_clone_entry(struct dccp_feat_entry const *original)
379 struct dccp_feat_entry *new;
385 new = kmemdup(original, sizeof(struct dccp_feat_entry), gfp_any());
398 static void dccp_feat_entry_destructor(struct dccp_feat_entry *entry)
415 static struct dccp_feat_entry *dccp_feat_list_lookup(struct list_head *fn_list,
418 struct dccp_feat_entry *entry;
436 static struct dccp_feat_entry *
[all...]

Completed in 50 milliseconds