Home
last modified time | relevance | path

Searched defs:smc_sock (Results 1 – 1 of 1) sorted by relevance

/linux/net/smc/
A Dsmc.h227 struct smc_sock { /* smc sock container */ struct
233 struct smc_sock *listen_smc; /* listen parent */ argument
234 struct work_struct connect_work; /* handle non-blocking connect*/
235 struct work_struct tcp_listen_work;/* handle tcp socket accepts */
236 struct work_struct smc_listen_work;/* prepare new accept socket */
237 struct list_head accept_q; /* sockets to be accepted */
261 static inline struct smc_sock *smc_sk(const struct sock *sk) in smc_sk() argument

Completed in 6 milliseconds