Searched defs:ft_tport (Results 1 – 1 of 1) sorted by relevance
62 struct ft_tport { struct63 struct fc_lport *lport;64 struct ft_tpg *tpg; /* NULL if TPG deleted before tport */65 u32 sess_count; /* number of sessions in hash */66 struct rcu_head rcu;67 struct hlist_head hash[FT_SESS_HASH_SIZE]; /* list of sessions */