Lines Matching refs:proto
260 int __sock_create(struct net *net, int family, int type, int proto,
262 int sock_create(int family, int type, int proto, struct socket **res);
263 int sock_create_kern(struct net *net, int family, int type, int proto, struct socket **res);
264 int sock_create_lite(int family, int type, int proto, struct socket **res);
369 #define MODULE_ALIAS_NETPROTO(proto) \ argument
370 MODULE_ALIAS("net-pf-" __stringify(proto))
372 #define MODULE_ALIAS_NET_PF_PROTO(pf, proto) \ argument
373 MODULE_ALIAS("net-pf-" __stringify(pf) "-proto-" __stringify(proto))
375 #define MODULE_ALIAS_NET_PF_PROTO_TYPE(pf, proto, type) \ argument
376 MODULE_ALIAS("net-pf-" __stringify(pf) "-proto-" __stringify(proto) \
379 #define MODULE_ALIAS_NET_PF_PROTO_NAME(pf, proto, name) \ argument
380 MODULE_ALIAS("net-pf-" __stringify(pf) "-proto-" __stringify(proto) \