Home
last modified time | relevance | path

Searched defs:request_sock (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/net/
H A Drequest_sock.h53 struct request_sock { struct
61 struct request_sock *dl_next; argument
68 const struct request_sock_ops *rsk_ops; argument
76 static inline struct request_sock *inet_reqsk(const struct sock *sk) in inet_reqsk() argument
/openbmc/linux/tools/testing/selftests/bpf/
H A Dbpf_tcp_helpers.h58 struct request_sock { struct
59 struct sock_common __req_common;
/openbmc/linux/kernel/bpf/
H A Dverifier.c6304 BTF_TYPE_SAFE_RCU_OR_NULL(struct request_sock) { in BTF_TYPE_SAFE_RCU_OR_NULL()