Searched refs:listen_ctx (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_listen.c | 76 static struct listen_ctx *lookup_stid(struct adapter *, int); 80 static struct listen_ctx *alloc_lctx(struct adapter *, struct inpcb *, 82 static int free_lctx(struct adapter *, struct listen_ctx *); 83 static void hold_lctx(struct listen_ctx *); 84 static void listen_hash_add(struct adapter *, struct listen_ctx *); 85 static struct listen_ctx *listen_hash_find(struct adapter *, struct inpcb *); 86 static struct listen_ctx *listen_hash_del(struct adapter *, struct inpcb *); 87 static struct inpcb *release_lctx(struct adapter *, struct listen_ctx *); 91 static int create_server6(struct adapter *, struct listen_ctx *); 92 static int create_server(struct adapter *, struct listen_ctx *); [all …]
|
H A D | t4_tom.h | 271 struct listen_ctx *lctx; /* backpointer to listen ctx */ 293 struct listen_ctx { struct 294 LIST_ENTRY(listen_ctx) link; /* listen hash linkage */ 345 LIST_HEAD(, listen_ctx) *listen_hash;
|
/freebsd/sys/dev/cxgbe/ |
H A D | offload.h | 137 struct listen_ctx **stid_tab;
|