Searched defs:tcp_request_sock (Results 1 – 1 of 1) sorted by relevance
150 struct tcp_request_sock { struct152 const struct tcp_request_sock_ops *af_specific; argument153 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