Home
last modified time | relevance | path

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

/linux/include/linux/
A 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()
A Dbtf_ids.h175 BTF_SOCK_TYPE(BTF_SOCK_TYPE_TCP_REQ, tcp_request_sock) \
A Dipv6.h187 struct tcp_request_sock tcp6rsk_tcp;
/linux/tools/testing/selftests/bpf/progs/
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()
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/tools/include/linux/
A Dbtf_ids.h171 BTF_SOCK_TYPE(BTF_SOCK_TYPE_TCP_REQ, tcp_request_sock) \
/linux/net/ipv4/
A Dsyncookies.c287 struct tcp_request_sock *treq; in cookie_tcp_reqsk_alloc()
326 struct tcp_request_sock *treq; in cookie_v4_check()
A Dtcp_minisocks.c455 struct tcp_request_sock *treq = tcp_rsk(req); in tcp_create_openreq_child()
A Dtcp_ipv4.c1499 .obj_size = sizeof(struct tcp_request_sock),
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
A Dchtls_cm.h127 chtls_tcp_ops->obj_size = sizeof(struct tcp_request_sock); in chtls_init_rsk_ops()
/linux/net/ipv6/
A Dsyncookies.c132 struct tcp_request_sock *treq; in cookie_v6_check()
/linux/net/mptcp/
A Dprotocol.h352 struct tcp_request_sock sk;

Completed in 23 milliseconds