Searched defs:tcp_request_sock_ops (Results 1 – 7 of 7) sorted by relevance
/external/bcc/libbpf-tools/powerpc/ |
D | vmlinux_510.h | 109621 struct tcp_request_sock_ops { struct 109622 u16 mss_clamp; 109623 struct tcp_md5sig_key * (*req_md5_lookup)(const struct sock *, const struct sock *); 109624 …calc_md5_hash)(char *, const struct tcp_md5sig_key *, const struct sock *, const struct sk_buff *); 109625 void (*init_req)(struct request_sock *, const struct sock *, struct sk_buff *); 109626 __u32 (*cookie_init_seq)(const struct sk_buff *, __u16 *); 109627 struct dst_entry * (*route_req)(const struct sock *, struct flowi *, const struct request_sock *); 109628 u32 (*init_seq)(const struct sk_buff *); 109629 u32 (*init_ts_off)(const struct net *, const struct sk_buff *); 109630 …wi *, struct request_sock *, struct tcp_fastopen_cookie *, enum tcp_synack_type, struct sk_buff *);
|
D | vmlinux.h | 109621 struct tcp_request_sock_ops { struct 109622 u16 mss_clamp; 109623 struct tcp_md5sig_key * (*req_md5_lookup)(const struct sock *, const struct sock *); 109624 …calc_md5_hash)(char *, const struct tcp_md5sig_key *, const struct sock *, const struct sk_buff *); 109625 void (*init_req)(struct request_sock *, const struct sock *, struct sk_buff *); 109626 __u32 (*cookie_init_seq)(const struct sk_buff *, __u16 *); 109627 struct dst_entry * (*route_req)(const struct sock *, struct flowi *, const struct request_sock *); 109628 u32 (*init_seq)(const struct sk_buff *); 109629 u32 (*init_ts_off)(const struct net *, const struct sk_buff *); 109630 …wi *, struct request_sock *, struct tcp_fastopen_cookie *, enum tcp_synack_type, struct sk_buff *);
|
/external/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 *);
|
/external/bcc/libbpf-tools/arm64/ |
D | vmlinux.h | 96613 struct tcp_request_sock_ops { struct 96614 u16 mss_clamp; 96615 struct tcp_md5sig_key * (*req_md5_lookup)(const struct sock *, const struct sock *); 96616 …calc_md5_hash)(char *, const struct tcp_md5sig_key *, const struct sock *, const struct sk_buff *); 96617 void (*init_req)(struct request_sock *, const struct sock *, struct sk_buff *); 96618 __u32 (*cookie_init_seq)(const struct sk_buff *, __u16 *); 96619 struct dst_entry * (*route_req)(const struct sock *, struct flowi *, const struct request_sock *); 96620 u32 (*init_seq)(const struct sk_buff *); 96621 u32 (*init_ts_off)(const struct net *, const struct sk_buff *); 96622 …wi *, struct request_sock *, struct tcp_fastopen_cookie *, enum tcp_synack_type, struct sk_buff *);
|
D | vmlinux_510.h | 96613 struct tcp_request_sock_ops { struct 96614 u16 mss_clamp; 96615 struct tcp_md5sig_key * (*req_md5_lookup)(const struct sock *, const struct sock *); 96616 …calc_md5_hash)(char *, const struct tcp_md5sig_key *, const struct sock *, const struct sk_buff *); 96617 void (*init_req)(struct request_sock *, const struct sock *, struct sk_buff *); 96618 __u32 (*cookie_init_seq)(const struct sk_buff *, __u16 *); 96619 struct dst_entry * (*route_req)(const struct sock *, struct flowi *, const struct request_sock *); 96620 u32 (*init_seq)(const struct sk_buff *); 96621 u32 (*init_ts_off)(const struct net *, const struct sk_buff *); 96622 …wi *, struct request_sock *, struct tcp_fastopen_cookie *, enum tcp_synack_type, struct sk_buff *);
|
/external/bcc/libbpf-tools/x86/ |
D | vmlinux.h | 104295 struct tcp_request_sock_ops { struct 104296 u16 mss_clamp; 104297 struct tcp_md5sig_key * (*req_md5_lookup)(const struct sock *, const struct sock *); 104298 …calc_md5_hash)(char *, const struct tcp_md5sig_key *, const struct sock *, const struct sk_buff *); 104299 void (*init_req)(struct request_sock *, const struct sock *, struct sk_buff *); 104300 __u32 (*cookie_init_seq)(const struct sk_buff *, __u16 *); 104301 struct dst_entry * (*route_req)(const struct sock *, struct flowi *, const struct request_sock *); 104302 u32 (*init_seq)(const struct sk_buff *); 104303 u32 (*init_ts_off)(const struct net *, const struct sk_buff *); 104304 …ntry *, struct flowi *, struct request_sock *, struct tcp_fastopen_cookie *, enum tcp_synack_type);
|
D | vmlinux_505.h | 104295 struct tcp_request_sock_ops { struct 104296 u16 mss_clamp; 104297 struct tcp_md5sig_key * (*req_md5_lookup)(const struct sock *, const struct sock *); 104298 …calc_md5_hash)(char *, const struct tcp_md5sig_key *, const struct sock *, const struct sk_buff *); 104299 void (*init_req)(struct request_sock *, const struct sock *, struct sk_buff *); 104300 __u32 (*cookie_init_seq)(const struct sk_buff *, __u16 *); 104301 struct dst_entry * (*route_req)(const struct sock *, struct flowi *, const struct request_sock *); 104302 u32 (*init_seq)(const struct sk_buff *); 104303 u32 (*init_ts_off)(const struct net *, const struct sk_buff *); 104304 …ntry *, struct flowi *, struct request_sock *, struct tcp_fastopen_cookie *, enum tcp_synack_type);
|