Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A 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
H A Dtcp_ca_incompl_cong_ops.c10 static inline struct tcp_sock *tcp_sk(const struct sock *sk) in tcp_sk() function
H A Dtcp_rtt.c26 struct bpf_tcp_sock *tcp_sk; in _sockops() local
H A Dtcp_ca_update.c13 static inline struct tcp_sock *tcp_sk(const struct sock *sk) in tcp_sk() function
H A Dtcp_ca_write_sk_pacing.c14 static inline struct tcp_sock *tcp_sk(const struct sock *sk) in tcp_sk() function
H A Dsock_destroy_prog.c79 struct tcp6_sock *tcp_sk; in iter_tcp6_server() local
/openbmc/linux/samples/bpf/
H A Dtcp_dumpstats_kern.c28 struct bpf_tcp_sock *tcp_sk; in _sockops() local
/openbmc/linux/include/net/netns/
H A Dipv6.h94 struct sock *tcp_sk; member
/openbmc/linux/tools/testing/selftests/bpf/
H A Dbpf_tcp_helpers.h101 static __always_inline struct tcp_sock *tcp_sk(const struct sock *sk) in tcp_sk() function
/openbmc/linux/net/mptcp/
H A Dprotocol.c2533 struct sock *tcp_sk = mptcp_subflow_tcp_sock(subflow); in mptcp_check_fastclose() local
2940 struct sock *tcp_sk = mptcp_subflow_tcp_sock(subflow); in mptcp_check_send_data_fin() local
/openbmc/linux/include/linux/
H A Dtcp.h477 #define tcp_sk(ptr) container_of_const(ptr, struct tcp_sock, inet_conn.icsk_inet.sk) macro