Searched defs:inet_connection_sock (Results 1 – 1 of 1) sorted by relevance
90 struct inet_connection_sock { struct101 const struct inet_connection_sock_af_ops *icsk_af_ops; argument102 const struct tcp_ulp_ops *icsk_ulp_ops;103 void *icsk_ulp_data;104 unsigned int (*icsk_sync_mss)(struct sock *sk, u32 pmtu);105 __u8 icsk_ca_state:6,106 icsk_ca_setsockopt:1,107 icsk_ca_dst_locked:1;108 __u8 icsk_retransmits;109 __u8 icsk_pending;[all …]