Lines Matching defs:inet_connection_sock
91 struct inet_connection_sock { struct
102 const struct inet_connection_sock_af_ops *icsk_af_ops; argument
103 const struct tcp_ulp_ops *icsk_ulp_ops;
104 void *icsk_ulp_data;
105 void (*icsk_clean_acked)(struct sock *sk, u32 acked_seq);
106 struct hlist_node icsk_listen_portaddr_node;
107 unsigned int (*icsk_sync_mss)(struct sock *sk, u32 pmtu);
108 __u8 icsk_ca_state:6,
109 icsk_ca_setsockopt:1,
110 icsk_ca_dst_locked:1;
111 __u8 icsk_retransmits;
112 __u8 icsk_pending;
113 __u8 icsk_backoff;
114 __u8 icsk_syn_retries;
115 __u8 icsk_probes_out;
116 __u16 icsk_ext_hdr_len;
117 struct {
127 } icsk_ack;
128 struct {
153 static inline struct inet_connection_sock *inet_csk(const struct sock *sk) in inet_csk() argument