Searched defs:sock (Results 1 - 25 of 303) sorted by relevance

1234567891011>>

/linux-master/samples/bpf/
H A Dsock_example.h16 int sock; local
H A Dsockex1_user.c17 int i, sock, err; local
H A Dsockex2_user.c22 int i, sock, err; local
H A Dsock_example.c38 int sock = -1, map_fd, prog_fd, i, key; local
/linux-master/tools/testing/selftests/bpf/progs/
H A Dudp_limit.c17 int sock(struct bpf_sock *ctx) function
H A Dbpf_iter_bpf_sk_storage_helpers.c30 struct socket *sock; local
H A Dtest_skc_to_unix_sock.c13 int BPF_PROG(unix_listen, struct socket *sock, int backlog) argument
H A Dsocket_cookie_prog.c79 int BPF_PROG(update_cookie_tracing, struct socket *sock, argument
H A Dtask_storage_nodeadlock.c25 int BPF_PROG(socket_post_create, struct socket *sock, int family, int type, argument
H A Dcgrp_ls_attach_cgroup.c83 int BPF_PROG(update_cookie_tracing, struct socket *sock, argument
/linux-master/security/apparmor/
H A DMakefile
/linux-master/net/nfc/
H A Daf_nfc.c18 static int nfc_sock_create(struct net *net, struct socket *sock, int proto, argument
/linux-master/arch/arm/mach-pxa/
H A Dgeneric.c60 void pxa_smemc_set_pcmcia_timing(int sock, u32 mcmem, u32 mcatt, u32 mcio) argument
/linux-master/net/handshake/
H A Dalert.c34 int tls_alert_send(struct socket *sock, u8 level, u8 description) argument
/linux-master/net/rds/
H A Dtcp_connect.c92 struct socket *sock = NULL; local
207 struct socket *sock = tc->t_sock; local
[all...]
H A Dstats.c111 static void rds_stats_info(struct socket *sock, unsigned int len, argument
H A Dinfo.c158 int rds_info_getsockopt(struct socket *sock, int optname, char __user *optval, argument
/linux-master/io_uring/
H A Dnapi.h56 struct socket *sock; local
/linux-master/tools/testing/selftests/net/
H A Dhwtstamp_config.c93 int sock; local
H A Dfin_ack_lat.c30 int sock = 0; local
86 server(int sock, struct sockaddr_in address) argument
112 int sock; local
[all...]
/linux-master/net/core/
H A Dstream.c32 struct socket *sock = sk->sk_socket; local
[all...]
/linux-master/tools/testing/selftests/mm/
H A Dmap_populate.c33 static void parent_f(int sock, unsigned long *smap, int child) argument
54 static int child_f(int sock, unsigned long *smap, int fd) argument
79 int sock[2], child, ret; local
[all...]
/linux-master/net/sctp/
H A Dobjcnt.c31 SCTP_DBG_OBJCNT(sock); variable
/linux-master/drivers/net/ppp/
H A Dpppox.c67 int pppox_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) argument
103 int pppox_compat_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) argument
114 static int pppox_create(struct net *net, struct socket *sock, int protocol, argument
[all...]
/linux-master/net/bluetooth/cmtp/
H A Dsock.c49 static int cmtp_sock_release(struct socket *sock) argument
66 static int do_cmtp_sock_ioctl(struct socket *sock, unsigned int cmd, void __user *argp) argument
139 static int cmtp_sock_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) argument
145 cmtp_sock_compat_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) argument
200 cmtp_sock_create(struct net *net, struct socket *sock, int protocol, int kern) argument
[all...]

Completed in 449 milliseconds

1234567891011>>