Lines Matching defs:protocol
25 MODULE_DESCRIPTION("RxRPC network protocol");
745 static int rxrpc_create(struct net *net, struct socket *sock, int protocol,
752 _enter("%p,%d", sock, protocol);
754 /* we support transport protocol UDP/UDP6 only */
755 if (protocol != PF_INET &&
756 IS_ENABLED(CONFIG_AF_RXRPC_IPV6) && protocol != PF_INET6)
777 rx->family = protocol;
920 * RxRPC network protocol
957 * initialise and register the RxRPC protocol
999 pr_crit("Cannot register protocol\n");
1050 * unregister the RxRPC protocol