Searched refs:tcp_request_sock (Results 1 – 12 of 12) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | bpf_iter_tcp4.c | 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()
|
| H A D | bpf_iter_tcp6.c | 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()
|
| /linux/include/linux/ |
| H A D | tcp.h | 150 struct tcp_request_sock { struct 184 #define tcp_rsk(ptr) container_of_const(ptr, struct tcp_request_sock, req.req) argument
|
| H A D | ipv6.h | 222 struct tcp_request_sock tcp6rsk_tcp;
|
| /linux/tools/include/linux/ |
| H A D | btf_ids.h | 250 BTF_SOCK_TYPE(BTF_SOCK_TYPE_TCP_REQ, tcp_request_sock) \
|
| /linux/net/ipv4/ |
| H A D | tcp_minisocks.c | 474 const struct tcp_request_sock *treq = tcp_rsk(req); in tcp_ecn_openreq_child() 552 struct tcp_request_sock *treq = tcp_rsk(req); in tcp_create_openreq_child()
|
| H A D | tcp_output.c | 598 const struct tcp_request_sock *tcprsk, in process_tcp_ao_options() 654 const struct tcp_request_sock *tcprsk, in tcp_options_write() 1072 struct tcp_request_sock *treq = tcp_rsk(req); in tcp_synack_options()
|
| H A D | tcp_ao.c | 921 struct tcp_request_sock *treq = tcp_rsk(req); in tcp_ao_syncookie()
|
| H A D | tcp_ipv4.c | 1630 .obj_size = sizeof(struct tcp_request_sock),
|
| /linux/net/mptcp/ |
| H A D | protocol.h | 503 struct tcp_request_sock sk;
|
| H A D | subflow.c | 2187 BUILD_BUG_ON(sizeof(struct tcp_request_sock) != sizeof(struct tcp6_request_sock)); in mptcp_subflow_v6_init()
|
| /linux/net/core/ |
| H A D | filter.c | 12512 struct tcp_request_sock *treq; in bpf_sk_assign_tcp_reqsk()
|