/linux-6.12.1/net/l2tp/ |
D | l2tp_ip.c | 40 struct inet_sock inet; member 64 const struct inet_sock *inet = inet_sk(sk); in __l2tp_ip_bind_lookup() local 272 struct inet_sock *inet = inet_sk(sk); in l2tp_ip_bind() local 380 struct inet_sock *inet = inet_sk(sk); in l2tp_ip_getname() local 426 struct inet_sock *inet = inet_sk(sk); in l2tp_ip_sendmsg() local 547 struct inet_sock *inet = inet_sk(sk); in l2tp_ip_recvmsg() local
|
/linux-6.12.1/include/trace/events/ |
D | net_probe_common.h | 6 #define TP_STORE_ADDR_PORTS_V4(__entry, inet, sk) \ argument 21 #define TP_STORE_ADDR_PORTS(__entry, inet, sk) \ argument 39 #define TP_STORE_ADDR_PORTS(__entry, inet, sk) \ argument
|
/linux-6.12.1/net/ipv4/ |
D | datagram.c | 21 struct inet_sock *inet = inet_sk(sk); in __ip4_datagram_connect() local 102 const struct inet_sock *inet = inet_sk(sk); in ip4_datagram_release_cb() local
|
D | raw.c | 122 const struct inet_sock *inet = inet_sk(sk); in raw_v4_match() local 210 struct inet_sock *inet = inet_sk(sk); in raw_err() local 331 struct inet_sock *inet = inet_sk(sk); in raw_send_hdrinc() local 484 struct inet_sock *inet = inet_sk(sk); in raw_sendmsg() local 702 struct inet_sock *inet = inet_sk(sk); in raw_bind() local 742 struct inet_sock *inet = inet_sk(sk); in raw_recvmsg() local 1034 struct inet_sock *inet = inet_sk(sp); in raw_sock_seq_show() local
|
D | af_inet.c | 136 struct inet_sock *inet = inet_sk(sk); in inet_sock_destruct() local 176 struct inet_sock *inet; in inet_autobind() local 257 struct inet_sock *inet; in inet_create() local 477 struct inet_sock *inet = inet_sk(sk); in __inet_bind() local 801 struct inet_sock *inet = inet_sk(sk); in inet_getname() local 1257 struct inet_sock *inet = inet_sk(sk); in inet_sk_reselect_saddr() local 1313 struct inet_sock *inet = inet_sk(sk); in inet_sk_rebuild_header() local
|
D | inet_timewait_sock.c | 112 const struct inet_sock *inet = inet_sk(sk); in inet_twsk_hashdance_schedule() local 191 const struct inet_sock *inet = inet_sk(sk); in inet_twsk_alloc() local
|
D | ip_output.c | 136 static inline int ip_select_ttl(const struct inet_sock *inet, in ip_select_ttl() 154 const struct inet_sock *inet = inet_sk(sk); in ip_build_and_send_pkt() local 460 struct inet_sock *inet = inet_sk(sk); in __ip_queue_xmit() local 962 struct inet_sock *inet = inet_sk(sk); in __ip_append_data() local 1352 struct inet_sock *inet = inet_sk(sk); in ip_append_data() local 1391 struct inet_sock *inet = inet_sk(sk); in __ip_make_skb() local
|
D | igmp.c | 2179 struct inet_sock *inet = inet_sk(sk); in __ip_mc_join_group() local 2261 struct inet_sock *inet = inet_sk(sk); in ip_mc_leave_group() local 2315 struct inet_sock *inet = inet_sk(sk); in ip_mc_source() local 2453 struct inet_sock *inet = inet_sk(sk); in ip_mc_msfilter() local 2544 struct inet_sock *inet = inet_sk(sk); in ip_mc_msfget() local 2603 struct inet_sock *inet = inet_sk(sk); in ip_mc_gsfget() local 2648 const struct inet_sock *inet = inet_sk(sk); in ip_mc_sf_allow() local 2695 struct inet_sock *inet = inet_sk(sk); in ip_mc_drop_socket() local
|
D | udp.c | 375 struct inet_sock *inet; in compute_score() local 584 const struct inet_sock *inet = inet_sk(sk); in __udp_is_mcast_sock() local 722 struct inet_sock *inet; in __udp4_lib_err() local 910 struct inet_sock *inet = inet_sk(sk); in udp_send_skb() local 1004 struct inet_sock *inet = inet_sk(sk); in udp_push_pending_frames() local 1061 struct inet_sock *inet = inet_sk(sk); in udp_sendmsg() local 1819 struct inet_sock *inet = inet_sk(sk); in udp_recvmsg() local 1940 struct inet_sock *inet = inet_sk(sk); in __udp_disconnect() local 3102 struct inet_sock *inet = inet_sk(sp); in udp4_format_sock() local
|
D | inet_connection_sock.c | 1343 struct inet_sock *inet = inet_sk(sk); in inet_csk_listen_start() local 1551 const struct inet_sock *inet = inet_sk(sk); in inet_csk_addr2sockaddr() local 1561 const struct inet_sock *inet = inet_sk(sk); in inet_csk_rebuild_route() local 1588 struct inet_sock *inet = inet_sk(sk); in inet_csk_update_pmtu() local
|
D | inet_diag.c | 130 const struct inet_sock *inet = inet_sk(sk); in inet_diag_msg_attrs_fill() local 799 struct inet_sock *inet = inet_sk(sk); in inet_diag_bc_sk() local 1054 struct inet_sock *inet = inet_sk(sk); in inet_diag_dump_icsk() local 1126 struct inet_sock *inet = inet_sk(sk); in inet_diag_dump_icsk() local
|
/linux-6.12.1/tools/testing/selftests/bpf/progs/ |
D | sock_destroy_prog.c | 78 const struct inet_sock *inet; in iter_tcp6_server() local 131 struct inet_sock *inet; in iter_udp6_server() local
|
D | bpf_iter_udp4.c | 29 struct inet_sock *inet; in dump_udp4() local
|
D | bpf_iter_udp6.c | 38 struct inet_sock *inet; in dump_udp6() local
|
/linux-6.12.1/net/ipv6/ |
D | af_inet6.c | 123 struct inet_sock *inet; in inet6_create() local 286 struct inet_sock *inet = inet_sk(sk); in __inet6_bind() local 529 struct inet_sock *inet = inet_sk(sk); in inet6_getname() local 833 struct inet_sock *inet = inet_sk(sk); in inet6_sk_rebuild_header() local
|
D | ping.c | 64 struct inet_sock *inet = inet_sk(sk); in ping_v6_sendmsg() local 242 struct inet_sock *inet = inet_sk((struct sock *)v); in ping_v6_seq_show() local
|
D | datagram.c | 44 const struct inet_sock *inet = inet_sk(sk); in ip6_datagram_flow_key_init() local 78 struct inet_sock *inet = inet_sk(sk); in ip6_datagram_dst_update() local 145 struct inet_sock *inet = inet_sk(sk); in __ip6_datagram_connect() local
|
D | udp.c | 123 struct inet_sock *inet; in compute_score() local 335 struct inet_sock *inet = inet_sk(sk); in udpv6_recvmsg() local 809 const struct inet_sock *inet = inet_sk(sk); in __udp_v6_is_mcast_sock() local 1333 struct inet_sock *inet = inet_sk(sk); in udpv6_sendmsg() local 1724 const struct inet_sock *inet = inet_sk((const struct sock *)v); in udp6_seq_show() local
|
D | inet6_hashtables.c | 269 struct inet_sock *inet = inet_sk(sk); in __inet6_check_established() local 332 const struct inet_sock *inet = inet_sk(sk); in inet6_sk_port_offset() local
|
/linux-6.12.1/security/ |
D | lsm_audit.c | 320 const struct inet_sock *inet = inet_sk(sk); in dump_common_audit_data() local 332 const struct inet_sock *inet = inet_sk(sk); in dump_common_audit_data() local
|
/linux-6.12.1/net/mptcp/ |
D | mptcp_diag.c | 100 struct inet_sock *inet = inet_sk(sk); in mptcp_diag_dump_listeners() local 168 struct inet_sock *inet = (struct inet_sock *)msk; in mptcp_diag_dump() local
|
/linux-6.12.1/net/dccp/ |
D | ipv4.c | 49 struct inet_sock *inet = inet_sk(sk); in dccp_v4_connect() local 163 const struct inet_sock *inet = inet_sk(sk); in dccp_do_pmtu_discovery() local 384 const struct inet_sock *inet = inet_sk(sk); in dccp_v4_send_check() local
|
D | ipv6.h | 24 struct inet_timewait_sock inet; member
|
/linux-6.12.1/net/netfilter/ |
D | nf_conntrack_proto.c | 270 const struct inet_sock *inet = inet_sk(sk); in getorigdst() local 328 const struct inet_sock *inet = inet_sk(sk); in ipv6_getorigdst() local
|
/linux-6.12.1/include/net/ |
D | raw.h | 81 struct inet_sock inet; member
|