Home
last modified time | relevance | path

Searched defs:tcp_sk (Results 1 – 11 of 11) sorted by relevance

/linux-6.6.21/tools/testing/selftests/bpf/progs/
Dcgrp_ls_attach_cgroup.c27 struct tcp_sock *tcp_sk; in set_cookie() local
56 struct tcp_sock *tcp_sk; in update_cookie_sockops() local
Dtcp_ca_incompl_cong_ops.c10 static inline struct tcp_sock *tcp_sk(const struct sock *sk) in tcp_sk() function
Dtcp_rtt.c26 struct bpf_tcp_sock *tcp_sk; in _sockops() local
Dtcp_ca_update.c13 static inline struct tcp_sock *tcp_sk(const struct sock *sk) in tcp_sk() function
Dtcp_ca_write_sk_pacing.c14 static inline struct tcp_sock *tcp_sk(const struct sock *sk) in tcp_sk() function
Dsock_destroy_prog.c79 struct tcp6_sock *tcp_sk; in iter_tcp6_server() local
/linux-6.6.21/samples/bpf/
Dtcp_dumpstats_kern.c28 struct bpf_tcp_sock *tcp_sk; in _sockops() local
/linux-6.6.21/include/net/netns/
Dipv6.h94 struct sock *tcp_sk; member
/linux-6.6.21/tools/testing/selftests/bpf/
Dbpf_tcp_helpers.h101 static __always_inline struct tcp_sock *tcp_sk(const struct sock *sk) in tcp_sk() function
/linux-6.6.21/net/mptcp/
Dprotocol.c2544 struct sock *tcp_sk = mptcp_subflow_tcp_sock(subflow); in mptcp_check_fastclose() local
2945 struct sock *tcp_sk = mptcp_subflow_tcp_sock(subflow); in mptcp_check_send_data_fin() local
/linux-6.6.21/include/linux/
Dtcp.h477 #define tcp_sk(ptr) container_of_const(ptr, struct tcp_sock, inet_conn.icsk_inet.sk) macro