Searched defs:tcp_request_sock_ops (Results 1 – 1 of 1) sorted by relevance
2440 struct tcp_request_sock_ops { struct2441 u16 mss_clamp;2443 struct tcp_md5sig_key *(*req_md5_lookup)(const struct sock *sk,2445 void (*calc_md5_hash) (char *location,2451 struct tcp_ao_key *(*ao_lookup)(const struct sock *sk,2454 int (*ao_calc_key)(struct tcp_ao_key *mkt, u8 *key, struct request_sock *sk);2478 extern const struct tcp_request_sock_ops tcp_request_sock_ipv4_ops; argument