Searched refs:sockp (Results 1 – 11 of 11) sorted by relevance
/linux/include/net/ |
A D | udp_tunnel.h | 41 struct socket **sockp); 45 struct socket **sockp); 48 struct socket **sockp) in udp_sock_create6() argument 56 struct socket **sockp) in udp_sock_create() argument 59 return udp_sock_create4(net, cfg, sockp); in udp_sock_create() 62 return udp_sock_create6(net, cfg, sockp); in udp_sock_create()
|
/linux/net/ipv6/ |
A D | ip6_udp_tunnel.c | 17 struct socket **sockp) in udp_sock_create6() argument 63 *sockp = sock; in udp_sock_create6() 71 *sockp = NULL; in udp_sock_create6()
|
/linux/net/ipv4/ |
A D | udp_tunnel_core.c | 11 struct socket **sockp) in udp_sock_create4() argument 47 *sockp = sock; in udp_sock_create4() 55 *sockp = NULL; in udp_sock_create4()
|
A D | fou.c | 564 struct socket **sockp) in fou_create() argument 623 if (sockp) in fou_create() 624 *sockp = sock; in fou_create()
|
/linux/tools/perf/util/ |
A D | cpumap.h | 41 int cpu_map__build_socket_map(struct perf_cpu_map *cpus, struct cpu_aggr_map **sockp);
|
A D | cpumap.c | 278 int cpu_map__build_socket_map(struct perf_cpu_map *cpus, struct cpu_aggr_map **sockp) in cpu_map__build_socket_map() argument 280 return cpu_map__build_map(cpus, sockp, cpu_map__get_socket, NULL); in cpu_map__build_socket_map()
|
/linux/net/mctp/test/ |
A D | route-test.c | 291 struct socket **sockp) in __mctp_route_test_init() argument 317 *sockp = sock; in __mctp_route_test_init()
|
/linux/net/l2tp/ |
A D | l2tp_core.c | 1277 struct socket **sockp) in l2tp_tunnel_sock_create() argument 1377 *sockp = sock; in l2tp_tunnel_sock_create() 1381 *sockp = NULL; in l2tp_tunnel_sock_create()
|
/linux/include/net/sctp/ |
A D | sctp.h | 372 int sctp_do_peeloff(struct sock *sk, sctp_assoc_t id, struct socket **sockp);
|
/linux/tools/perf/ |
A D | builtin-stat.c | 1538 struct cpu_aggr_map **sockp) in perf_env__build_socket_map() argument 1540 return cpu_map__build_map(cpus, sockp, perf_env__get_socket, env); in perf_env__build_socket_map()
|
/linux/net/sctp/ |
A D | socket.c | 5613 int sctp_do_peeloff(struct sock *sk, sctp_assoc_t id, struct socket **sockp) in sctp_do_peeloff() argument 5657 *sockp = sock; in sctp_do_peeloff()
|
Completed in 38 milliseconds