Home
last modified time | relevance | path

Searched refs:tcp_request_sock (Results 1 – 12 of 12) 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.h150 struct tcp_request_sock { struct
184 #define tcp_rsk(ptr) container_of_const(ptr, struct tcp_request_sock, req.req) argument
H A Dipv6.h222 struct tcp_request_sock tcp6rsk_tcp;
/linux/tools/include/linux/
H A Dbtf_ids.h250 BTF_SOCK_TYPE(BTF_SOCK_TYPE_TCP_REQ, tcp_request_sock) \
/linux/net/ipv4/
H A Dtcp_minisocks.c474 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 Dtcp_output.c598 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 Dtcp_ao.c921 struct tcp_request_sock *treq = tcp_rsk(req); in tcp_ao_syncookie()
H A Dtcp_ipv4.c1630 .obj_size = sizeof(struct tcp_request_sock),
/linux/net/mptcp/
H A Dprotocol.h503 struct tcp_request_sock sk;
H A Dsubflow.c2187 BUILD_BUG_ON(sizeof(struct tcp_request_sock) != sizeof(struct tcp6_request_sock)); in mptcp_subflow_v6_init()
/linux/net/core/
H A Dfilter.c12512 struct tcp_request_sock *treq; in bpf_sk_assign_tcp_reqsk()