| /linux/include/net/ |
| A D | inet_sock.h | 210 struct inet_sock { struct 298 static inline unsigned long inet_cmsg_flags(const struct inet_sock *inet) in inet_cmsg_flags() 343 #define inet_sk(ptr) container_of_const(ptr, struct inet_sock, sk) 423 struct inet_sock *inet) in inet_can_nonlocal_bind() 431 struct inet_sock *inet, in inet_addr_valid_or_nonlocal()
|
| A D | raw.h | 81 struct inet_sock inet;
|
| /linux/net/ipv4/ |
| A D | ping.c | 80 struct inet_sock *isk, *isk2; in ping_get_port() 153 struct inet_sock *isk = inet_sk(sk); in ping_unhash() 171 struct inet_sock *isk; in ping_lookup() 398 struct inet_sock *isk = inet_sk(sk); in ping_set_saddr() 417 struct inet_sock *isk = inet_sk(sk); in ping_bind() 493 struct inet_sock *inet_sock; in ping_err() local 533 inet_sock = inet_sk(sk); in ping_err() 700 struct inet_sock *inet = inet_sk(sk); in ping_v4_sendmsg() 854 struct inet_sock *isk = inet_sk(sk); in ping_recvmsg() 1019 .obj_size = sizeof(struct inet_sock), [all …]
|
| A D | datagram.c | 21 struct inet_sock *inet = inet_sk(sk); in __ip4_datagram_connect() 102 const struct inet_sock *inet = inet_sk(sk); in ip4_datagram_release_cb()
|
| A D | raw.c | 122 const struct inet_sock *inet = inet_sk(sk); in raw_v4_match() 210 struct inet_sock *inet = inet_sk(sk); in raw_err() 331 struct inet_sock *inet = inet_sk(sk); in raw_send_hdrinc() 484 struct inet_sock *inet = inet_sk(sk); in raw_sendmsg() 702 struct inet_sock *inet = inet_sk(sk); in raw_bind() 742 struct inet_sock *inet = inet_sk(sk); in raw_recvmsg() 1034 struct inet_sock *inet = inet_sk(sp); in raw_sock_seq_show()
|
| A D | inet_diag.c | 130 const struct inet_sock *inet = inet_sk(sk); in inet_diag_msg_attrs_fill() 799 struct inet_sock *inet = inet_sk(sk); in inet_diag_bc_sk() 999 offsetof(struct inet_sock, inet_num)); in twsk_build_assert() 1002 offsetof(struct inet_sock, inet_dport)); in twsk_build_assert() 1005 offsetof(struct inet_sock, inet_rcv_saddr)); in twsk_build_assert() 1008 offsetof(struct inet_sock, inet_daddr)); in twsk_build_assert() 1054 struct inet_sock *inet = inet_sk(sk); in inet_diag_dump_icsk() 1126 struct inet_sock *inet = inet_sk(sk); in inet_diag_dump_icsk()
|
| A D | inet_timewait_sock.c | 112 const struct inet_sock *inet = inet_sk(sk); in inet_twsk_hashdance_schedule() 191 const struct inet_sock *inet = inet_sk(sk); in inet_twsk_alloc()
|
| A D | af_inet.c | 136 struct inet_sock *inet = inet_sk(sk); in inet_sock_destruct() 176 struct inet_sock *inet; in inet_autobind() 257 struct inet_sock *inet; in inet_create() 477 struct inet_sock *inet = inet_sk(sk); in __inet_bind() 801 struct inet_sock *inet = inet_sk(sk); in inet_getname() 1257 struct inet_sock *inet = inet_sk(sk); in inet_sk_reselect_saddr() 1313 struct inet_sock *inet = inet_sk(sk); in inet_sk_rebuild_header()
|
| /linux/Documentation/networking/net_cachelines/ |
| A D | inet_sock.rst | 5 inet_sock struct fast path usage breakdown 9 ..struct ..inet_sock
|
| A D | index.rst | 12 inet_sock
|
| /linux/tools/testing/selftests/bpf/progs/ |
| A D | test_tcp_estats.c | 81 struct inet_sock { struct 93 static inline struct inet_sock *inet_sk(const struct sock *sk) in inet_sk() argument 95 return (struct inet_sock *)sk; in inet_sk()
|
| A D | sock_destroy_prog.c | 78 const struct inet_sock *inet; in iter_tcp6_server() 131 struct inet_sock *inet; in iter_udp6_server()
|
| A D | bpf_iter_udp4.c | 29 struct inet_sock *inet; in dump_udp4()
|
| A D | bpf_iter_udp6.c | 38 struct inet_sock *inet; in dump_udp6()
|
| /linux/net/l2tp/ |
| A D | l2tp_ip.c | 40 struct inet_sock inet; 64 const struct inet_sock *inet = inet_sk(sk); in __l2tp_ip_bind_lookup() 272 struct inet_sock *inet = inet_sk(sk); in l2tp_ip_bind() 380 struct inet_sock *inet = inet_sk(sk); in l2tp_ip_getname() 426 struct inet_sock *inet = inet_sk(sk); in l2tp_ip_sendmsg() 547 struct inet_sock *inet = inet_sk(sk); in l2tp_ip_recvmsg()
|
| /linux/net/mptcp/ |
| A D | mptcp_diag.c | 100 struct inet_sock *inet = inet_sk(sk); in mptcp_diag_dump_listeners() 168 struct inet_sock *inet = (struct inet_sock *)msk; in mptcp_diag_dump()
|
| /linux/include/trace/events/ |
| A D | tcp.h | 42 const struct inet_sock *inet = inet_sk(sk); 118 const struct inet_sock *inet = inet_sk(sk); 166 struct inet_sock *inet = inet_sk(sk); 293 const struct inet_sock *inet = inet_sk(sk); 385 struct inet_sock *inet = inet_sk(sk); 640 const struct inet_sock *inet = inet_sk(sk); 695 const struct inet_sock *inet = inet_sk(sk);
|
| A D | handshake.h | 204 const struct inet_sock *inet = inet_sk(sk); 295 const struct inet_sock *inet = inet_sk(sk);
|
| A D | sock.h | 162 const struct inet_sock *inet = inet_sk(sk); 213 const struct inet_sock *inet = inet_sk(sk);
|
| /linux/net/dccp/ |
| A D | trace.h | 37 const struct inet_sock *inet = inet_sk(sk);
|
| A D | ipv4.c | 49 struct inet_sock *inet = inet_sk(sk); in dccp_v4_connect() 163 const struct inet_sock *inet = inet_sk(sk); in dccp_do_pmtu_discovery() 384 const struct inet_sock *inet = inet_sk(sk); in dccp_v4_send_check() 416 struct inet_sock *newinet; in dccp_v4_request_recv_sock()
|
| /linux/net/ipv6/ |
| A D | ping.c | 64 struct inet_sock *inet = inet_sk(sk); in ping_v6_sendmsg() 242 struct inet_sock *inet = inet_sk((struct sock *)v); in ping_v6_seq_show()
|
| A D | inet6_hashtables.c | 269 struct inet_sock *inet = inet_sk(sk); in __inet6_check_established() 332 const struct inet_sock *inet = inet_sk(sk); in inet6_sk_port_offset()
|
| /linux/tools/include/linux/ |
| A D | btf_ids.h | 178 BTF_SOCK_TYPE(BTF_SOCK_TYPE_INET, inet_sock) \
|
| /linux/include/linux/ |
| A D | udp.h | 49 struct inet_sock inet;
|