Searched defs:tcp_sk (Results 1 - 12 of 12) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtcp_ca_incompl_cong_ops.c10 static inline struct tcp_sock *tcp_sk(const struct sock *sk) function
H A Dtcp_ca_update.c13 static inline struct tcp_sock *tcp_sk(const struct sock *sk) function
H A Dtcp_rtt.c26 struct bpf_tcp_sock *tcp_sk; local
H A Dcgrp_ls_attach_cgroup.c27 struct tcp_sock *tcp_sk; local
56 struct tcp_sock *tcp_sk; local
H A Dtcp_ca_write_sk_pacing.c14 static inline struct tcp_sock *tcp_sk(const struct sock *sk) function
H A Dsock_destroy_prog.c79 struct tcp6_sock *tcp_sk; local
/linux-master/samples/bpf/
H A Dtcp_dumpstats_kern.c28 struct bpf_tcp_sock *tcp_sk; local
/linux-master/include/net/netns/
H A Dipv6.h94 struct sock *tcp_sk; member in struct:netns_ipv6
/linux-master/tools/testing/selftests/bpf/
H A Dbpf_tcp_helpers.h101 static __always_inline struct tcp_sock *tcp_sk(const struct sock *sk) function
/linux-master/include/linux/
H A Dtcp.h528 #define tcp_sk(ptr) container_of_const(ptr, struct tcp_sock, inet_conn.icsk_inet.sk) macro
/linux-master/net/mptcp/
H A Dprotocol.h355 #undef tcp_sk macro
356 #define tcp_sk(ptr) ({ \ macro
H A Dprotocol.c2563 struct sock *tcp_sk = mptcp_subflow_tcp_sock(subflow); local
2965 struct sock *tcp_sk = mptcp_subflow_tcp_sock(subflow); local
[all...]

Completed in 277 milliseconds