Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_clip.c70 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()
[all …]