Home
last modified time | relevance | path

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

/linux-6.12.1/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_rtt.c29 struct bpf_tcp_sock *tcp_sk; in _sockops() local
Dsock_destroy_prog.c79 struct tcp6_sock *tcp_sk; in iter_tcp6_server() local
Dbpf_tracing_net.h153 static inline struct tcp_sock *tcp_sk(const struct sock *sk) in tcp_sk() function
/linux-6.12.1/samples/bpf/
Dtcp_dumpstats_kern.c28 struct bpf_tcp_sock *tcp_sk; in _sockops() local
/linux-6.12.1/include/net/netns/
Dipv6.h94 struct sock *tcp_sk; member
/linux-6.12.1/net/mptcp/
Dprotocol.c2603 struct sock *tcp_sk = mptcp_subflow_tcp_sock(subflow); in mptcp_check_fastclose() local
3016 struct sock *tcp_sk = mptcp_subflow_tcp_sock(subflow); in mptcp_check_send_data_fin() local
Dprotocol.h367 #define tcp_sk(ptr) ({ \ macro
/linux-6.12.1/include/linux/
Dtcp.h528 #define tcp_sk(ptr) container_of_const(ptr, struct tcp_sock, inet_conn.icsk_inet.sk) macro