Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtcp.h150 struct tcp_request_sock { struct
152 const struct tcp_request_sock_ops *af_specific; argument
153 u64 snt_synack; /* first SYNACK sent time */
154 bool tfo_listener;
155 bool is_mptcp;
156 bool req_usec_ts;
158 bool drop_req;
160 u32 txhash;
184 #define tcp_rsk(ptr) container_of_const(ptr, struct tcp_request_sock, req.req) argument