Home
last modified time | relevance | path

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

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