Lines Matching refs:clip_db_entry
70 struct clip_db_entry { struct
71 LIST_ENTRY(clip_db_entry) link; /* clip_db hash linkage */
81 struct clip_db_entry *cde; argument
89 static LIST_HEAD(, clip_db_entry) *clip_db;
104 static struct clip_db_entry *lookup_clip_db_entry(struct in6_addr *, bool);
123 static inline struct clip_db_entry *
126 struct clip_db_entry *cde; in alloc_clip_db_entry()
136 alloc_clip_entry(struct clip_db_entry *cde) in alloc_clip_entry()
156 static struct clip_db_entry *
159 struct clip_db_entry *cde; in lookup_clip_db_entry()
186 struct clip_db_entry *cde; in lookup_clip_entry()
303 struct clip_db_entry *cde; in release_clip_entry_locked()
408 struct clip_db_entry *cde, *cde_tmp; in update_clip_db()
482 struct clip_db_entry *cde; in update_sw_clip_table()
570 struct clip_db_entry *cde; in update_hw_clip_table()
784 struct clip_db_entry *cde; in sysctl_clip_db()
855 struct clip_db_entry *cde; in t4_clip_modunload()