Home
last modified time | relevance | path

Searched refs:tcp6_sock (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_iter.h12 #define tcp6_sock tcp6_sock___not_used macro
36 #undef tcp6_sock
97 struct tcp6_sock { struct
H A Dbpf_iter_tcp6.c74 static int dump_tcp6_sock(struct seq_file *seq, struct tcp6_sock *tp, in dump_tcp6_sock()
218 struct tcp6_sock *tp; in dump_tcp6()
H A Dsock_destroy_prog.c79 struct tcp6_sock *tcp_sk; in iter_tcp6_server()
/openbmc/linux/tools/include/linux/
H A Dbtf_ids.h188 BTF_SOCK_TYPE(BTF_SOCK_TYPE_TCP6, tcp6_sock) \
/openbmc/linux/include/linux/
H A Dbtf_ids.h238 BTF_SOCK_TYPE(BTF_SOCK_TYPE_TCP6, tcp6_sock) \
H A Dipv6.h314 struct tcp6_sock { struct
/openbmc/linux/net/ipv6/
H A Dtcp_ipv6.c97 struct tcp6_sock, tcp)->inet6)
2175 .obj_size = sizeof(struct tcp6_sock),
2176 .ipv6_pinfo_offset = offsetof(struct tcp6_sock, inet6),
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c1195 struct tcp6_sock *newtcp6sk = (struct tcp6_sock *)newsk; in chtls_recv_sock()
/openbmc/linux/net/core/
H A Dfilter.c11657 BTF_TYPE_EMIT(struct tcp6_sock); in BTF_ID_LIST_GLOBAL()