Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dtcp.h119 struct tcp_request_sock { struct
140 static inline struct tcp_request_sock *tcp_rsk(const struct request_sock *req) in tcp_rsk() argument
142 return (struct tcp_request_sock *)req; in tcp_rsk()
Dbtf_ids.h171 BTF_SOCK_TYPE(BTF_SOCK_TYPE_TCP_REQ, tcp_request_sock) \
Dipv6.h181 struct tcp_request_sock tcp6rsk_tcp;
/Linux-v5.10/tools/testing/selftests/bpf/progs/
Dbpf_iter_tcp4.c173 static int dump_req_sock(struct seq_file *seq, struct tcp_request_sock *treq, in dump_req_sock()
202 struct tcp_request_sock *req; in dump_tcp4()
Dbpf_iter_tcp6.c182 static int dump_req_sock(struct seq_file *seq, struct tcp_request_sock *treq, in dump_req_sock()
218 struct tcp_request_sock *req; in dump_tcp6()
/Linux-v5.10/tools/include/linux/
Dbtf_ids.h171 BTF_SOCK_TYPE(BTF_SOCK_TYPE_TCP_REQ, tcp_request_sock) \
/Linux-v5.10/net/ipv4/
Dsyncookies.c289 struct tcp_request_sock *treq; in cookie_tcp_reqsk_alloc()
328 struct tcp_request_sock *treq; in cookie_v4_check()
Dtcp_minisocks.c462 struct tcp_request_sock *treq = tcp_rsk(req); in tcp_create_openreq_child()
Dtcp_ipv4.c1456 .obj_size = sizeof(struct tcp_request_sock),
/Linux-v5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/
Dchtls_cm.h130 chtls_tcp_ops->obj_size = sizeof(struct tcp_request_sock); in chtls_init_rsk_ops()
/Linux-v5.10/net/ipv6/
Dsyncookies.c132 struct tcp_request_sock *treq; in cookie_v6_check()
/Linux-v5.10/net/mptcp/
Dprotocol.h261 struct tcp_request_sock sk;