Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dtcp.h149 struct tcp_request_sock { struct
170 static inline struct tcp_request_sock *tcp_rsk(const struct request_sock *req) in tcp_rsk() argument
172 return (struct tcp_request_sock *)req; in tcp_rsk()
H A Dbtf_ids.h236 BTF_SOCK_TYPE(BTF_SOCK_TYPE_TCP_REQ, tcp_request_sock) \
H A Dipv6.h191 struct tcp_request_sock tcp6rsk_tcp;
/openbmc/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()
/openbmc/linux/tools/include/linux/
H A Dbtf_ids.h186 BTF_SOCK_TYPE(BTF_SOCK_TYPE_TCP_REQ, tcp_request_sock) \
/openbmc/linux/net/ipv4/
H A Dsyncookies.c282 struct tcp_request_sock *treq; in cookie_tcp_reqsk_alloc()
324 struct tcp_request_sock *treq; in cookie_v4_check()
H A Dtcp_minisocks.c487 struct tcp_request_sock *treq = tcp_rsk(req); in tcp_create_openreq_child()
H A Dtcp_ipv4.c1519 .obj_size = sizeof(struct tcp_request_sock),
/openbmc/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()
/openbmc/linux/net/ipv6/
H A Dsyncookies.c132 struct tcp_request_sock *treq; in cookie_v6_check()
/openbmc/linux/net/mptcp/
H A Dprotocol.h420 struct tcp_request_sock sk;
H A Dsubflow.c2091 BUILD_BUG_ON(sizeof(struct tcp_request_sock) != sizeof(struct tcp6_request_sock)); in mptcp_subflow_init()