Searched refs:tcp_request_sock (Results 1 – 16 of 16) sorted by relevance
172 static int dump_req_sock(struct seq_file *seq, struct tcp_request_sock *treq, in dump_req_sock()201 struct tcp_request_sock *req; in dump_tcp4()
181 static int dump_req_sock(struct seq_file *seq, struct tcp_request_sock *treq, in dump_req_sock()217 struct tcp_request_sock *req; in dump_tcp6()
149 struct tcp_request_sock { struct176 static inline struct tcp_request_sock *tcp_rsk(const struct request_sock *req) in tcp_rsk() argument178 return (struct tcp_request_sock *)req; in tcp_rsk()
251 BTF_SOCK_TYPE(BTF_SOCK_TYPE_TCP_REQ, tcp_request_sock) \
199 struct tcp_request_sock tcp6rsk_tcp;
186 BTF_SOCK_TYPE(BTF_SOCK_TYPE_TCP_REQ, tcp_request_sock) \
268 struct tcp_request_sock *treq = tcp_rsk(req); in cookie_tcp_reqsk_init()322 struct tcp_request_sock *treq; in cookie_tcp_reqsk_alloc()
524 struct tcp_request_sock *treq = tcp_rsk(req); in tcp_create_openreq_child()
612 const struct tcp_request_sock *tcprsk, in process_tcp_ao_options()663 const struct tcp_request_sock *tcprsk, in tcp_options_write()
868 struct tcp_request_sock *treq = tcp_rsk(req); in tcp_ao_syncookie()
1694 .obj_size = sizeof(struct tcp_request_sock),
127 chtls_tcp_ops->obj_size = sizeof(struct tcp_request_sock); in chtls_init_rsk_ops()
455 struct tcp_request_sock sk;
2151 BUILD_BUG_ON(sizeof(struct tcp_request_sock) != sizeof(struct tcp6_request_sock)); in mptcp_subflow_init()
924 static inline u32 tcp_rsk_tsval(const struct tcp_request_sock *treq) in tcp_rsk_tsval()
11983 struct tcp_request_sock *treq; in bpf_sk_assign_tcp_reqsk()