/linux-4.1.27/net/ipv4/ |
D | inet_connection_sock.c | 299 struct sock *newsk; in inet_csk_accept() local 434 struct sock *newsk, in inet_csk_route_child_sock() 709 struct sock *newsk = sk_clone_lock(sk, priority); in inet_csk_clone_lock() local
|
D | tcp_minisocks.c | 440 struct sock *newsk = inet_csk_clone_lock(sk, req, GFP_ATOMIC); in tcp_create_openreq_child() local
|
D | tcp_ipv4.c | 1255 struct sock *newsk; in tcp_v4_syn_recv_sock() local
|
/linux-4.1.27/net/dccp/ |
D | minisocks.c | 85 struct sock *newsk = inet_csk_clone_lock(sk, req, GFP_ATOMIC); in dccp_create_openreq_child() local
|
D | ipv6.c | 426 struct sock *newsk; in dccp_v6_request_recv_sock() local
|
D | ipv4.c | 399 struct sock *newsk; in dccp_v4_request_recv_sock() local
|
/linux-4.1.27/net/llc/ |
D | llc_conn.c | 770 struct sock *newsk = llc_sk_alloc(sock_net(sk), sk->sk_family, GFP_ATOMIC, in llc_create_incoming_sock() local 811 struct sock *newsk = llc_create_incoming_sock(sk, skb->dev, in llc_conn_handler() local
|
D | af_llc.c | 647 struct sock *sk = sock->sk, *newsk; in llc_ui_accept() local
|
/linux-4.1.27/security/ |
D | capability.c | 600 struct sock *newsk) in cap_unix_stream_connect() 706 static void cap_sk_clone_security(const struct sock *sk, struct sock *newsk) in cap_sk_clone_security() 724 static void cap_inet_csk_clone(struct sock *newsk, in cap_inet_csk_clone()
|
D | security.c | 1157 int security_unix_stream_connect(struct sock *sock, struct sock *other, struct sock *newsk) in security_unix_stream_connect() 1265 void security_sk_clone(const struct sock *sk, struct sock *newsk) in security_sk_clone() 1296 void security_inet_csk_clone(struct sock *newsk, in security_inet_csk_clone()
|
/linux-4.1.27/net/core/ |
D | skbuff.c | 2425 void skb_queue_head(struct sk_buff_head *list, struct sk_buff *newsk) in skb_queue_head() 2446 void skb_queue_tail(struct sk_buff_head *list, struct sk_buff *newsk) in skb_queue_tail() 2486 void skb_append(struct sk_buff *old, struct sk_buff *newsk, struct sk_buff_head *list) in skb_append() 2508 void skb_insert(struct sk_buff *old, struct sk_buff *newsk, struct sk_buff_head *list) in skb_insert()
|
D | sock.c | 1479 static void sk_update_clone(const struct sock *sk, struct sock *newsk) in sk_update_clone() 1494 struct sock *newsk; in sk_clone_lock() local
|
/linux-4.1.27/include/linux/ |
D | skbuff.h | 1355 static inline void __skb_insert(struct sk_buff *newsk, in __skb_insert() 1455 struct sk_buff *newsk) in __skb_queue_after() 1465 struct sk_buff *newsk) in __skb_queue_before() 1482 struct sk_buff *newsk) in __skb_queue_head() 1499 struct sk_buff *newsk) in __skb_queue_tail()
|
D | security.h | 2739 struct sock *newsk) in security_unix_stream_connect() 2854 static inline void security_sk_clone(const struct sock *sk, struct sock *newsk) in security_sk_clone() 2876 static inline void security_inet_csk_clone(struct sock *newsk, in security_inet_csk_clone()
|
/linux-4.1.27/net/phonet/ |
D | socket.c | 307 struct sock *newsk; in pn_socket_accept() local
|
D | pep.c | 777 struct sock *newsk = NULL; in pep_sock_accept() local
|
/linux-4.1.27/net/sctp/ |
D | associola.c | 1059 void sctp_assoc_migrate(struct sctp_association *assoc, struct sock *newsk) in sctp_assoc_migrate()
|
D | ipv6.c | 634 struct sock *newsk; in sctp_v6_create_accept_sk() local
|
D | protocol.c | 554 struct sock *newsk = sk_alloc(sock_net(sk), PF_INET, GFP_KERNEL, in sctp_v4_create_accept_sk() local
|
D | socket.c | 3909 struct sock *newsk = NULL; in sctp_accept() local 7175 void sctp_copy_sock(struct sock *newsk, struct sock *sk, in sctp_copy_sock() 7238 static void sctp_sock_migrate(struct sock *oldsk, struct sock *newsk, in sctp_sock_migrate()
|
/linux-4.1.27/net/netrom/ |
D | af_netrom.c | 771 struct sock *newsk; in nr_accept() local
|
/linux-4.1.27/net/ax25/ |
D | af_ax25.c | 1326 struct sock *newsk; in ax25_accept() local
|
/linux-4.1.27/net/x25/ |
D | af_x25.c | 858 struct sock *newsk; in x25_accept() local
|
/linux-4.1.27/net/irda/ |
D | af_irda.c | 834 struct sock *newsk; in irda_accept() local
|
/linux-4.1.27/net/rose/ |
D | af_rose.c | 876 struct sock *newsk; in rose_accept() local
|
/linux-4.1.27/net/ipv6/ |
D | tcp_ipv6.c | 1004 struct sock *newsk; in tcp_v6_syn_recv_sock() local
|
/linux-4.1.27/drivers/net/usb/ |
D | usbnet.c | 406 struct sk_buff *newsk, enum skb_state state) in __usbnet_queue_skb()
|
/linux-4.1.27/net/decnet/ |
D | af_decnet.c | 1075 struct sock *sk = sock->sk, *newsk; in dn_accept() local
|
/linux-4.1.27/net/unix/ |
D | af_unix.c | 1181 struct sock *newsk = NULL; in unix_stream_connect() local
|
/linux-4.1.27/security/selinux/ |
D | hooks.c | 4308 struct sock *newsk) in selinux_socket_unix_stream_connect() 4566 static void selinux_sk_clone_security(const struct sock *sk, struct sock *newsk) in selinux_sk_clone_security() 4621 static void selinux_inet_csk_clone(struct sock *newsk, in selinux_inet_csk_clone()
|
/linux-4.1.27/security/smack/ |
D | smack_lsm.c | 3360 struct sock *other, struct sock *newsk) in smack_unix_stream_connect()
|