Searched defs:tcp_request_sock_ops (Results 1 – 1 of 1) sorted by relevance
| /third_party/libbpf/.github/actions/build-selftests/ |
| D | vmlinux.h | 38355 struct tcp_request_sock_ops { struct 38356 u16 mss_clamp; 38357 struct tcp_md5sig_key * (*req_md5_lookup)(const struct sock *, const struct sock *); 38358 …calc_md5_hash)(char *, const struct tcp_md5sig_key *, const struct sock *, const struct sk_buff *); 38359 __u32 (*cookie_init_seq)(const struct sk_buff *, __u16 *); 38360 …entry * (*route_req)(const struct sock *, struct sk_buff *, struct flowi *, struct request_sock *); 38361 u32 (*init_seq)(const struct sk_buff *); 38362 u32 (*init_ts_off)(const struct net *, const struct sk_buff *); 38363 …wi *, struct request_sock *, struct tcp_fastopen_cookie *, enum tcp_synack_type, struct sk_buff *);
|