Searched refs:listen_ctx (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/cxgbe/tom/
H A Dt4_listen.c77 static int alloc_stid(struct adapter *, struct listen_ctx *, int);
78 static struct listen_ctx *lookup_stid(struct adapter *, int);
79 static void free_stid(struct adapter *, struct listen_ctx *);
82 static struct listen_ctx *alloc_lctx(struct adapter *, struct inpcb *,
84 static int free_lctx(struct adapter *, struct listen_ctx *);
85 static void hold_lctx(struct listen_ctx *);
86 static void listen_hash_add(struct adapter *, struct listen_ctx *);
87 static struct listen_ctx *listen_hash_find(struct adapter *, struct inpcb *);
88 static struct listen_ctx *listen_hash_del(struct adapter *, struct inpcb *);
89 static struct inpcb *release_lctx(struct adapter *, struct listen_ctx *);
[all...]
H A Dt4_tom.h238 struct listen_ctx *lctx; /* backpointer to listen ctx */
254 /* listen_ctx flags */
257 struct listen_ctx { struct
258 LIST_ENTRY(listen_ctx) link; /* listen hash linkage */
303 LIST_HEAD(, listen_ctx) *listen_hash;
/freebsd-13-stable/sys/dev/cxgbe/
H A Doffload.h63 struct listen_ctx;
147 struct listen_ctx **stid_tab;

Completed in 96 milliseconds