sockp             369 include/net/sctp/sctp.h int sctp_do_peeloff(struct sock *sk, sctp_assoc_t id, struct socket **sockp);
sockp              41 include/net/udp_tunnel.h 		     struct socket **sockp);
sockp              45 include/net/udp_tunnel.h 		     struct socket **sockp);
sockp              48 include/net/udp_tunnel.h 				   struct socket **sockp)
sockp              56 include/net/udp_tunnel.h 				  struct socket **sockp)
sockp              59 include/net/udp_tunnel.h 		return udp_sock_create4(net, cfg, sockp);
sockp              62 include/net/udp_tunnel.h 		return udp_sock_create6(net, cfg, sockp);
sockp             564 net/ipv4/fou.c 		      struct socket **sockp)
sockp             623 net/ipv4/fou.c 	if (sockp)
sockp             624 net/ipv4/fou.c 		*sockp = sock;
sockp              14 net/ipv4/udp_tunnel.c 		     struct socket **sockp)
sockp              52 net/ipv4/udp_tunnel.c 	*sockp = sock;
sockp              60 net/ipv4/udp_tunnel.c 	*sockp = NULL;
sockp              17 net/ipv6/ip6_udp_tunnel.c 		     struct socket **sockp)
sockp              68 net/ipv6/ip6_udp_tunnel.c 	*sockp = sock;
sockp              76 net/ipv6/ip6_udp_tunnel.c 	*sockp = NULL;
sockp            1295 net/l2tp/l2tp_core.c 				struct socket **sockp)
sockp            1395 net/l2tp/l2tp_core.c 	*sockp = sock;
sockp            1399 net/l2tp/l2tp_core.c 		*sockp = NULL;
sockp            5646 net/sctp/socket.c int sctp_do_peeloff(struct sock *sk, sctp_assoc_t id, struct socket **sockp)
sockp            5690 net/sctp/socket.c 	*sockp = sock;
sockp            1012 tools/perf/builtin-stat.c 				      struct perf_cpu_map **sockp)
sockp            1014 tools/perf/builtin-stat.c 	return cpu_map__build_map(cpus, sockp, perf_env__get_socket, env);
sockp             238 tools/perf/util/cpumap.c int cpu_map__build_socket_map(struct perf_cpu_map *cpus, struct perf_cpu_map **sockp)
sockp             240 tools/perf/util/cpumap.c 	return cpu_map__build_map(cpus, sockp, cpu_map__get_socket, NULL);
sockp              23 tools/perf/util/cpumap.h int cpu_map__build_socket_map(struct perf_cpu_map *cpus, struct perf_cpu_map **sockp);