Home
last modified time | relevance | path

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

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