Searched defs:tcp_request_sock_ops (Results 1 – 1 of 1) sorted by relevance
| /developtools/profiler/hiebpf/include/ |
| D | vmlinux.h | 145749 struct tcp_request_sock_ops { struct 145750 u16 mss_clamp; 145751 struct tcp_md5sig_key * (*req_md5_lookup)(const struct sock *, const struct sock *); 145752 …calc_md5_hash)(char *, const struct tcp_md5sig_key *, const struct sock *, const struct sk_buff *); 145753 __u32 (*cookie_init_seq)(const struct sk_buff *, __u16 *); 145754 …entry * (*route_req)(const struct sock *, struct sk_buff *, struct flowi *, struct request_sock *); 145755 u32 (*init_seq)(const struct sk_buff *); 145756 u32 (*init_ts_off)(const struct net *, const struct sk_buff *); 145757 …wi *, struct request_sock *, struct tcp_fastopen_cookie *, enum tcp_synack_type, struct sk_buff *);
|