Home
last modified time | relevance | path

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

12

/linux/tools/testing/selftests/bpf/progs/
H A Dlsm_cgroup_nonvoid.c10 int BPF_PROG(nonvoid_socket_clone, struct sock *newsk, const struct request_sock *req) in BPF_PROG()
H A Dlsm_cgroup.c167 int BPF_PROG(socket_clone, struct sock *newsk, const struct request_sock *req) in BPF_PROG()
/linux/include/net/
H A Dbpf_sk_storage.h42 struct sock *newsk) in bpf_sk_storage_clone()
/linux/net/ipv4/
H A Dinet_connection_sock.c669 struct sock *newsk; in inet_csk_accept() local
848 inet_csk_route_child_sock(const struct sock * sk,struct sock * newsk,const struct request_sock * req) inet_csk_route_child_sock() argument
1214 inet_clone_ulp(const struct request_sock * req,struct sock * newsk,const gfp_t priority) inet_clone_ulp() argument
1237 struct sock *newsk = sk_clone_lock(sk, priority); inet_csk_clone_lock() local
[all...]
H A Dtcp_minisocks.c513 struct sock *newsk = inet_csk_clone_lock(sk, req, GFP_ATOMIC); in tcp_create_openreq_child() local
H A Dtcp_bpf.c693 void tcp_bpf_clone(const struct sock *sk, struct sock *newsk) in tcp_bpf_clone()
/linux/net/dccp/
H A Dminisocks.c82 struct sock *newsk = inet_csk_clone_lock(sk, req, GFP_ATOMIC); in dccp_create_openreq_child() local
H A Dipv6.c427 struct sock *newsk; dccp_v6_request_recv_sock() local
[all...]
H A Dipv4.c417 struct sock *newsk; in dccp_v4_request_recv_sock() local
[all...]
/linux/security/selinux/include/
H A Dnetlabel.h106 struct sock *newsk) in selinux_netlbl_sctp_sk_clone()
/linux/net/llc/
H A Dllc_conn.c764 struct sock *newsk = llc_sk_alloc(sock_net(sk), sk->sk_family, GFP_ATOMIC, in llc_create_incoming_sock() local
805 struct sock *newsk = llc_create_incoming_sock(sk, skb->dev, in llc_conn_handler() local
H A Daf_llc.c699 struct sock *sk = sock->sk, *newsk; in llc_ui_accept() local
/linux/net/sctp/
H A Dipv6.c489 static void sctp_v6_copy_ip_options(struct sock *sk, struct sock *newsk) in sctp_v6_copy_ip_options()
775 struct sock *newsk; in sctp_v6_create_accept_sk() local
H A Dprotocol.c177 static void sctp_v4_copy_ip_options(struct sock *sk, struct sock *newsk) in sctp_v4_copy_ip_options()
586 struct sock *newsk = sk_alloc(sock_net(sk), PF_INET, GFP_KERNEL, in sctp_v4_create_accept_sk() local
H A Dassociola.c1071 void sctp_assoc_migrate(struct sctp_association *assoc, struct sock *newsk) in sctp_assoc_migrate()
/linux/net/core/
H A Dbpf_sk_storage.c134 bpf_sk_storage_clone_elem(struct sock *newsk, in bpf_sk_storage_clone_elem()
154 int bpf_sk_storage_clone(const struct sock *sk, struct sock *newsk) in bpf_sk_storage_clone()
/linux/security/selinux/
H A Dnetlabel.c377 void selinux_netlbl_sctp_sk_clone(struct sock *sk, struct sock *newsk) in selinux_netlbl_sctp_sk_clone()
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c1072 static void inet_inherit_port(struct sock *lsk, struct sock *newsk) in inet_inherit_port()
1123 struct sock *newsk; in chtls_recv_sock() local
1300 struct sock *newsk; in chtls_pass_accept_request() local
/linux/net/phonet/
H A Dsocket.c298 struct sock *newsk; in pn_socket_accept() local
/linux/net/tipc/
H A Dtopsrv.c460 struct sock *newsk; in tipc_topsrv_accept() local
/linux/security/
H A Dsecurity.c4475 struct sock *newsk) in security_unix_stream_connect() argument
4852 void security_sk_clone(const struct sock *sk, struct sock *newsk) in security_sk_clone() argument
4923 void security_inet_csk_clone(struct sock *newsk, in security_inet_csk_clone() argument
5123 security_sctp_sk_clone(struct sctp_association * asoc,struct sock * sk,struct sock * newsk) security_sctp_sk_clone() argument
[all...]
/linux/net/netrom/
H A Daf_netrom.c779 struct sock *newsk; in nr_accept() local
/linux/net/mptcp/
H A Dprotocol.c3230 static void mptcp_copy_ip6_options(struct sock *newsk, const struct sock *sk) in mptcp_copy_ip6_options()
3250 static void mptcp_copy_ip_options(struct sock *newsk, const struct sock *sk) in mptcp_copy_ip_options()
3903 struct sock *ssk, *newsk; in mptcp_stream_accept() local
/linux/net/ax25/
H A Daf_ax25.c1380 struct sock *newsk; in ax25_accept() local
/linux/include/linux/
H A Dskbuff.h2261 static inline void __skb_insert(struct sk_buff *newsk, in __skb_insert()
2365 struct sk_buff *newsk) in __skb_queue_after()
2375 struct sk_buff *newsk) in __skb_queue_before()
2391 struct sk_buff *newsk) in __skb_queue_head()
2408 struct sk_buff *newsk) in __skb_queue_tail()

12