Searched defs:inet_connection_sock (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/include/net/ |
| D | inet_connection_sock.h | 85 struct inet_connection_sock { struct 98 const struct inet_connection_sock_af_ops *icsk_af_ops; argument 99 const struct tcp_ulp_ops *icsk_ulp_ops; 100 void __rcu *icsk_ulp_data; 101 void (*icsk_clean_acked)(struct sock *sk, u32 acked_seq); 102 struct hlist_node icsk_listen_portaddr_node; 103 unsigned int (*icsk_sync_mss)(struct sock *sk, u32 pmtu); 104 __u8 icsk_ca_state:5, 105 icsk_ca_initialized:1, 106 icsk_ca_setsockopt:1, [all …]
|
| /kernel/linux/linux-6.6/include/net/ |
| D | inet_connection_sock.h | 83 struct inet_connection_sock { struct 97 const struct inet_connection_sock_af_ops *icsk_af_ops; argument 98 const struct tcp_ulp_ops *icsk_ulp_ops; 99 void __rcu *icsk_ulp_data; 100 void (*icsk_clean_acked)(struct sock *sk, u32 acked_seq); 101 unsigned int (*icsk_sync_mss)(struct sock *sk, u32 pmtu); 102 __u8 icsk_ca_state:5, 103 icsk_ca_initialized:1, 104 icsk_ca_setsockopt:1, 105 icsk_ca_dst_locked:1; [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
| D | bpf_tcp_helpers.h | 38 struct inet_connection_sock { struct 54 struct inet_connection_sock inet_conn; argument
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
| D | bpf_tcp_helpers.h | 47 struct inet_connection_sock { struct 63 struct inet_connection_sock inet_conn; argument
|