Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dtcp.h2337 struct tcp_request_sock_ops { struct
2338 u16 mss_clamp;
2340 struct tcp_md5sig_key *(*req_md5_lookup)(const struct sock *sk,
2342 int (*calc_md5_hash) (char *location,
2348 struct tcp_ao_key *(*ao_lookup)(const struct sock *sk,
2374 extern const struct tcp_request_sock_ops tcp_request_sock_ipv4_ops; argument