Home
last modified time | relevance | path

Searched defs:newsk (Results 1 – 31 of 31) sorted by relevance

/linux-4.4.14/net/ipv4/
Dinet_connection_sock.c308 struct sock *newsk; in inet_csk_accept() local
441 struct sock *newsk, in inet_csk_route_child_sock()
659 struct sock *newsk = sk_clone_lock(sk, priority); in inet_csk_clone_lock() local
Dtcp_minisocks.c448 struct sock *newsk = inet_csk_clone_lock(sk, req, GFP_ATOMIC); in tcp_create_openreq_child() local
Dtcp_ipv4.c1264 struct sock *newsk; in tcp_v4_syn_recv_sock() local
/linux-4.4.14/net/dccp/
Dminisocks.c85 struct sock *newsk = inet_csk_clone_lock(sk, req, GFP_ATOMIC); in dccp_create_openreq_child() local
Dipv6.c398 struct sock *newsk; in dccp_v6_request_recv_sock() local
Dipv4.c400 struct sock *newsk; in dccp_v4_request_recv_sock() local
/linux-4.4.14/net/llc/
Dllc_conn.c770 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
Daf_llc.c648 struct sock *sk = sock->sk, *newsk; in llc_ui_accept() local
/linux-4.4.14/net/core/
Dskbuff.c2389 void skb_queue_head(struct sk_buff_head *list, struct sk_buff *newsk) in skb_queue_head()
2410 void skb_queue_tail(struct sk_buff_head *list, struct sk_buff *newsk) in skb_queue_tail()
2450 void skb_append(struct sk_buff *old, struct sk_buff *newsk, struct sk_buff_head *list) in skb_append()
2472 void skb_insert(struct sk_buff *old, struct sk_buff *newsk, struct sk_buff_head *list) in skb_insert()
Dsock.c1490 static void sk_update_clone(const struct sock *sk, struct sock *newsk) in sk_update_clone()
1505 struct sock *newsk; in sk_clone_lock() local
/linux-4.4.14/include/linux/
Dskbuff.h1482 static inline void __skb_insert(struct sk_buff *newsk, in __skb_insert()
1582 struct sk_buff *newsk) in __skb_queue_after()
1592 struct sk_buff *newsk) in __skb_queue_before()
1609 struct sk_buff *newsk) in __skb_queue_head()
1626 struct sk_buff *newsk) in __skb_queue_tail()
Dsecurity.h1158 struct sock *newsk) in security_unix_stream_connect()
1273 static inline void security_sk_clone(const struct sock *sk, struct sock *newsk) in security_sk_clone()
1295 static inline void security_inet_csk_clone(struct sock *newsk, in security_inet_csk_clone()
/linux-4.4.14/net/phonet/
Dsocket.c307 struct sock *newsk; in pn_socket_accept() local
Dpep.c777 struct sock *newsk = NULL; in pep_sock_accept() local
/linux-4.4.14/security/
Dsecurity.c1184 int security_unix_stream_connect(struct sock *sock, struct sock *other, struct sock *newsk) in security_unix_stream_connect()
1294 void security_sk_clone(const struct sock *sk, struct sock *newsk) in security_sk_clone()
1325 void security_inet_csk_clone(struct sock *newsk, in security_inet_csk_clone()
/linux-4.4.14/net/sctp/
Dipv6.c643 struct sock *newsk; in sctp_v6_create_accept_sk() local
Dassociola.c1059 void sctp_assoc_migrate(struct sctp_association *assoc, struct sock *newsk) in sctp_assoc_migrate()
Dprotocol.c574 struct sock *newsk = sk_alloc(sock_net(sk), PF_INET, GFP_KERNEL, in sctp_v4_create_accept_sk() local
Dsocket.c3896 struct sock *newsk = NULL; in sctp_accept() local
7166 void sctp_copy_sock(struct sock *newsk, struct sock *sk, in sctp_copy_sock()
7231 static void sctp_sock_migrate(struct sock *oldsk, struct sock *newsk, in sctp_sock_migrate()
/linux-4.4.14/net/netrom/
Daf_netrom.c771 struct sock *newsk; in nr_accept() local
/linux-4.4.14/net/ax25/
Daf_ax25.c1325 struct sock *newsk; in ax25_accept() local
/linux-4.4.14/net/irda/
Daf_irda.c834 struct sock *newsk; in irda_accept() local
/linux-4.4.14/net/rose/
Daf_rose.c877 struct sock *newsk; in rose_accept() local
/linux-4.4.14/net/x25/
Daf_x25.c858 struct sock *newsk; in x25_accept() local
/linux-4.4.14/drivers/net/usb/
Dusbnet.c407 struct sk_buff *newsk, enum skb_state state) in __usbnet_queue_skb()
Dlan78xx.c2159 struct sk_buff *newsk, enum skb_state state) in lan78xx_queue_skb()
/linux-4.4.14/net/ipv6/
Dtcp_ipv6.c984 struct sock *newsk; in tcp_v6_syn_recv_sock() local
/linux-4.4.14/net/decnet/
Daf_decnet.c1075 struct sock *sk = sock->sk, *newsk; in dn_accept() local
/linux-4.4.14/security/selinux/
Dhooks.c4324 struct sock *newsk) in selinux_socket_unix_stream_connect()
4583 static void selinux_sk_clone_security(const struct sock *sk, struct sock *newsk) in selinux_sk_clone_security()
4638 static void selinux_inet_csk_clone(struct sock *newsk, in selinux_inet_csk_clone()
/linux-4.4.14/net/unix/
Daf_unix.c1213 struct sock *newsk = NULL; in unix_stream_connect() local
/linux-4.4.14/security/smack/
Dsmack_lsm.c3658 struct sock *other, struct sock *newsk) in smack_unix_stream_connect()