Lines Matching refs:proto
213 int __sock_create(struct net *net, int family, int type, int proto,
215 int sock_create(int family, int type, int proto, struct socket **res);
216 int sock_create_kern(struct net *net, int family, int type, int proto, struct socket **res);
217 int sock_create_lite(int family, int type, int proto, struct socket **res);
293 #define MODULE_ALIAS_NETPROTO(proto) \ argument
294 MODULE_ALIAS("net-pf-" __stringify(proto))
296 #define MODULE_ALIAS_NET_PF_PROTO(pf, proto) \ argument
297 MODULE_ALIAS("net-pf-" __stringify(pf) "-proto-" __stringify(proto))
299 #define MODULE_ALIAS_NET_PF_PROTO_TYPE(pf, proto, type) \ argument
300 MODULE_ALIAS("net-pf-" __stringify(pf) "-proto-" __stringify(proto) \
303 #define MODULE_ALIAS_NET_PF_PROTO_NAME(pf, proto, name) \ argument
304 MODULE_ALIAS("net-pf-" __stringify(pf) "-proto-" __stringify(proto) \