Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_tcp4.c172 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()
H A Dbpf_iter_tcp6.c181 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()
/linux/include/linux/
H A Dtcp.h149 struct tcp_request_sock { struct
178 static inline struct tcp_request_sock *tcp_rsk(const struct request_sock *req) in tcp_rsk() argument
180 return (struct tcp_request_sock *)req; in tcp_rsk()
H A Dipv6.h201 struct tcp_request_sock tcp6rsk_tcp;
/linux/net/ipv4/
H A Dsyncookies.c268 struct tcp_request_sock *treq = tcp_rsk(req); in cookie_tcp_reqsk_init()
323 struct tcp_request_sock *treq; in cookie_tcp_reqsk_alloc()
H A Dtcp_minisocks.c528 struct tcp_request_sock *treq = tcp_rsk(req); in tcp_create_openreq_child()
H A Dtcp_output.c614 const struct tcp_request_sock *tcprsk, in process_tcp_ao_options()
665 const struct tcp_request_sock *tcprsk, in tcp_options_write()
H A Dtcp_ao.c868 struct tcp_request_sock *treq = tcp_rsk(req); in tcp_ao_syncookie()
H A Dtcp_ipv4.c1707 .obj_size = sizeof(struct tcp_request_sock),
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.h127 chtls_tcp_ops->obj_size = sizeof(struct tcp_request_sock); in chtls_init_rsk_ops()
/linux/net/mptcp/
H A Dprotocol.h461 struct tcp_request_sock sk;
H A Dsubflow.c2155 BUILD_BUG_ON(sizeof(struct tcp_request_sock) != sizeof(struct tcp6_request_sock)); in mptcp_subflow_init()
/linux/net/core/
H A Dfilter.c12054 struct tcp_request_sock *treq; in bpf_sk_assign_tcp_reqsk()