/linux-3.3/net/l2tp/ |
D | l2tp_ip.c | 33 struct inet_sock inet; member 61 struct inet_sock *inet = inet_sk(sk); in __l2tp_ip_bind_lookup() local 252 struct inet_sock *inet = inet_sk(sk); in l2tp_ip_bind() local 300 struct inet_sock *inet = inet_sk(sk); in l2tp_ip_connect() local 370 struct inet_sock *inet = inet_sk(sk); in l2tp_ip_getname() local 417 struct inet_sock *inet = inet_sk(sk); in l2tp_ip_sendmsg() local 539 struct inet_sock *inet = inet_sk(sk); in l2tp_ip_recvmsg() local
|
/linux-3.3/net/ipv4/ |
D | ip_output.c | 130 static inline int ip_select_ttl(struct inet_sock *inet, struct dst_entry *dst) in ip_select_ttl() 146 struct inet_sock *inet = inet_sk(sk); in ip_build_and_send_pkt() local 226 struct inet_sock *inet = skb->sk ? inet_sk(skb->sk) : NULL; in ip_skb_dst_mtu() local 339 struct inet_sock *inet = inet_sk(sk); in ip_queue_xmit() local 809 struct inet_sock *inet = inet_sk(sk); in __ip_append_data() local 1059 struct inet_sock *inet = inet_sk(sk); in ip_setup_cork() local 1114 struct inet_sock *inet = inet_sk(sk); in ip_append_data() local 1135 struct inet_sock *inet = inet_sk(sk); in ip_append_page() local 1297 struct inet_sock *inet = inet_sk(sk); in __ip_make_skb() local 1484 struct inet_sock *inet = inet_sk(sk); in ip_send_reply() local
|
D | af_inet.c | 135 struct inet_sock *inet = inet_sk(sk); in inet_sock_destruct() local 175 struct inet_sock *inet; in inet_autobind() local 270 struct inet_sock *inet; in inet_create() local 454 struct inet_sock *inet = inet_sk(sk); in inet_bind() local 708 struct inet_sock *inet = inet_sk(sk); in inet_getname() local 1123 struct inet_sock *inet = inet_sk(sk); in inet_sk_reselect_saddr() local 1172 struct inet_sock *inet = inet_sk(sk); in inet_sk_rebuild_header() local
|
D | raw.c | 117 struct inet_sock *inet = inet_sk(sk); in __raw_v4_lookup() local 213 struct inet_sock *inet = inet_sk(sk); in raw_err() local 324 struct inet_sock *inet = inet_sk(sk); in raw_send_hdrinc() local 461 struct inet_sock *inet = inet_sk(sk); in raw_sendmsg() local 654 struct inet_sock *inet = inet_sk(sk); in raw_bind() local 682 struct inet_sock *inet = inet_sk(sk); in raw_recvmsg() local 981 struct inet_sock *inet = inet_sk(sp); in raw_sock_seq_show() local
|
D | ip_sockglue.c | 149 struct inet_sock *inet = inet_sk(skb->sk); in ip_cmsg_recv() local 332 struct inet_sock *inet = inet_sk(sk); in ip_local_error() local 413 struct inet_sock *inet = inet_sk(sk); in ip_recv_error() local 461 struct inet_sock *inet = inet_sk(sk); in do_ip_setsockopt() local 1074 struct inet_sock *inet = inet_sk(sk); in do_ip_getsockopt() local
|
D | inet_diag.c | 78 const struct inet_sock *inet = inet_sk(sk); in inet_sk_diag_fill() local 460 struct inet_sock *inet = inet_sk(sk); in inet_diag_bc_sk() local 594 struct inet_sock *inet = inet_sk(sk); in inet_diag_fill_req() local 648 struct inet_sock *inet = inet_sk(sk); in inet_diag_dump_reqs() local 745 struct inet_sock *inet = inet_sk(sk); in inet_diag_dump_icsk() local 815 struct inet_sock *inet = inet_sk(sk); in inet_diag_dump_icsk() local
|
D | udp.c | 335 struct inet_sock *inet = inet_sk(sk); in compute_score() local 373 struct inet_sock *inet = inet_sk(sk); in compute_score2() local 549 struct inet_sock *inet = inet_sk(s); in udp_v4_mcast_next() local 582 struct inet_sock *inet; in __udp4_lib_err() local 714 struct inet_sock *inet = inet_sk(sk); in udp_send_skb() local 773 struct inet_sock *inet = inet_sk(sk); in udp_push_pending_frames() local 793 struct inet_sock *inet = inet_sk(sk); in udp_sendmsg() local 1035 struct inet_sock *inet = inet_sk(sk); in udp_sendpage() local 1165 struct inet_sock *inet = inet_sk(sk); in udp_recvmsg() local 1264 struct inet_sock *inet = inet_sk(sk); in udp_disconnect() local [all …]
|
D | datagram.c | 25 struct inet_sock *inet = inet_sk(sk); in ip4_datagram_connect() local
|
D | inet_timewait_sock.c | 129 const struct inet_sock *inet = inet_sk(sk); in __inet_twsk_hashdance() local 179 const struct inet_sock *inet = inet_sk(sk); in inet_twsk_alloc() local
|
D | inet_hashtables.c | 149 struct inet_sock *inet = inet_sk(sk); in compute_score() local 297 struct inet_sock *inet = inet_sk(sk); in __inet_check_established() local 370 const struct inet_sock *inet = inet_sk(sk); in inet_sk_port_offset() local
|
D | igmp.c | 1787 struct inet_sock *inet = inet_sk(sk); in ip_mc_join_group() local 1859 struct inet_sock *inet = inet_sk(sk); in ip_mc_leave_group() local 1909 struct inet_sock *inet = inet_sk(sk); in ip_mc_source() local 2045 struct inet_sock *inet = inet_sk(sk); in ip_mc_msfilter() local 2132 struct inet_sock *inet = inet_sk(sk); in ip_mc_msfget() local 2191 struct inet_sock *inet = inet_sk(sk); in ip_mc_gsfget() local 2243 struct inet_sock *inet = inet_sk(sk); in ip_mc_sf_allow() local 2289 struct inet_sock *inet = inet_sk(sk); in ip_mc_drop_socket() local
|
D | tcp_ipv4.c | 152 struct inet_sock *inet = inet_sk(sk); in tcp_v4_connect() local 291 struct inet_sock *inet = inet_sk(sk); in do_pmtu_discovery() local 354 struct inet_sock *inet; in tcp_v4_err() local 556 const struct inet_sock *inet = inet_sk(sk); in tcp_v4_send_check() local 1808 struct inet_sock *inet = inet_sk(sk); in tcp_v4_get_peer() local 2430 const struct inet_sock *inet = inet_sk(sk); in get_tcp4_sock() local
|
/linux-3.3/net/dccp/ |
D | ipv4.c | 45 struct inet_sock *inet = inet_sk(sk); in dccp_v4_connect() local 154 const struct inet_sock *inet = inet_sk(sk); in dccp_do_pmtu_discovery() local 216 struct inet_sock *inet; in dccp_v4_err() local 365 const struct inet_sock *inet = inet_sk(sk); in dccp_v4_send_check() local
|
D | ipv6.h | 32 struct inet_timewait_sock inet; member
|
D | probe.c | 78 const struct inet_sock *inet = inet_sk(sk); in jdccp_sendmsg() local
|
/linux-3.3/security/ |
D | lsm_audit.c | 292 struct inet_sock *inet = inet_sk(sk); in dump_common_audit_data() local 303 struct inet_sock *inet = inet_sk(sk); in dump_common_audit_data() local
|
/linux-3.3/net/ipv6/ |
D | af_inet6.c | 102 struct inet_sock *inet; in inet6_create() local 261 struct inet_sock *inet = inet_sk(sk); in inet6_bind() local 448 struct inet_sock *inet = inet_sk(sk); in inet6_getname() local 657 struct inet_sock *inet = inet_sk(sk); in inet6_sk_rebuild_header() local
|
D | udp.c | 134 struct inet_sock *inet = inet_sk(sk); in compute_score() local 172 struct inet_sock *inet = inet_sk(sk); in compute_score2() local 342 struct inet_sock *inet = inet_sk(sk); in udpv6_recvmsg() local 571 struct inet_sock *inet = inet_sk(s); in udp_v6_mcast_next() local 897 struct inet_sock *inet = inet_sk(sk); in udp_v6_push_pending_frames() local 953 struct inet_sock *inet = inet_sk(sk); in udpv6_sendmsg() local 1390 struct inet_sock *inet = inet_sk(sp); in udp6_sock_seq_show() local
|
D | inet6_hashtables.c | 219 struct inet_sock *inet = inet_sk(sk); in __inet6_check_established() local 290 const struct inet_sock *inet = inet_sk(sk); in inet6_sk_port_offset() local
|
D | raw.c | 242 struct inet_sock *inet = inet_sk(sk); in rawv6_bind() local 317 struct inet_sock *inet = inet_sk(sk); in rawv6_err() local 404 struct inet_sock *inet = inet_sk(sk); in rawv6_rcv() local 734 struct inet_sock *inet = inet_sk(sk); in rawv6_sendmsg() local
|
D | datagram.c | 44 struct inet_sock *inet = inet_sk(sk); in ip6_datagram_connect() local 385 struct inet_sock *inet = inet_sk(sk); in ipv6_recv_error() local
|
/linux-3.3/net/rds/ |
D | tcp_listen.c | 53 struct inet_sock *inet; in rds_tcp_accept_one() local
|
/linux-3.3/net/ipv4/netfilter/ |
D | nf_defrag_ipv4.c | 70 struct inet_sock *inet = inet_sk(skb->sk); in ipv4_conntrack_defrag() local
|
/linux-3.3/include/net/ |
D | raw.h | 65 struct inet_sock inet; member
|
D | inet6_hashtables.h | 45 const struct inet_sock *inet = inet_sk(sk); in inet6_sk_ehashfn() local
|