Home
last modified time | relevance | path

Searched defs:inet_connection_sock (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/include/net/
Dinet_connection_sock.h81 struct inet_connection_sock { struct
94 const struct inet_connection_sock_af_ops *icsk_af_ops; argument
95 const struct tcp_ulp_ops *icsk_ulp_ops;
96 void __rcu *icsk_ulp_data;
97 void (*icsk_clean_acked)(struct sock *sk, u32 acked_seq);
98 unsigned int (*icsk_sync_mss)(struct sock *sk, u32 pmtu);
99 __u8 icsk_ca_state:5,
100 icsk_ca_initialized:1,
101 icsk_ca_setsockopt:1,
102 icsk_ca_dst_locked:1;
[all …]
/linux-5.19.10/tools/testing/selftests/bpf/
Dbpf_tcp_helpers.h47 struct inet_connection_sock { struct
63 struct inet_connection_sock inet_conn; argument