Home
last modified time | relevance | path

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

12

/linux-3.3/net/ipv4/
Dinet_connection_sock.c272 struct sock *newsk; in inet_csk_accept() local
386 struct sock *newsk, in inet_csk_route_child_sock()
606 struct sock *newsk = sk_clone_lock(sk, priority); in inet_csk_clone_lock() local
Dtcp_minisocks.c428 struct sock *newsk = inet_csk_clone_lock(sk, req, GFP_ATOMIC); in tcp_create_openreq_child() local
/linux-3.3/net/dccp/
Dminisocks.c103 struct sock *newsk = inet_csk_clone_lock(sk, req, GFP_ATOMIC); in dccp_create_openreq_child() local
Dipv4.c396 struct sock *newsk; in dccp_v4_request_recv_sock() local
Dipv6.c472 struct sock *newsk; in dccp_v6_request_recv_sock() local
/linux-3.3/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-3.3/net/core/
Dskbuff.c2094 void skb_queue_head(struct sk_buff_head *list, struct sk_buff *newsk) in skb_queue_head()
2115 void skb_queue_tail(struct sk_buff_head *list, struct sk_buff *newsk) in skb_queue_tail()
2155 void skb_append(struct sk_buff *old, struct sk_buff *newsk, struct sk_buff_head *list) in skb_append()
2177 void skb_insert(struct sk_buff *old, struct sk_buff *newsk, struct sk_buff_head *list) in skb_insert()
Dsock.c1273 static void sk_update_clone(const struct sock *sk, struct sock *newsk) in sk_update_clone()
1288 struct sock *newsk; in sk_clone_lock() local
/linux-3.3/include/linux/
Dskbuff.h954 static inline void __skb_insert(struct sk_buff *newsk, in __skb_insert()
1054 struct sk_buff *newsk) in __skb_queue_after()
1064 struct sk_buff *newsk) in __skb_queue_before()
1081 struct sk_buff *newsk) in __skb_queue_head()
1098 struct sk_buff *newsk) in __skb_queue_tail()
Dsecurity.h2566 struct sock *newsk) in security_unix_stream_connect()
2681 static inline void security_sk_clone(const struct sock *sk, struct sock *newsk) in security_sk_clone()
2703 static inline void security_inet_csk_clone(struct sock *newsk, in security_inet_csk_clone()
/linux-3.3/security/
Dcapability.c552 struct sock *newsk) in cap_unix_stream_connect()
658 static void cap_sk_clone_security(const struct sock *sk, struct sock *newsk) in cap_sk_clone_security()
676 static void cap_inet_csk_clone(struct sock *newsk, in cap_inet_csk_clone()
Dsecurity.c1016 int security_unix_stream_connect(struct sock *sock, struct sock *other, struct sock *newsk) in security_unix_stream_connect()
1124 void security_sk_clone(const struct sock *sk, struct sock *newsk) in security_sk_clone()
1155 void security_inet_csk_clone(struct sock *newsk, in security_inet_csk_clone()
/linux-3.3/net/sctp/
Dassociola.c1150 void sctp_assoc_migrate(struct sctp_association *assoc, struct sock *newsk) in sctp_assoc_migrate()
Dipv6.c649 struct sock *newsk; in sctp_v6_create_accept_sk() local
Dprotocol.c584 struct sock *newsk = sk_alloc(sock_net(sk), PF_INET, GFP_KERNEL, in sctp_v4_create_accept_sk() local
Dsocket.c3692 struct sock *newsk = NULL; in sctp_accept() local
6632 void sctp_copy_sock(struct sock *newsk, struct sock *sk, in sctp_copy_sock()
6677 static void sctp_sock_migrate(struct sock *oldsk, struct sock *newsk, in sctp_sock_migrate()
/linux-3.3/net/phonet/
Dsocket.c309 struct sock *newsk; in pn_socket_accept() local
Dpep.c780 struct sock *newsk = NULL; in pep_sock_accept() local
/linux-3.3/net/netrom/
Daf_netrom.c776 struct sock *newsk; in nr_accept() local
/linux-3.3/net/ax25/
Daf_ax25.c1328 struct sock *newsk; in ax25_accept() local
/linux-3.3/net/x25/
Daf_x25.c859 struct sock *newsk; in x25_accept() local
/linux-3.3/net/irda/
Daf_irda.c848 struct sock *newsk; in irda_accept() local
/linux-3.3/net/rose/
Daf_rose.c881 struct sock *newsk; in rose_accept() local
/linux-3.3/net/ipv6/
Dtcp_ipv6.c1354 struct sock *newsk; in tcp_v6_syn_recv_sock() local

12