Lines Matching +full:meta +full:- +full:family
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
36 * in sock->flags, but moved into sk->sk_wq->flags to be RCU protected.
37 * Eventually all flags will be in sk->sk_wq->flags.
50 * enum sock_type - Socket types
54 * @SOCK_RDM: reliably-delivered message
61 * grep ARCH_HAS_SOCKET_TYPE include/asm-* /socket.h, at least MIPS
75 /* Mask which covers at least up to SOCK_MASK-1. The
88 * enum sock_shutdown_cmd - Shutdown types
108 * struct socket - general BSD socket
163 int family; member
202 * msg->msg_namelen should get updated by the recvmsg handlers
234 int family; member
252 void sock_unregister(int family);
253 bool sock_is_registered(int family);
254 int __sock_create(struct net *net, int family, int type, int proto,
256 int sock_create(int family, int type, int proto, struct socket **res);
257 int sock_create_kern(struct net *net, int family, int type, int proto, struct socket **res);
258 int sock_create_lite(int family, int type, int proto, struct socket **res);
266 #define sockfd_put(sock) fput(sock->file)
311 * E.g. XFS meta- & log-data is in slab pages, or bcache meta
358 /* Routine returns the IP overhead imposed by a (caller-protected) socket. */
362 MODULE_ALIAS("net-pf-" __stringify(proto))
365 MODULE_ALIAS("net-pf-" __stringify(pf) "-proto-" __stringify(proto))
368 MODULE_ALIAS("net-pf-" __stringify(pf) "-proto-" __stringify(proto) \
369 "-type-" __stringify(type))
372 MODULE_ALIAS("net-pf-" __stringify(pf) "-proto-" __stringify(proto) \