Searched defs:inet_connection_sock (Results 1 – 1 of 1) sorted by relevance
78 struct inet_connection_sock { struct92 const struct inet_connection_sock_af_ops *icsk_af_ops; argument93 const struct tcp_ulp_ops *icsk_ulp_ops;94 void __rcu *icsk_ulp_data;95 unsigned int (*icsk_sync_mss)(struct sock *sk, u32 pmtu);96 __u8 icsk_ca_state:5,97 icsk_ca_initialized:1,98 icsk_ca_setsockopt:1,99 icsk_ca_dst_locked:1;100 __u8 icsk_retransmits;[all …]